We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Checking the documentation http://docs.confluent.io/current/connect/connect-hdfs/docs/hdfs_connector.html#secure-hdfs-and-hive-metastore the connector is advertised to support secure Hive connections, however checking the HiveExec.java code it looks like its using the old Hive HS1/CLI driver to connect (driver which did not support secure/Kerberos Hive) https://github.com/confluentinc/kafka-connect-hdfs/blob/master/src/test/java/io/confluent/connect/hdfs/hive/HiveExec.java . This is a bit confusing.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Checking the documentation http://docs.confluent.io/current/connect/connect-hdfs/docs/hdfs_connector.html#secure-hdfs-and-hive-metastore the connector is advertised to support secure Hive connections, however checking the HiveExec.java code it looks like its using the old Hive HS1/CLI driver to connect (driver which did not support secure/Kerberos Hive) https://github.com/confluentinc/kafka-connect-hdfs/blob/master/src/test/java/io/confluent/connect/hdfs/hive/HiveExec.java . This is a bit confusing.
Thanks
The text was updated successfully, but these errors were encountered: