You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/03 23:50:55 UTC

[GitHub] ly923976094 commented on issue #3635: Unable to create segments: Exception in thread "main" java.lang.ClassNotFoundException: SegmentCreation.class

ly923976094 commented on issue #3635: Unable to create segments: Exception in thread "main" java.lang.ClassNotFoundException: SegmentCreation.class
URL: https://github.com/apache/incubator-pinot/issues/3635#issuecomment-451315191
 
 
   > "hadoop jar pinot-hadoop-0.016.jar SegmentCreation job.properties" is not working
   > 
   > I found a class SegmentCreationJob.class but it does not have main method
   
   You can jar it in sentences
   mvn  license:format 
   mvn clean install -DskipTests -Pbuild-shaded-jar,
   Then use pinot-hadoop/target/pinot-hadoop-0.016-shaded.jar
   Finally, use the following statement
   /usr/local/hadoop-2.8.2/bin/hadoop pinot-hadoop-0.016-shaded.jar SegmentCreation job.properties
   /usr/local/hadoop-2.8.2/bin/hadoop jar lib/pinot-hadoop-0.016-shaded.jar SegmentTarPush job.properties
   I wonder if I can solve your problem
   
   

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