About 50 results
Open links in new tab
  1. 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

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

  3. java - Spark 2.0.0 throw AlreadyExistsException (message:Database ...

    Oct 6, 2016 · I am trying to connect to Hive with Spark Java. When I run any query in Hive through Spark it returns Exception like: 16/10/06 09:37:56 ERROR metastore.RetryingHMSHandler: …

  4. java - Why I am not able to connect with the hive metastore using ...

    Feb 18, 2017 · I am trying to connect with the apache hive using apache spark with the help of a java program. Here is the program: import org.apache.spark.sql.SparkSession; public class queryhive { …

  5. pyspark 2.0 throw AlreadyExistsException(message:Database default ...

    Oct 21, 2016 · I 've just upgraded to spark 2.0.0 from 1.3.1, I wrote a simple code to interact with hive(1.2.1) used spark sql, I've put the hive-site.xml into spark conf directory, and I get the …

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

    Jan 3, 2017 · 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 …

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

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

  9. Issue with AWS Glue Data Catalog as Metastore for Spark SQL on EMR

    Jan 9, 2019 · I am having an AWS EMR cluster (v5.11.1) with Spark (v2.2.1) and trying to use AWS Glue Data Catalog as its metastore. As per guidelines provided in official AWS documentation …

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