Tiger Zhao
10/25/2021, 8:33 PMjava.lang.IllegalStateException: PinotFS for scheme: s3 has not been initialized . Is there a way to configure the minions to be able to read from S3? I couldn't find anything in the docs. Thanks!Xiang Fu
Tiger Zhao
10/25/2021, 8:40 PMTiger Zhao
10/25/2021, 8:45 PMXiang Fu
Xiang Fu
Tiger Zhao
10/25/2021, 8:48 PMXiang Fu
{
"tableName": "airlineStats",
"tableType": "OFFLINE",
"segmentsConfig": {
"timeColumnName": "DaysSinceEpoch",
"timeType": "DAYS",
"segmentPushType": "APPEND",
"segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
"replication": "1"
},
"tenants": {},
"tableIndexConfig": {
"loadMode": "MMAP"
},
"metadata": {
"customConfigs": {}
},
"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY",
"batchConfigMaps": [
{
"inputDirURI": "<s3://my.s3.bucket/batch/airlineStats/rawdata/>",
"input.fs.className": "org.apache.pinot.plugin.filesystem.S3PinotFS",
"input.fs.prop.region": "us-west-2",
"includeFileNamePattern": "glob:**/*.avro",
"excludeFileNamePattern": "glob:**/*.tmp",
"inputFormat": "avro",
"outputDirURI": "<s3://my.s3.bucket/batch/airlineStats/segments>",
"push.mode": "metadata"
}
],
"segmentNameSpec": {},
"pushSpec": {}
}
},
"task": {
"taskTypeConfigsMap": {
"SegmentGenerationAndPushTask": {}
}
}
}Xiang Fu
Xiang Fu
Xiang Fu
Xiang Fu
"input.fs.prop.region": "us-west-2",Xiang Fu
Tiger Zhao
10/25/2021, 8:53 PMpinot.minion.storage.factory.s3.accessKey but that doesn't seem to workXiang Fu
pinot.minion prefix. cc @Jackie to confirmTiger Zhao
10/25/2021, 9:09 PMTiger Zhao
10/25/2021, 9:28 PMXiang Fu
Jackie
10/25/2021, 10:28 PMJackie
10/25/2021, 10:28 PM