amirjalali1 commented on issue #11025:
URL: https://github.com/apache/pinot/issues/11025#issuecomment-2158090798
i'm facing the same issue @Akash-Nair any resolution
@snleee here is my spec im using the recipe for importing CSV file the only
change here is reading from ADLS
`
executionFrameworkSpec:
name: 'standalone'
segmentGenerationJobRunnerClassName:
'org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner'
segmentTarPushJobRunnerClassName:
'org.apache.pinot.plugin.ingestion.batch.standalone.SegmentTarPushJobRunner'
segmentUriPushJobRunnerClassName:
'org.apache.pinot.plugin.ingestion.batch.standalone.SegmentUriPushJobRunner'
jobType: SegmentCreationAndTarPush
inputDirURI: 'adl2://xxxxx/pin_in'
outputDirURI: 'adl2://xxxxx/pin_out'
overwriteOutput: true
includeFileNamePattern: 'glob:**/import.csv'
pinotFSSpecs:
- scheme: adl2
className: org.apache.pinot.plugin.filesystem.ADLSGen2PinotFS
configs:
accountName: 'xxxx'
accessKey: 'xxxxx'
fileSystemName: 'xxxxx'
recordReaderSpec:
dataFormat: 'csv'
className: 'org.apache.pinot.plugin.inputformat.csv.CSVRecordReader'
configClassName:
'org.apache.pinot.plugin.inputformat.csv.CSVRecordReaderConfig'
tableSpec:
tableName: 'crimes'
pinotClusterSpecs:
- controllerURI: 'http://pinot-controller-csv:9000/'
pushJobSpec:
pushAttempts: 2
pushRetryIntervalMillis: 1000
`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]