azkaban
azkaban copied to clipboard
refer to .flow not .job files
trafficstars
I assume this is a typo? should be .flow files.
.job files have not been mentioned up to this point in the documentation.
Codecov Report
Merging #3116 (4d4b9f5) into master (4cb4e0b) will decrease coverage by
0.05%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #3116 +/- ##
============================================
- Coverage 41.71% 41.66% -0.06%
+ Complexity 4695 4692 -3
============================================
Files 599 599
Lines 40315 40315
Branches 4700 4700
============================================
- Hits 16819 16796 -23
- Misses 22101 22123 +22
- Partials 1395 1396 +1
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...a/azkaban/jobcallback/JobCallbackRequestMaker.java | 55.20% <0.00%> (-16.67%) |
:arrow_down: |
| .../src/main/java/azkaban/jmx/JmxJobMBeanManager.java | 65.62% <0.00%> (-3.13%) |
:arrow_down: |
| ...n/java/azkaban/jobExecutor/AbstractProcessJob.java | 48.45% <0.00%> (-2.07%) |
:arrow_down: |
| ...erver/src/main/java/azkaban/execapp/JobRunner.java | 71.66% <0.00%> (-0.37%) |
:arrow_down: |
| ...rver/src/main/java/azkaban/execapp/FlowRunner.java | 71.22% <0.00%> (-0.10%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4cb4e0b...4d4b9f5. Read the comment docs.
Pull Request Test Coverage Report for Build 6971
- 0 of 0 changed or added relevant lines in 0 files are covered.
- 25 unchanged lines in 4 files lost coverage.
- Overall coverage decreased (-0.05%) to 45.346%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| azkaban-common/src/main/java/azkaban/jmx/JmxJobMBeanManager.java | 1 | 71.88% |
| azkaban-exec-server/src/main/java/azkaban/execapp/JobRunner.java | 1 | 78.79% |
| azkaban-common/src/main/java/azkaban/jobExecutor/AbstractProcessJob.java | 2 | 52.58% |
| azkaban-common/src/main/java/azkaban/jobcallback/JobCallbackRequestMaker.java | 21 | 61.46% |
| <!-- | Total: | 25 |
| Totals | |
|---|---|
| Change from base Build 6968: | -0.05% |
| Covered Lines: | 18176 |
| Relevant Lines: | 40083 |