fx19880617 opened a new pull request #5119: Always copy test data out from jar file URL: https://github.com/apache/incubator-pinot/pull/5119 a quick fix for issue of referring to jar uri. ```Exception in thread "main" java.lang.IllegalStateException: PinotFS for scheme: jar has not been initialized at shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:518) at org.apache.pinot.spi.filesystem.PinotFSFactory.create(PinotFSFactory.java:78) at org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner.run(SegmentGenerationJobRunner.java:115) at org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:96) at org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.runIngestionJob(IngestionJobLauncher.java:77) at org.apache.pinot.tools.admin.command.QuickstartRunner.launchDataIngestionJob(QuickstartRunner.java:183) at org.apache.pinot.tools.Quickstart.execute(Quickstart.java:154) at org.apache.pinot.tools.Quickstart.main(Quickstart.java:209) ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
