----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37353/ -----------------------------------------------------------
Review request for Sqoop 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 4070c24 src/java/org/apache/sqoop/tool/ImportTool.java 39af42c Diff: https://reviews.apache.org/r/37353/diff/ Testing ------- yes Thanks, Shashank Tandon
