----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51912/ -----------------------------------------------------------
(Updated April 30, 2017, 7:48 a.m.) Review request for Sqoop, Kathleen Ting, Attila Szabo, and Liz Szilagyi. Changes ------- Fixed breaking unit tests and verified using ant test and end to end testing on Postgresql. Repository: sqoop-trunk Description ------- SQOOP-816 - Hive External table support. Added --as-external-table option and --table-location option Diffs (updated) ----- src/java/org/apache/sqoop/SqoopOptions.java 801942e src/java/org/apache/sqoop/hive/TableDefWriter.java 32fcca3 src/java/org/apache/sqoop/tool/BaseSqoopTool.java 46f405f src/test/org/apache/sqoop/tool/TestImportTool.java 7e11f54 Diff: https://reviews.apache.org/r/51912/diff/7/ Changes: https://reviews.apache.org/r/51912/diff/6-7/ Testing ------- Unit tests. Interactive IDE debug step throughs. No testing on HiveServer as SQOOP-2787 may not yet be in trunk. End to end testing on PostgresQL to HiveServer performed. Thanks, Chris Teoh