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

  2. java - Hive UDF - exetremely slow when parsing IP addresses - Stack ...

    Sep 8, 2021 · Hive UDF - exetremely slow when parsing IP addresses Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 125 times

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

    Mar 20, 2015 · Verify JAVA_HOME is the same as keytool under you run the code The hostname or domain in your .cert must be equals as the domain server you must be valid a cert using a tool to …

  4. java - Debug information with UDF's in Hive - Stack Overflow

    Added resource: GeoIPCity.dat hive> create temporary function geoip as 'com.jointhegrid.hive.udf.GenericUDFGeoIP'; FAILED: Execution Error, return code 1 from …

  5. Hive logs are showing on terminal? How to disable them? Hive logs are ...

    Jul 15, 2023 · changing property hive.async.log.enabled to false in hive-site.xml. changing hadoop3.3.6 to 3.3.0 and 3.3.5 and 3.2.4 but id didn't work either. tried changing hive.log.dir in hive …

  6. python - Spark saveAsTable append saves data to hive but throws an ...

    May 19, 2021 · However according to your comment, you have hive-metastore-1.21.2.3.1.4.41-5.jar, which is under Hortonwork distribution and you can download the source code and verify yourself, …

  7. hadoop - hive is not allowed to impersonate hive - Stack Overflow

    "The error message ""hive is not allowed to impersonate hive"" in Hadoop Hive can be resolved by configuring the proxy user settings."

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

  9. How to access Hive using a Java API - Stack Overflow

    Jun 29, 2012 · Hive is a NOSQL databse, not a relational database. It's a huge advantage of Hive comparing to many other NOSQL databases that you can access it using (almost) normal SQL and …

  10. AuthorizationException: User not allowed to impersonate User

    Apr 28, 2016 · 0: jdbc:hive2://IP> I have this in hive-site.xml, <property> <name>hive.metastore.sasl.enabled</name> <value>false</value> <description>If true, the …