----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19322/ -----------------------------------------------------------
Review request for hive and Xuefu Zhang. Repository: hive-git Description ------- Improving the error-handling in ArrayIndexOutOfBoundsException of Beeline. Diffs ----- beeline/src/java/org/apache/hive/beeline/BeeLine.java 3482186 Diff: https://reviews.apache.org/r/19322/diff/ Testing ------- Manual test. Now, in this scenario it will display the usage like: Returns a proper usage message in this scenario, 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