Sowmya Gowda
06/08/2022, 6:57 AM{
"OFFLINE": {
"tableName": "test_transcript_OFFLINE",
"tableType": "OFFLINE",
"segmentsConfig": {
"schemaName": "test_transcript",
"replication": "1",
"timeColumnName": "timestamp",
"segmentPushFrequency": "HOURLY",
"segmentPushType": "APPEND",
"replicasPerPartition": "1"
},
"tenants": {
"broker": "DefaultTenant",
"server": "DefaultTenant"
},
"tableIndexConfig": {
"invertedIndexColumns": [],
"noDictionaryColumns": [],
"rangeIndexColumns": [],
"rangeIndexVersion": 2,
"autoGeneratedInvertedIndex": false,
"createInvertedIndexDuringSegmentGeneration": false,
"sortedColumn": [],
"bloomFilterColumns": [],
"loadMode": "MMAP",
"onHeapDictionaryColumns": [],
"varLengthDictionaryColumns": [],
"enableDefaultStarTree": false,
"enableDynamicStarTreeCreation": false,
"aggregateMetrics": false,
"nullHandlingEnabled": false
},
"metadata": {},
"quota": {},
"task": {
"taskTypeConfigsMap": {
"SegmentGenerationAndPushTask": {
"schedule": "/5 * * * * ?",
"tableMaxNumTasks": "10"
}
}
},
"routing": {},
"query": {},
"ingestionConfig": {
"batchIngestionConfig": {
"batchConfigMaps": [
{
"input.fs.className": "org.apache.pinot.plugin.filesystem.S3PinotFS",
"input.fs.prop.region": "us-east-1",
"input.fs.prop.secretKey": "*****",
"input.fs.prop.accessKey": "*****",
"inputDirURI": "<s3://pp-airflow-qa/dremio_test_files/jsonfiles/>",
"includeFileNamePattern": "glob:**/*.json",
"excludeFileNamePattern": "glob:**/*.tmp",
"inputFormat": "json"
}
],
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "HOURLY"
}
},
"isDimTable": false
}
}
Kevin Liu
06/08/2022, 8:04 AMKartik Khare
06/08/2022, 9:18 AMSowmya Gowda
06/08/2022, 9:19 AMKartik Khare
06/08/2022, 9:20 AMSowmya Gowda
06/08/2022, 9:23 AMKartik Khare
06/08/2022, 9:23 AMSowmya Gowda
06/08/2022, 9:24 AMSowmya Gowda
06/08/2022, 9:24 AMKartik Khare
06/08/2022, 9:24 AMSowmya Gowda
06/08/2022, 9:24 AMKartik Khare
06/08/2022, 9:25 AM"segmentNameGenerator.type": "inputFile",
"segmentNameGenerator.configs.file.path.pattern": ".",
"segmentNameGenerator.configs.segment.name.template": "${filePathPattern:\\1}"
Add this inside batchConfigMapsKartik Khare
06/08/2022, 9:26 AMSowmya Gowda
06/08/2022, 9:26 AM