----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37353/ -----------------------------------------------------------
(Updated Aug. 10, 2018, 7:29 a.m.) Review request for Sqoop, Boglarka Egyed, Fero Szabo, Szabolcs Vasas, and Venkat Ranganathan. Repository: sqoop-trunk Description ------- Apache Sqoop does not compress with --compress option with --hcatalog-table.It also does not support option --compression-codec snappy. Will add Snappy compression support in Apache Sqoop. When a user will try to use --compress, then it will use the by default compression i.e. GZIP. otherwise If user provide option --compress --compression-codec snappy then it will compress into snappy format. Diffs ----- src/docs/user/hcatalog.txt 2ae1d54d src/java/org/apache/sqoop/config/ConfigurationConstants.java 3724f250 src/java/org/apache/sqoop/io/CodecMap.java d5796188 src/java/org/apache/sqoop/mapreduce/hcat/SqoopHCatUtilities.java 784b5f2a src/java/org/apache/sqoop/tool/ImportTool.java ccded652 src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java ba05cabb Diff: https://reviews.apache.org/r/37353/diff/3/ Testing ------- yes File Attachments (updated) ---------------- SQOOP-2331_2.patch https://reviews.apache.org/media/uploaded/files/2018/07/24/d474a04e-fe57-4c06-a066-0b70befcd29d__SQOOP-2331_2.patch SQOOP-2331_2.patch https://reviews.apache.org/media/uploaded/files/2018/08/10/c4004353-2230-4ef9-9ccc-c4934314f548__SQOOP-2331_3.patch SQOOP-2331_3.patch https://reviews.apache.org/media/uploaded/files/2018/08/10/bf01aa4e-b9d2-43ac-bb5a-80a4787ad1a5__SQOOP-2331_3.patch Thanks, Shashank Tandon