cloudera-labs / envelope

Build configuration-driven ETL pipelines on Apache Spark
Apache License 2.0
158 stars 89 forks source link

Impala DDL task authentication #46

Open jrkinley opened 3 years ago

jrkinley commented 3 years ago

The impala_ddl task is only able to authenticate with Impala using a keytab file local to the driver process. It would be nice to have the option to use the Kerberos ticket cache to create a LoginContext. The Simba Impala JDBC Driver supports this option by setting KrbAuthType=2.