I have uploaded data to Pinot, I can see in S3 the...
# troubleshooting
s
I have uploaded data to Pinot, I can see in S3 the tar files, but in query editor only 10000 files which I uploaded intially are showing up is this expected? that it would have some delay ? becasue there was no error on console from script.?
n
If your jobType was
SegmentCreationAndTarPush
believe it would exhibit that behavior. I’ve been using
SegmentCreationAndUriPush
and the data shows up when querying from the controller. Let me know if this works for you.