From 441515cb50e67dcb5d485acdd4e74c766a363ba2 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Sat, 7 Dec 2019 06:36:46 -0800 Subject: [PATCH] update dump-segment docs so example command works (#8998) * update dump-segment docs so example command works * not everyone uses bash --- docs/operations/dump-segment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/operations/dump-segment.md b/docs/operations/dump-segment.md index 3e3c529d059..6da2415a4d3 100644 --- a/docs/operations/dump-segment.md +++ b/docs/operations/dump-segment.md @@ -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 ```