You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/28 04:20:33 UTC

[GitHub] gianm commented on issue #6921: io.druid.cli.Main can not found or load

gianm commented on issue #6921: io.druid.cli.Main can not found or load
URL: https://github.com/apache/incubator-druid/issues/6921#issuecomment-457994767
 
 
   If you're using 0.13.0 it should all be `org.apache`, like
   
   ```
   java \
     -cp "dist/druid/lib/*" \
     -Ddruid.extensions.directory="dist/druid/extensions" \
     -Ddruid.extensions.hadoopDependenciesDir="dist/druid/hadoop-dependencies" \
     org.apache.druid.cli.Main tools pull-deps \
     --no-default-hadoop \
     -c "org.apache.druid.extensions.contrib:druid-orc-extensions:0.13.0-incubating"
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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