Created
March 14, 2018 21:39
-
-
Save kokosing/816b23121247294a7f4732edfacb6071 to your computer and use it in GitHub Desktop.
presto-cli options with kerberos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--server https://presto-master.docker.cluster:7778 | |
--user hdfs | |
--keystore-path /docker/volumes/conf/presto/etc/docker.cluster.jks | |
--keystore-password 123456 | |
--enable-authentication | |
--krb5-principal presto-client/[email protected] | |
--krb5-keytab-path /etc/presto/conf/presto-client.keytab | |
--krb5-remote-service-name presto-server | |
--krb5-config-path /etc/krb5.conf | |
--krb5-disable-remote-service-hostname-canonicalization |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment