presto-admin
presto-admin copied to clipboard
Is there any plan to add Kerberos support so that .keytab and krb5.conf deployed automatically?
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
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!)
Thanks! I will try to do it. After ready, I will send my pull request.
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.
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.
No rush, I'm glad you're interested in contributing!