
beeline not able to connect to hiveserver2 - Stack Overflow
Mar 6, 2015 · I start the hive-server2 by first starting the hive-metastore and then the hive-server from command line. After this I use beeline to connect to my hive-server2 but apparently it is …
hadoop - Connect from Java to Hive using JDBC - Stack Overflow
Dec 29, 2016 · I'm trying to connect from Java to Hive server 1. I found a question time ago in this forum but it doesn't work for me. I'm using this code: import java.sql.SQLException; import …
java - Connecting to remote HIVE server - Stack Overflow
Apr 29, 2015 · I am trying to connect to a remote hive server. I have the following maven java code : private static String driverName = "org.apache.hadoop.hive.jdbc.HiveDriver"; public …
beeline can connect to jdbc:hive2:// but cannot connect to …
Jun 14, 2021 · I am struggling with beeline connection to hive server. On my server (with name Sun, all the operation on this server), In the hive folder, I can start beeline as ./bin/beeline and …
java - org.apache.hadoop.security.AccessControlException: SIMPLE ...
Feb 7, 2022 · I'd look into the documentation for presto and how to use it with kerberos. Like I said in my answer below, you aren't passing the required authentication information (Cause of the …
hive - HiveServer2 'Failed to connect to localhost:10000 Unknown …
May 11, 2019 · hive server is listening on port 10000 (tcp) and 10002 (http). If I hit, beeline -u jdbc:hive2:// It works, but when I try to access from host-ip or hostname, It shows above errors.
Java, how to make a server - HIVE
Nov 19, 2017 · If you make a service on the server then you can connect directly to it from its IP/domain name and send data directly to/from the server. Without knowing what you want …
java - Unable to initiate metastore in Hive with Hodoop - Stack …
Jul 24, 2022 · But unable to run any command in Hive. I'm getting FAILED: HiveException java.lang.RuntimeException: Unable to instantiate …
hadoop - Hive connectivity to MySQL: Access denied for user 'hive ...
Apr 13, 2014 · I am setting up Hive on CentOS, and I have installed hadoop, hive and MySQL on the same server. I have also setup metastore DB on mySQL and user ID - hive has access to …
Cannot connect to Hive metastore from Spark application
Feb 25, 2019 · INFO metastore:376 - Trying to connect to metastore with URI thrift://hive-metastore:9083 WARN metastore:444 - set_ugi() not successful, Likely cause: new client …