fx19880617 commented on pull request #5818:
URL: https://github.com/apache/incubator-pinot/pull/5818#issuecomment-670664334
I'm seeing this error in quickstart ci:
```
***** Launch data ingestion job to build index segment for baseballStats and
push to controller *****
##[error]Exception in thread "main" java.lang.RuntimeException: Failed to
create IngestionJobRunner instance for class -
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner
at
org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:130)
at
org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.runIngestionJob(IngestionJobLauncher.java:110)
at
org.apache.pinot.tools.admin.command.QuickstartRunner.launchDataIngestionJob(QuickstartRunner.java:199)
at org.apache.pinot.tools.Quickstart.execute(Quickstart.java:180)
at org.apache.pinot.tools.Quickstart.main(Quickstart.java:222)
Caused by: java.lang.ClassNotFoundException:
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at
org.apache.pinot.spi.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:80)
at
org.apache.pinot.spi.plugin.PluginManager.createInstance(PluginManager.java:268)
at
org.apache.pinot.spi.plugin.PluginManager.createInstance(PluginManager.java:239)
at
org.apache.pinot.spi.plugin.PluginManager.createInstance(PluginManager.java:220)
at
org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:128)
... 4 more
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]