Hi folks, in a JobSpec, the `outputDirURI` is gene...
# getting-started
g
Hi folks, in a JobSpec, the
outputDirURI
is generally pointing to …where? Deep Store? Will Pinot download the segments from this place?
r
AFAIK this config in segment generation job spec is used on 2 places • for segment generation job runner that actually converts into a segment file: this config is where the generated segments being stored (temporarily) before uploading to cluster • for segment push job runner this is the Dir use to construct the list of segmentUri to be pushed to cluster.
ingestion job spec CANNOT configure where deep store is. that's cluster config and is not sth an individual ingestion job can change