----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53134/ -----------------------------------------------------------
Review request for Sqoop. Bugs: SQOOP-3034 https://issues.apache.org/jira/browse/SQOOP-3034 Repository: sqoop-trunk Description ------- HBase import should fail fast if using anything other than as-textfile as those are ignored in the current implementation, however, the user is not informed about it and the HBase import performs silently as a textfile. Diffs ----- src/java/com/cloudera/sqoop/SqoopOptions.java f4ababeada9af866e65b5f11124451d39a81e6ff src/java/org/apache/sqoop/tool/BaseSqoopTool.java 13a9697b2d94e3846f86e1b605cfff3d01dd9347 src/test/org/apache/sqoop/tool/ImportToolValidateOptionsTest.java 503a86340f5ae33c8eb0a27b8450b2af0a342db9 Diff: https://reviews.apache.org/r/53134/diff/ Testing ------- Test cases have been added for option validation check. Thanks, Boglarka Egyed