Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

morfious902002/impala-spark-jdbc-kerberos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

impala-spark-jdbc-kerberos

Following configs are required.

spark.executor.extraJavaOptions=-Djava.security.auth.login.config=jaas.conf -Djavax.security.auth.useSubjectCredsOnly=false

spark.yarn.dist.files=/path/to/jaas.conf,/path/to/your.keytab

Since, impala jdbc drivers are not in public repos you will have to download them to your local repo and configure it.

The two arguments are URL for impala connection and tableName.