[ https://issues.apache.org/jira/browse/HIVE-10836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aihua Xu updated HIVE-10836: ---------------------------- Resolution: Duplicate Status: Resolved (was: Patch Available) Seems we are solving the same issue in both places. Resolve as dup. > Beeline OutOfMemoryError due to large history > --------------------------------------------- > > Key: HIVE-10836 > URL: https://issues.apache.org/jira/browse/HIVE-10836 > Project: Hive > Issue Type: Bug > Environment: Hive 1.1.0 on RHEL with Cloudera (cdh5.4.0) > Reporter: Patrick McAnneny > Assignee: Aihua Xu > Attachments: HIVE-10836.1.patch > > > Attempting to run beeline via commandline fails with the error below due to > large commands in the ~/.beeline/history file. Not sure if the problem also > exists with many lines in the history or just big lines. > I had a few lines in my history file with over 1 million characters each. > Deleting said lines from the history file resolved the issue. > Beeline version 1.1.0-cdh5.4.0 by Apache Hive > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2367) > at > java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130) > at > java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114) > at > java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:535) > at java.lang.StringBuffer.append(StringBuffer.java:322) > at java.io.BufferedReader.readLine(BufferedReader.java:363) > at java.io.BufferedReader.readLine(BufferedReader.java:382) > at jline.console.history.FileHistory.load(FileHistory.java:69) > at jline.console.history.FileHistory.load(FileHistory.java:61) > at org.apache.hive.beeline.BeeLine.getConsoleReader(BeeLine.java:869) > at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:766) > at > org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:480) > at org.apache.hive.beeline.BeeLine.main(BeeLine.java:463) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) -- This message was sent by Atlassian JIRA (v6.3.4#6332)