fx19880617 commented on a change in pull request #6819: URL: https://github.com/apache/incubator-pinot/pull/6819#discussion_r616919393
########## File path: pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/src/main/java/org/apache/pinot/plugin/ingestion/batch/spark/SparkSegmentMetadataPushJobRunner.java ########## @@ -111,6 +112,7 @@ public void run() { @Override public void call(String segmentTarPath) throws Exception { + PluginManager.get().init(); Review comment: this is inside the sparkContext, which will be running on each spark worker, the init code is only running on the driver -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org