----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37353/ -----------------------------------------------------------
(Updated July 24, 2018, 11:01 a.m.) Review request for Sqoop, Fero Szabo 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 99ae4f5 src/java/org/apache/sqoop/config/ConfigurationConstants.java e19c17b src/java/org/apache/sqoop/io/CodecMap.java cec9358 src/java/org/apache/sqoop/mapreduce/hcat/SqoopHCatUtilities.java 9d5a9ee src/java/org/apache/sqoop/tool/ImportTool.java 39af42c src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java d33d456 Diff: https://reviews.apache.org/r/37353/diff/2/ 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 Thanks, Shashank Tandon