Open mvdbeek opened 3 years ago
That is still relevant with your latest remote work, isn't it?
I should maybe create a separate issue for this but we have so many already and it's related - we should automatically enable it for any containerized non-Pulsar destinations unless the admin explicitly configures it otherwise for those destinations.
Worse, we don't discuss the importance of this option anywhere, nor that it can be set on destinations. In general, I don't think we document that many global options can be set per-destination, and which ones.
I agree. Setting up pulsar/destinations is almost always non-standard and exhaustive options overview would go a long way.
Setting
outputs_to_working_directory
and running jobs in pulsar is not compatible (there's no? point since the jobs run remotely anyway). To avoidWe should just disable
outputs_to_working_directory
if a job runs in pulsar. It's not super-obvious when reading the logs that you need to disableoutputs_to_working_directory
in your pulsar destinations, so doing that automatically should help out admins.