You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/12/07 14:37:00 UTC

[incubator-druid] branch master updated: update dump-segment docs so example command works (#8998)

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 <cw...@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-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org