Hive - Out of Memory Exception - Java Heap Space
问题 I am running a Hive insert on top of parquet files(created using Spark). Hive insert is using partitioned by clause. But at the end when the screen is printing messages like "Loading partition {=xyz, =123, =abc} a Java Heap Space exception is coming. java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.createEntry(HashMap.java:901) at java.util.HashMap.addEntry(HashMap.java:888) at java.util.HashMap.put(HashMap.java:509) at org.apache.hadoop.hive.metastore.api.Partition.<init>