File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,16 +72,20 @@ There are two different ways of running DataSqueeze:
72721 . CLI -
7373 a. For TEXT/ORC/SEQ
7474 ``` java
75- hadoop jar datasqueeze. jar com.expedia.dsp.data.squeeze. Utility
76- - sp s3a: // edwprod/user/ysontakke/compactiontest1/ -tp s3a://edwprod/user/ysontakke/compactionoutput_text_yash_1/
77- - threshold 12345
75+ hadoop jar datasqueeze. jar com.expedia.dsp.data.squeeze. Utility \
76+ - sp s3a: // <SOURCE_BUCKET>/<source/path>/ \
77+ - tp s3a: // <TARGET_BUCKET>/<target/path>/ \
78+ - threshold 12345
7879 ```
7980
8081 b. For AVRO
8182 ```java
82- hadoop jar datasqueeze. jar com.expedia.dsp.data.squeeze. Utility
83- - sp s3a: // edwprod/user/ysontakke/compactiontest1/ -tp s3a://edwprod/user/ysontakke/compactionoutput_text_yash_1/
84- - threshold 12345 - fileType AVRO - schemaPath s3a: // edwprod/user/ysontakke/compactionschema_text_yash_1/schema.avsc
83+ hadoop jar datasqueeze. jar com.expedia.dsp.data.squeeze. Utility \
84+ - sp s3a: // <SOURCE_BUCKET>/<source/path>/ \
85+ - tp s3a: // <TARGET_BUCKET>/<target/path>/ \
86+ - threshold 12345 \
87+ - fileType AVRO \
88+ - schemaPath s3a: // <SCHEMA_BUCKET>/<schema/path>/schema.avsc
8589 ```
8690
8791
You can’t perform that action at this time.
0 commit comments