presto-admin icon indicating copy to clipboard operation
presto-admin copied to clipboard

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

Open zz22394 opened this issue 9 years ago • 6 comments

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

zz22394 avatar Jul 27 '16 12:07 zz22394

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!)

cawallin avatar Jul 27 '16 13:07 cawallin

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

zz22394 avatar Jul 27 '16 14:07 zz22394

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.

cawallin avatar Jul 27 '16 14:07 cawallin

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.

zz22394 avatar Aug 04 '16 09:08 zz22394

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

cawallin avatar Aug 04 '16 15:08 cawallin