<!here> In the class org.apache.pinot.plugin.inges...
# troubleshooting
g
<!here> In the class org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner.init(SegmentGenerationJobSpec) method below statements throws error
Copy code
_inputDirFS = PinotFSFactory.create(_inputDirURI.getScheme());
if the scheme is not loaded and in the run method schemes are registered . Isn't it good way to add method like below in the init method of the Jobrunner ?
Copy code
void registerSchemsIfNotRegistered(_spec)
k
@Xiang Fu what do you think?
x
this should be auto loaded when you configure the fs properties
the pinot fs and corresponded scheme should be registered in the
PinotFSSpec