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

jonwei 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 0e04acc  Show how to include classpath in command (#6802)
0e04acc is described below

commit 0e04acca43eadcbcf96e3b0659e82d6c5336b019
Author: thomask <thomasvanderkl...@gmail.com>
AuthorDate: Fri Jan 4 03:31:55 2019 +0100

    Show how to include classpath in command (#6802)
    
    Would have saved me some time
---
 docs/content/operations/dump-segment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/operations/dump-segment.md 
b/docs/content/operations/dump-segment.md
index 62d9398..3ce0354 100644
--- a/docs/content/operations/dump-segment.md
+++ b/docs/content/operations/dump-segment.md
@@ -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:
 
 ```
-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/ \
   --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