-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37353/
-----------------------------------------------------------
(Updated Aug. 10, 2018, 7:23 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 (updated)
-----
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/
Changes: https://reviews.apache.org/r/37353/diff/2-3/
Testing
-------
yes
File Attachments
----------------
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
|