This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 441515c  update dump-segment docs so example command works (#8998)
441515c is described below

commit 441515cb50e67dcb5d485acdd4e74c766a363ba2
Author: Clint Wylie <cwy...@apache.org>
AuthorDate: Sat Dec 7 06:36:46 2019 -0800

    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 3e3c529..6da2415 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
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to