mirror of https://github.com/apache/druid.git
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:
parent
06cd30460e
commit
441515cb50
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue