Ryan Clark
08/02/2021, 4:12 PM<http://shaded.org|shaded.org>.apache.http.NoHttpResponseException: external_controller_uri:9000 failed to respond
.
I've done a backfill job on a new _OFFLINE table twice and in the last part of it, I've twice had a HTTP response error about 7 hours into a job.Ryan Clark
08/02/2021, 4:13 PMResponse for pushing table mobileEventTable_OFFLINE segment mobileEventTable_OFFLINE_1610437930892_1610438002915_3936 to location <http://ab28eadb3980a4dd3aa7b31e86ae6db7-1491970538.us-east-1.elb.amazonaws.com:9000/> - 200:
Mayank
Ryan Clark
08/02/2021, 5:27 PMexecutionFrameworkSpec:
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: '<s3://bucket/example-batch-input/landing/year=2021/month=07/day=01/hour=01/>'
includeFileNamePattern: 'glob:**/*.gz'
outputDirURI: '<s3://bucket/pinot-data/pinot-quickstart/batch-output/mobile-event-data/>'
overwriteOutput: true
pinotFSSpecs:
- scheme: s3
className: org.apache.pinot.plugin.filesystem.S3PinotFS
configs:
region: 'us-east-1'
recordReaderSpec:
dataFormat: 'json'
className: 'org.apache.pinot.plugin.inputformat.json.JSONRecordReader'
tableSpec:
tableName: 'mobileEventTable_OFFLINE'
schemaURI: '<http://external_controller_uri:9000/tables/mobileEventTable_OFFLINE/schema>'
tableConfigURI: '<http://external_controller_uri:9000/tables/mobileEventTable_OFFLINE>'
pinotClusterSpecs:
- controllerURI: '<http://external_controller_uri:9000>'
Ryan Clark
08/02/2021, 5:54 PMPushing segment
? Maybe it is failing on the next step because it has thousands of successful pushes.Ryan Clark
08/02/2021, 6:58 PMjava.io.IOException: No space left on device
Kulbir Nijjer
08/02/2021, 8:24 PMRyan Clark
08/03/2021, 10:02 AMexecutionFrameworkSpec:
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: '<s3://example/>'
includeFileNamePattern: 'glob:**/*.gz'
outputDirURI: '<s3://example/pinot-data/pinot-quickstart/batch-output/mobile-event-data/>'
overwriteOutput: true
segmentCreationJobParallelism: 4
pinotFSSpecs:
- scheme: s3
className: org.apache.pinot.plugin.filesystem.S3PinotFS
configs:
region: 'us-east-1'
recordReaderSpec:
dataFormat: 'json'
className: 'org.apache.pinot.plugin.inputformat.json.JSONRecordReader'
tableSpec:
tableName: 'mobileEventTable_OFFLINE'
schemaURI: 'external_controller_uri:9000/tables/mobileEventTable_OFFLINE/schema'
tableConfigURI: 'external_controller_uri:9000/tables/mobileEventTable_OFFLINE'
pinotClusterSpecs:
- controllerURI: 'external_controller_uri:9000'
pushJobSpec:
pushParallelism: 2
pushAttempts: 2
pushRetryIntervalMillis: 5000
Ryan Clark
08/03/2021, 10:07 AMRyan Clark
08/03/2021, 1:41 PMMayank
Ryan Clark
08/12/2021, 12:31 AMMayank