-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33005/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-2290
https://issues.apache.org/jira/browse/SQOOP-2290
Repository: sqoop-trunk
Description
-------
When invalid --map-column-hive option is provided (not in key=val form), we
throws an AIOBE. This patch fixes it
Diffs
-----
src/java/org/apache/sqoop/SqoopOptions.java e4eb2f2
src/test/com/cloudera/sqoop/TestSqoopOptions.java 4ae583d
Diff: https://reviews.apache.org/r/33005/diff/
Testing
-------
Added two new tests to validate proper handling of this
Thanks,
Venkat Ranganathan