Hive over Tez via Hive JDBC - Error Hive over Tez via Hive JDBC - Error hadoop hadoop

Hive over Tez via Hive JDBC - Error


Yes i have fixed by passing the below connection objects with my user nameThanks.... :)

con = DriverManager.getConnection("jdbc:hive2://localhost:10000/labs", "hdpadmin","");


i also fixed by passing username in connection string . Thanks :)


In case your using the AWS Hive JDBC to talk with a default EMR cluster the following setup in Intellij worked for meenter image description here

The trick was using user hadoop