Show how to include classpath in command (#6802)

Would have saved me some time
This commit is contained in:
thomask 2019-01-04 03:31:55 +01:00 committed by Jonathan Wei
parent 832a3b16ed
commit 0e04acca43
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ 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 org.apache.druid.cli.Main tools dump-segment \
java -classpath "/my/druid/lib/*" org.apache.druid.cli.Main tools dump-segment \
--directory /home/druid/path/to/segment/ \
--out /home/druid/output.txt
```