GitHub user majakabiljo opened a pull request:
https://github.com/apache/giraph/pull/94
Fix DefaultJobProgressTracker when splitMasterWorker=false
Summary: DefaultJobProgressTracker assumes we are using numWorkers+1
mappers, fix that
Test Plan: Ran a job with splitMasterWorker=false, verified job progress
gets printed correctly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/majakabiljo/giraph giraph-1212
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/giraph/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit 0a959f4c179dd385f28d2a3a28ae0287caf5b35a
Author: Maja Kabiljo <majakabiljo@...>
Date: 2018-11-26T18:15:15Z
Fix DefaultJobProgressTracker when splitMasterWorker=false
Summary: DefaultJobProgressTracker assumes we are using numWorkers+1
mappers, fix that
Test Plan: Ran a job with splitMasterWorker=false, verified job progress
gets printed correctly
----
---