----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21898/ -----------------------------------------------------------
(Updated July 18, 2014, 1:22 a.m.) Review request for Sqoop. Changes ------- This version contains both dump and load (SQOOP-1256). I think it makes more sense to review and test them together. I am aware that once the new TO/FROM interfaces arrive this will require some re-write (we are assuming job types, one connector per job/connection, etc). I think its better to commit the feature as is and revise later (just in case we'll decide to support MySQL repositories before we move to TO/FROM). Repository: sqoop-sqoop2 Description ------- Added tool for dumping user-generated data - connections, jobs and submissions. There's an option to dump sensitive data (i.e. passwords) as well. Diffs (updated) ----- docs/src/site/sphinx/Tools.rst ad72cd1 pom.xml 1e2f005 tools/pom.xml 31eda1c tools/src/main/java/org/apache/sqoop/tools/tool/BuiltinTools.java b24cb35 tools/src/main/java/org/apache/sqoop/tools/tool/RepositoryDumpTool.java PRE-CREATION tools/src/main/java/org/apache/sqoop/tools/tool/RepositoryLoadTool.java PRE-CREATION Diff: https://reviews.apache.org/r/21898/diff/ Testing ------- Manual testing. Dumping repository with and without sensitive data. Validating resulting JSON. Thanks, Gwen Shapira
