Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document caching impersonation configuration options #24191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

findinpath
Copy link
Contributor

@findinpath findinpath commented Nov 20, 2024

Description

@Config("hive.user-metastore-cache-ttl")
public ImpersonationCachingConfig setUserMetastoreCacheTtl(Duration userMetastoreCacheTtl)
{
this.userMetastoreCacheTtl = userMetastoreCacheTtl;
return this;
}

@Config("hive.user-metastore-cache-maximum-size")
public ImpersonationCachingConfig setUserMetastoreCacheMaximumSize(long userMetastoreCacheMaximumSize)
{
this.userMetastoreCacheMaximumSize = userMetastoreCacheMaximumSize;
return this;
}

docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
@findinpath findinpath force-pushed the findinpath/user-metastore-cache-docs branch from 15a18c7 to 5fc6eeb Compare November 20, 2024 05:47
docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/object-storage/metastores.md Outdated Show resolved Hide resolved
@findinpath findinpath force-pushed the findinpath/user-metastore-cache-docs branch from 5fc6eeb to 8e471df Compare November 22, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants