----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53600/ -----------------------------------------------------------
(Updated Nov. 9, 2016, 12:18 p.m.) Review request for Sqoop and Attila Szabo. Bugs: SQOOP-3027 https://issues.apache.org/jira/browse/SQOOP-3027 Repository: sqoop-trunk Description (updated) ------- SQOOP-3027: Added check/fail fast for Sqoop export and import with --hcatalog-table <HIVE_VIEW>, as it's not supported by Hive + MapReduce (see: https://cwiki.apache.org/confluence/display/Hive/HCatalog+CLI#HCatalogCLI-Create/Drop/AlterView) Diffs ----- src/java/org/apache/sqoop/mapreduce/hcat/SqoopHCatUtilities.java ebe7209 src/java/org/apache/sqoop/tool/BaseSqoopTool.java 468bf34 src/test/org/apache/sqoop/hcat/HCatalogExportTest.java ff3dde1 src/test/org/apache/sqoop/hcat/HCatalogImportTest.java fe5295a src/test/org/apache/sqoop/hcat/HCatalogTestUtils.java fb4a200 Diff: https://reviews.apache.org/r/53600/diff/ Testing ------- Added unit tests for import, export and view check. Ran ant test. Thanks, Anna Szonyi