gobblin
                                
                                 gobblin copied to clipboard
                                
                                    gobblin copied to clipboard
                            
                            
                            
                        [GOBBLIN-812] adds worker id param to set taskrunnner id explicitly
Dear Gobblin maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
- [x] My PR addresses the following Gobblin JIRA issues and references them in the PR title. For example, "[GOBBLIN-XXX] My Gobblin PR"
- https://issues.apache.org/jira/browse/GOBBLIN-812
 
Description
- [x] Here are some details about my PR, including screenshots (if applicable): GobblinTaskRunner can take and use worker id from command line if specified while starting the worker.
Tests
- [x] My PR adds the following unit tests OR does not need testing for this extremely good reason: no functional code change
Commits
- [x] My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":
- Subject is separated from body by a blank line
- Subject is limited to 50 characters
- Subject does not end with a period
- Subject uses the imperative mood ("add", not "adding")
- Body wraps at 72 characters
- Body explains "what" and "why", not "how"
 
Codecov Report
Merging #2775 into master will increase coverage by
41.19%. The diff coverage is15.38%.
@@              Coverage Diff              @@
##             master    #2775       +/-   ##
=============================================
+ Coverage      4.15%   45.35%   +41.19%     
- Complexity      744     8861     +8117     
=============================================
  Files          1894     1894               
  Lines         70829    70838        +9     
  Branches       7787     7788        +1     
=============================================
+ Hits           2942    32126    +29184     
+ Misses        67574    35752    -31822     
- Partials        313     2960     +2647
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 28d3d7b...bef44b3. Read the comment docs.