vmarchaud
01/22/2021, 1:30 PMget /segments/{tableName}/{segmentName}
)is trying to fetch it from the deep store. I was just thinking of downloading it and upload it on the offline table directly, how could i achieve this ? ThanksWill Briggs
01/22/2021, 1:40 PMvmarchaud
01/22/2021, 1:47 PMrealtimeSegmentZKMetadata.getDownloadUrl()
which i didn't follow yetWill Briggs
01/22/2021, 1:50 PMRealtimeToOfflineSegmentsTask
handles that generically for you - by simply moving the segments as-is, you are kind of shoehorning yourself into never diverging the offline table.vmarchaud
01/22/2021, 1:51 PMWill Briggs
01/22/2021, 1:52 PMvmarchaud
01/22/2021, 1:52 PMWill Briggs
01/22/2021, 1:52 PMvmarchaud
01/22/2021, 1:54 PMWill Briggs
01/22/2021, 1:56 PMvmarchaud
01/22/2021, 1:58 PMvmarchaud
01/22/2021, 2:01 PMWill Briggs
01/22/2021, 2:01 PMvmarchaud
01/22/2021, 2:03 PMNeha Pawar
vmarchaud
01/22/2021, 4:56 PM