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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to