jhsenjaliya commented on a change in pull request #2645: [GOBBLIN-782] Add
config to inject properties to all orchestrated jobs
URL: https://github.com/apache/incubator-gobblin/pull/2645#discussion_r288409365
##########
File path:
gobblin-service/src/main/java/org/apache/gobblin/service/modules/spec/JobExecutionPlan.java
##########
@@ -52,6 +52,8 @@
@Data
@EqualsAndHashCode (exclude = {"executionStatus"})
public class JobExecutionPlan {
+ private static final String JOBSPEC_INJECT_PROPERTY = "injectProperty";
Review comment:
should this be `job.spec.extraProperties` or `job.spec.injectProperty` ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services