-
Notifications
You must be signed in to change notification settings - Fork 76
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
Kerberos Issue #287
Comments
Hi @patduin / @abhimanyugupta07 , |
I know very little about Kerberos as we don't use it ourselves. |
Thanks for the reply. @zzzzming95 kindly help on this issue. |
The answer is yes. In waggle-dance , we need to use one token to access all metastore (include primary & remote metastores) .
It should be noted that you need to pay attention to the token storage capacity. By default, the storage limit of a single znode in zk is about 50,000 tokens. |
Thanks for ur comment. PROD metastore already using DBTokenStore. Changing it to ZooKeeperTokenStore may not be the right choice. |
Using the same mysql mean you just use the same metastore beacause We also switched from |
Sorry I misunderstood. Yes purpose to access to all remote metastores. So we can't keep the token along with it. As u said ZooKeeperTokenStore is the only solution. |
Hi @patduin , |
Please open new discussion for such questions that has nothing todo with original issue. Please see the readme: https://github.com/ExpediaGroup/waggle-dance/blob/main/README.md#database-resolution |
Hello, @zzzzming95 . If our primary metastore and federation metastore use different KDCs, how should we configure them in wd? That is to say, for example,
Also, could you provide me with a social way so that I can consult with you, such as WeChat. |
#313 @sivaponting Perhaps my PR can meet your needs. |
Pasted the snippet of config from WD doc and have some doubt. The below config has to be configured both in primary & remote metastores?
In addition, all metastores need to use the Zookeeper shared token:
The text was updated successfully, but these errors were encountered: