update dump-segment docs so example command works (#8998)

* update dump-segment docs so example command works

* not everyone uses bash
This commit is contained in:
Clint Wylie 2019-12-07 06:36:46 -08:00 committed by Fangjin Yang
parent 06cd30460e
commit 441515cb50
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ complex metric values may not be complete.
To run the tool, point it at a segment directory and provide a file for writing output:
```
java -classpath "/my/druid/lib/*" org.apache.druid.cli.Main tools dump-segment \
java -classpath "/my/druid/lib/*" -Ddruid.extensions.loadList="[]" org.apache.druid.cli.Main \
tools dump-segment \
--directory /home/druid/path/to/segment/ \
--out /home/druid/output.txt
```