About 86,200 results
Open links in new tab
  1. 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 …

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

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

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

  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 …

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

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

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

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

  10. spring boot - java.sql.SQLException: Could not open client …

    Dec 3, 2020 · I am trying to connect to Hive, although login is successful I am getting the following error: java.sql.SQLException: Could not open client transport with JDBC Uri: …