Skip to content

Commit 0d100a1

Browse files
authored
Merge pull request #17 from baumandm/patch-1
chore: Update README.md
2 parents 6350a79 + 8d97186 commit 0d100a1

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,20 @@ There are two different ways of running DataSqueeze:
7272
1. 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

0 commit comments

Comments
 (0)