About 48,800 results
Open links in new tab
  1. 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 not able to so.

  2. Getting the IP address of the current machine using Java

    On the face of it, InetAddress.getLocalHost() should give you the IP address of this host. The problem is that a host could have lots of network interfaces, and an interface could be bound to more than one …

  3. beeline can connect to jdbc:hive2:// but cannot connect to jdbc:hive2 ...

    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 then connect to...

  4. 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 your program to do I …

  5. 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 talking to …

  6. 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 static void main …

  7. 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 …

  8. Java CertificateException "No subject alternative names matching IP ...

    Mar 20, 2015 · I've already created a keystore file that contains my certificate, but every time I try to connect to the Server it gives me a SSLHandshakeException: …

  9. hive - 'hiveserver2 not listening on port 10000 and 10001' - Stack …

    Jan 15, 2019 · hiveserver2: hive --service hiveserver2 --hiveconf hive.server2.thrift.port=10000 --hiveconf hive.root.logger=INFO,console then carefully read the the exceptions were thrown. my …

  10. java.net.ConnectException: Connection refused error when running Hive

    Nov 24, 2013 · FAILED: RuntimeException java.net.ConnectException: Call to localhost/127.0.0.1:9000 failed on connection exception: java.net.ConnectException: Connection refused I see that there are …