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


With regards,
Apache Git Services

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

Reply via email to