Mark Needham
Diogo Baeder
11/18/2021, 1:33 PMDiogo Baeder
11/18/2021, 1:36 PMTrust Okoroego
11/18/2021, 2:42 PMDiogo Baeder
11/18/2021, 2:42 PMMahesh babu
11/22/2021, 12:12 PMDeepak Mishra
11/24/2021, 4:53 AMXiang Fu
bin/pinot-admin.sh LaunchDataIngestionJob -jobSpecFile examples/batch/airlineStats/ingestionJobSpec.yaml
Xiang Fu
Xiang Fu
bin/pinot-admin.sh LaunchDataIngestionJob
Xiang Fu
Xiang Fu
Deepak Mishra
11/24/2021, 4:57 AMDeepak Mishra
11/25/2021, 3:16 AMKarin Wolok
Weixiang Sun
12/07/2021, 2:13 AM"instanceAssignmentConfigMap": {
"CONSUMING": {
"tagPoolConfig": {
"tag": "Upsert_REALTIME",
"poolBased": true
},
"replicaGroupPartitionConfig": {
"replicaGroupBased": true,
"numReplicaGroups": 3,
"numInstancesPerPartition": 0,
"numPartitions": 1
}
},
"COMPLETED": {
"tagPoolConfig": {
"tag": "Upsert_REALTIME",
"poolBased": true
},
"replicaGroupPartitionConfig": {
"replicaGroupBased": true,
"numReplicaGroups": 3,
"numInstancesPerPartition": 0,
"numPartitions": 1
}
}
}
Why does the above configuration cause duplicate records in the upsert table? It will become good after changing ānumInstancesPerPartitionā from 0 to 1?Ali Atıl
12/10/2021, 8:04 AMMahesh babu
12/14/2021, 4:47 AMAnish Nair
12/15/2021, 10:07 AM# Pinot Role
pinot.service.role=CONTROLLER
# Pinot Cluster name
pinot.cluster.name=MAX-Pinot
# Pinot Zookeeper Server
pinot.zk.server=host1:2181
# Use hostname as Pinot Instance ID other than IP
pinot.set.instance.id.to.hostname=true
# Pinot Controller Port
controller.port=9000
# Pinot Controller VIP Host
controller.vip.host=host1
# Pinot Controller VIP Port
controller.vip.port=9000
# Location to store Pinot Segments pushed from clients
controller.data.dir=<hdfs://nameservice1/data/max/poc/hdfs/controller>
controller.task.frequencyPeriod=3600
controller.local.temp.dir=/pinot/data/controller/tmp
controller.enable.split.commit=true
controller.access.protocols.http.port=9000
controller.helix.cluster.name=MAX-Pinot
pinot.controller.segment.fetcher.protocols=file,http,hdfs
pinot.controller.storage.factory.class.hdfs=org.apache.pinot.plugin.filesystem.HadoopPinotFS
pinot.controller.storage.factory.hdfs.hadoop.conf.path=/pinot/hadoop-3.0.0/etc/hadoop
pinot.controller.segment.fetcher.hdfs.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
pinot.server.grpc.enable=true
Attaching Logs:Syed Akram
12/15/2021, 11:13 AMSyed Akram
12/15/2021, 11:13 AMSyed Akram
12/15/2021, 11:19 AMPankaj Thakkar
12/15/2021, 8:01 PMPankaj Thakkar
12/15/2021, 8:02 PMPriyank Bagrecha
12/15/2021, 10:06 PMPriyank Bagrecha
12/15/2021, 10:08 PMNicholas Yu
12/16/2021, 2:17 AM