joey-stripe commented on issue #6146: URL: https://github.com/apache/incubator-pinot/issues/6146#issuecomment-708570008
Here was the stripped down jobSpec we are using ```yaml executionFrameworkSpec: name: spark segmentMetadataPushJobRunnerClassName: org.apache.pinot.plugin.ingestion.batch.spark.SparkSegmentMetadataPushJobRunner segmentGenerationJobRunnerClassName: org.apache.pinot.plugin.ingestion.batch.spark.SparkSegmentGenerationJobRunner segmentUriPushJobRunnerClassName: org.apache.pinot.plugin.ingestion.batch.spark.SparkSegmentUriPushJobRunner jobType: SegmentCreationAndMetadataPush overwriteOutput: true pinotFSSpecs: - scheme: s3 className: org.apache.pinot.plugin.filesystem.S3PinotFS configs: region: ... recordReaderSpec: dataFormat: ... className: ... tableSpec: tableName: ... pinotClusterSpecs: - controllerURI: ... segmentNameGeneratorSpec: type: normalizedDate configs: segment.name.prefix: ... pushJobSpec: segmentUriPrefix: ... segmentUriSuffix: '' pushParallelism: 5 pushAttempts: 5 pushRetryIntervalMillis: 3000 ``` And, a few relevant chunks from the pinot server conf ```conf pinot.server.instance.enable.split.commit=true ``` As well as the controller conf. ```conf controller.enable.split.commit=true ``` ---------------------------------------------------------------- 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