suraj kamath
07/28/2021, 2:20 PMbin/pinot-admin.sh UploadSegment -controllerHost localhost -controllerPort 9000 -segmentDir ${PINOT_ROOT}/pinot/server/data/index/transcript_REALTIME/transcript__0__4__20210720T0957Z -tableName transcript_OFFLINE
Executing command: UploadSegment -controllerProtocol http -controllerHost localhost -controllerPort 9000 -segmentDir ${PINOT_ROOT}/pinot/server/data/index/transcript_REALTIME/transcript__0__4__20210720T0957Z
Compressing segment: v3
Uploading segment tar file: /var/folders/fp/dgy2h98d2639nyd4q_v2bwt40000gn/T/segmentUploader4462261101415652801.tmp/v3.tar.gz
Sending request: <http://localhost:9000/v2/segments?tableName=transcript_OFFLINE> to controller: 192.168.0.105, version: Unknown
With this I am able to see the segment under the OFFLINE table, and query the table for data as well. However the segment Meta Data seems to be improper/corrupt and I see the error(refer attached pic)
Am I missing something here ?
Please let me know
Thanks
PS:
I have a hybrid table setup, and am exploring uploading of segments directly from realtime to offline tables as part of a POC.Xiang Fu
Jackie
07/28/2021, 7:51 PMsuraj kamath
07/29/2021, 4:33 AMJackie
07/29/2021, 11:17 PM