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

Is there any plan to add Kerberos support so that .keytab and krb5.conf deployed automatically? #215

Open
zz22394 opened this issue Jul 27, 2016 · 6 comments

Comments

@zz22394
Copy link

zz22394 commented Jul 27, 2016

Dear team

We are using Kerberos to connect Hive.
Presto-admin don't deploy .keytab and krb5.conf to the nodes,
so we have to copy it manually.
Do you have any plan to do it automatically?

Thanks

@cawallin
Copy link
Member

That's an excellent feature request :) There isn't any way to do it right now, but it's definitely something we want to add. (or you could add, if you want!)

@zz22394
Copy link
Author

zz22394 commented Jul 27, 2016

Thanks!
I will try to do it.
After ready, I will send my pull request.

@cawallin
Copy link
Member

Great! I think the best way to handle this is to model it after run_script and call it copy_file or something like that. You can probably reuse some of the code from add_jar, which also moves a file to a particular place.

@zz22394
Copy link
Author

zz22394 commented Aug 4, 2016

We had assigned a colleague who is focusing on CI/CD in our team.
Please give us a little more time to work on this.

@cawallin
Copy link
Member

cawallin commented Aug 4, 2016

No rush, I'm glad you're interested in contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@zz22394 @cawallin and others