You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm trying to use this module to connect to Hive via JDBC. Hadoop / Hive is configured with Kerberos for authentication. Has anyone attempted to do this using this package? Using java, there are some additional items to be based with the JDBC connection. Classpath and necessary jars are certainly one issue. But I'm seeing some other configuration options. Is this possible? if so, how?
Configuration conf = new Configuration();
conf.set("hadoop.security.authentication", "Kerberos");
UserGroupInformation.setConfiguration(conf);
UserGroupInformation.loginUserFromKeytab("[email protected]", "path of keytab");
Hello. I'm trying to use this module to connect to Hive via JDBC. Hadoop / Hive is configured with Kerberos for authentication. Has anyone attempted to do this using this package? Using java, there are some additional items to be based with the JDBC connection. Classpath and necessary jars are certainly one issue. But I'm seeing some other configuration options. Is this possible? if so, how?
https://stackoverflow.com/questions/49252951/exception-while-connecting-to-hive-using-jdbc-and-kerberos-authentication
The text was updated successfully, but these errors were encountered: