Closed deepakcse2k5 closed 3 years ago
@deepakcse2k5 As the doc suggests, this managed flow requires setting up Pinot Minion component to run the RealtimeToOfflineSegmentsTask
. Unclear from your description if you configured this task to run?
Closing this issue as there's been no activity for > 2 months. Also I believe there have been discussions on the Slack channel about this. Please reopen if issue still exists.
Hi ,
I have started Quickstart batch with minions :- bin/quick-start-batch-with-minion.sh
followed instruction from here:- https://docs.pinot.apache.org/operators/operating-pinot/pinot-managed-offline-flows
created realtime table - "tableName": "transcript_realtime", "tableType": "REALTIME".
crated realtime table :-
create corresponding offline table :-
segment is generated for real time after pushing data via Kafka .
But I am not able to store data into offline table.I am not running pinot in Kubernetes .
please let me know if I am missing anything in the config file .