Hi,
I see there are 2 config that sounds similar, but one is parent and other
represent the sub directory. is that right? should that be only one config
and other can be derived?
*gobblin.cluster.work.dir*
- represent working directory for Gobblin
- there are lot of derived directories from this location ( job,
failure-log, task-output, etc..) but I only see direct use only in AWS and
Embeded mode
*gobblin.cluster.workDir*
- ususaly set to ${gobblin.cluster.work.dir}/GobblinStandaloneCluster
which is sub direcoty under above specified directory.
- only used directly in Task runner
Thanks
Jay