Open RohanSMore opened 4 years ago
We are using version 0.13.3 of com.linkedin.gradle.hadoop.HadoopPlugin .
We are trying to specify conditions in a job inside workflow as follows:
addJob('javaprocess', 'jobA') { baseProperties 'basePropertiesName' set properties: [ 'type' : 'javaprocess', 'Name' : 'jobA', ] depends 'dependentJobId' conditions 'all_done' }
We are getting below error during build:
A problem occurred evaluating script.
Could not find method conditions() for arguments [all_done] on (Job: name = jobA) of type com.linkedin.gradle.hadoopdsl.job.Job.
Following are my queries:
Please give me the pointers if anybody has idea about this.
We are using version 0.13.3 of com.linkedin.gradle.hadoop.HadoopPlugin .
We are trying to specify conditions in a job inside workflow as follows:
We are getting below error during build:
A problem occurred evaluating script.
Following are my queries:
Please give me the pointers if anybody has idea about this.