----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55605/ -----------------------------------------------------------
(Updated March 8, 2017, 10:27 a.m.) Review request for hive and Aihua Xu. Changes ------- Updated patch based on latest hive master branch Bugs: HIVE-15166 https://issues.apache.org/jira/browse/HIVE-15166 Repository: hive-git Description ------- Currently Beeline does not provide an option to limit the max size for beeline history file, in the case that each query is very big, it will flood the history file and slow down beeline on start up and shutdown. Diffs (updated) ----- beeline/src/java/org/apache/hive/beeline/BeeLine.java 3c8fccc beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java 9f330e3 beeline/src/main/resources/BeeLine.properties af86284 beeline/src/test/org/apache/hive/beeline/TestBeelineArgParsing.java d73d374 Diff: https://reviews.apache.org/r/55605/diff/3/ Changes: https://reviews.apache.org/r/55605/diff/2-3/ Testing ------- Manual testing + a simple test case. Thanks, Eric Lin