From 9bf6dcf633cc8b6802b114f6392a280448bd8154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Mon, 18 Oct 2021 00:05:26 +0200 Subject: [PATCH] Update streaming example and typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa190a9..f4a8278 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ Help: Streaming example with s3cmd: - hadoop jar /usr/local/share/hadoor-tar.jar -v -c hdfs:///user/hawking | gzip --fast | s3cmd put - s3://hador/user-hawking.tar.gz + hadoop jar /usr/local/share/hadoop-tar.jar -v -c hdfs:///user/hawking | pbzip2 | s3cmd --multipart-chunk-size-mb=100 put - s3://hador/user-hawking.tar.bz2 -- GitLab