You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/01/04 02:32:00 UTC

[incubator-druid] branch master updated: Show how to include classpath in command (#6802)

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