mirror of https://github.com/apache/druid.git
Show how to include classpath in command (#6802)
Would have saved me some time
This commit is contained in:
parent
832a3b16ed
commit
0e04acca43
|
@ -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:
|
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/ \
|
--directory /home/druid/path/to/segment/ \
|
||||||
--out /home/druid/output.txt
|
--out /home/druid/output.txt
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue