Johan Venant
05/05/2023, 12:17 PMMayank
Seunghyun
05/05/2023, 5:47 PMSegmentGenerationAndTaskExecutor
using the following configs (this needs to be added as part of task config within table config)
* recordReader.className - Required, the class name of RecordReader.
* recordReader.configClassName - Required, the class name of RecordReaderConfig.
* recordReader.prop.<keys> - Optional, the configs used to initialize RecordReaderConfig.
Johan Venant
05/05/2023, 6:57 PMSeunghyun
05/05/2023, 9:05 PMRecordReaderConfig
. We need to add one following line:
recordReaderSpec.setConfigs(IngestionConfigUtils.getRecordReaderProps(taskConfigs));
Seunghyun
05/05/2023, 9:09 PMJohan Venant
05/05/2023, 9:39 PMSeunghyun
05/05/2023, 11:47 PMJohan Venant
05/06/2023, 12:54 PM