Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 3385309

Browse files
rui-mophilo-he
authored andcommitted
Add a guide for compression action in help page (#2069)
1 parent 035887f commit 3385309

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • smart-zeppelin/zeppelin-web/src/app/dashboard/views/actions/submit

smart-zeppelin/zeppelin-web/src/app/dashboard/views/actions/submit/help.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ <h3 class="text-center">Action Usage</h3>
7676
<td>-file [$file1,$file2,..] -containerFile $containerFile</td>
7777
<td>compact $file1, $file2, etc. to $containerFile.</td>
7878
</tr>
79+
<tr>
80+
<td>compress</td>
81+
<td>-file $file [-bufSize $bufSize] [-compressImpl $compressImpl]</td>
82+
<td>Compress $file. If option -bufSize is not specified, SSM will use the default value in byte equivalent to 1MB.
83+
SSM supports human-readable value for bufSize, e.g., 1KB, 1MB. SSM supports different compression implementations, including Lz4, Bzip2, Zlib and snappy.
84+
If option -compressImpl is not specified, SSM will use Zlib by default.
85+
</td>
86+
</tr>
7987
<tr>
8088
<td>concat</td>
8189
<td>-file $src -dest $dest</td>

0 commit comments

Comments
 (0)