About 68,800 results
Open links in new tab
  1. hadoop - Connect from Java to Hive using JDBC - Stack Overflow

    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. Hive Map join : out of memory Exception - Stack Overflow

    Which Hive version are you on 0.9 or 0.11? If you are on Hive 0.11 and you are specifying the join correctly then the first thing to try would be to increase the Heap size.

  3. join - Vertex failure while joining 2 big tables in hive - Stack Overflow

    May 5, 2021 · Vertex failure while joining 2 big tables in hive Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 8k times

  4. How to connect in Hive using Java? - Stack Overflow

    Mar 15, 2018 · I'm trying to find a way to connect my web app to Hive by using Java. Does anybody here know how to do it? I have no idea and experience in doing it and there are not …

  5. Hive: java.lang.OutOfMemoryError: Java heap space and Job …

    Aug 9, 2019 · Partition the tables on the join keys to read only specific data instead of whole table scan. cache the small hive table in distributed cache and use map side join to reduce the …

  6. hadoop - Connect Hive through Java JDBC - Stack Overflow

    There is a question here connect from java to Hive but mine is different My hive running on machine1 and I need to pass some queries using Java server running at machine2. As I …

  7. hive on tez error:java.lang.OutOfMemoryError - Stack Overflow

    Feb 2, 2021 · Try (in this order) Increase mapper parallelism. The goal is to get more smaller mappers. Check how many mappers does it start and adjust figures. This will not work if you …

  8. java - [Hive]I got "ArrayIndexOutOfBoundsException" while I query …

    Jan 3, 2014 · Based on the information provided, only this can be a sensible solution to your problem. I have put the method definition for reference. Please go through it to understand If …

  9. FAILED: Execution Error, return code 1 from …

    Sep 27, 2017 · FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapredLocalTask However, when I run this query in the …

  10. Row exception in Hive while using join - Stack Overflow

    Mar 5, 2015 · I got the following exception while executing join on Hive Query and reducer hang after 68% completion. java.lang.RuntimeException: …