Hi, I want to connect to Cloudera-Impala using tHiveConnection. I was able to connect Impala with tJDBCConnection using the below configuration: JDBC URL: "jdbc:hive2://localhost:21050/;auth=noSasl" Driver Class: "org.apache.hive.jdbc.HiveDriver" Loaded JAR Files : impala-jdbc-0.5-2.zip UserName/Password: Empty Database : default Need to know can we connect it using tHiveConnection or if there is a separate component available for impala to download. The Impala Shell Version is v1.2.3
Hi,
Below configuration worked for tHiveConnection, But i think it Connects the Hive instead of Impala since i can see the Map Reduce tasks being run.
Distribution: Cloudera
Hive Version: Cloudera (YARN Mode)
Connection Mode: Embedded
Hive Server: Hive2
Host: <hostname>
Port: 9083
Database: <dbname>
Please let me know if we have an Impala Connector Available for Talend Open Studio for Big Data.
Currently the only ways to connect is using tJDBC or tSSH.
Regards,
Diwakar