Skip to content

Instantly share code, notes, and snippets.

@kokosing
Created March 14, 2018 21:39
Show Gist options
  • Save kokosing/816b23121247294a7f4732edfacb6071 to your computer and use it in GitHub Desktop.
Save kokosing/816b23121247294a7f4732edfacb6071 to your computer and use it in GitHub Desktop.
presto-cli options with kerberos
--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