Chinmay Soman
03/02/2021, 7:59 PMKishore G
Alex
03/02/2021, 11:18 PMJosh Highley
03/03/2021, 2:58 PMKarin Wolok
Karin Wolok
Karin Wolok
Karin Wolok
Michael Dugas
03/09/2021, 9:20 PMJosh Highley
03/10/2021, 2:44 PMKishore G
Karin Wolok
Kishore G
Ravikumar Maddi
03/12/2021, 4:19 PMRavikumar Maddi
03/13/2021, 7:23 AMRavikumar Maddi
03/16/2021, 10:06 AMRavikumar Maddi
03/16/2021, 1:23 PMKishore G
Ali LeClerc
03/17/2021, 6:28 PMMike Davis
03/19/2021, 5:44 PM0.7.0
was released, congrats! But there does not appear to be a corresponding 0.7.0-jdk11
image available via docker hub, only SNAPSHOT versions. Any chance that can get published?Ken Krugler
03/19/2021, 5:53 PM0.7.0
. Also thinking the 0.1.0 through 0.5.0 downloads could be removed from that pageโฆKishore G
James Mills
03/22/2021, 6:04 PMLijeesh Kozhiyodan
03/22/2021, 6:14 PMBrian Olsen
03/22/2021, 6:20 PMYogesh D
03/23/2021, 6:16 PMKarin Wolok
Karin Wolok
Oguzhan Mangir
03/27/2021, 6:05 PMsegmentPushType to REFRESH.
But when i try to overwrite data with new data, old data still be stored. This is my job executon spec;
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: 'input/'
includeFileNamePattern: 'glob:**/*.json'
outputDirURI: 'output'
overwriteOutput: true
pinotFSSpecs:
- scheme: file
className: org.apache.pinot.spi.filesystem.LocalPinotFS
recordReaderSpec:
dataFormat: 'json'
className: 'org.apache.pinot.plugin.inputformat.json.JSONRecordReader'
tableSpec:
tableName: 'orders'
schemaURI: '<http://localhost:9000/tables/tbl/schema>'
tableConfigURI: '<http://localhost:9000/tables/tbl>'
pinotClusterSpecs:
- controllerURI: '<http://localhost:9000>'
When i run this spec, it don't remove the output directory. It append segments to existing segments. But i set overwriteOutput to true. Also, should i set segmentNameGeneratorSpec to overwrite all data in my offline table?Mayank