Hi Guys, I noticed that the property usage and definition is bit confusing,
Ex; property to define path where all job configurations (.pull files) are placed. following are all ways for the same: "job.config.path" "jobconf.dir" "jobconf.fullyQualifiedPath" "gobblin.cluster.jobconf.fullyQualifiedPath" "gobblin.cluster.job.conf.path" Also question about the properties with "gobblin.cluster" prefix and without it, does it get automatically prefixed somewhere base don the mode ? and should we standardize these properties, like have getJobPath() in configUtil to centralize the decision making ? comments / thoughts ? Thanks Jay
