----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19322/#review38693 -----------------------------------------------------------
Ship it! Ship It! - Xuefu Zhang On March 26, 2014, 8:32 p.m., Szehon Ho wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19322/ > ----------------------------------------------------------- > > (Updated March 26, 2014, 8:32 p.m.) > > > Review request for hive and Xuefu Zhang. > > > Bugs: HIVE-6685 > https://issues.apache.org/jira/browse/HIVE-6685 > > > Repository: hive-git > > > Description > ------- > > Improving the error-handling in ArrayIndexOutOfBoundsException of Beeline. > > > Diffs > ----- > > beeline/src/java/org/apache/hive/beeline/BeeLine.java 1bd7af3 > beeline/src/test/org/apache/hive/beeline/TestBeelineArgParsing.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/19322/diff/ > > > Testing > ------- > > Manual test. Now, in this scenario it will display the usage like: > > beeline -u > Usage: java org.apache.hive.cli.beeline.BeeLine > -u <database url> the JDBC URL to connect to > -n <username> the username to connect as > -p <password> the password to connect as > ... > > > Thanks, > > Szehon Ho > >