You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ma...@apache.org on 2017/03/07 20:51:32 UTC

git commit: updated refs/heads/trunk to 9c2d135

Repository: giraph
Updated Branches:
  refs/heads/trunk 18c67ca3c -> 9c2d135bb


JIRA-1133

closes #22


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/9c2d135b
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/9c2d135b
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/9c2d135b

Branch: refs/heads/trunk
Commit: 9c2d135bb030213819e40f73c47e7e33d35ab3c6
Parents: 18c67ca
Author: Maja Kabiljo <ma...@fb.com>
Authored: Tue Mar 7 12:50:45 2017 -0800
Committer: Maja Kabiljo <ma...@fb.com>
Committed: Tue Mar 7 12:50:45 2017 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/giraph/graph/GraphTaskManager.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/9c2d135b/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
----------------------------------------------------------------------
diff --git a/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java b/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
index 0f313ce..19bbdc7 100644
--- a/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
+++ b/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
@@ -224,10 +224,10 @@ end[PURE_YARN]*/
     context.setStatus("setup: Beginning worker setup.");
     Configuration hadoopConf = context.getConfiguration();
     conf = new ImmutableClassesGiraphConfiguration<I, V, E>(hadoopConf);
+    initializeJobProgressTracker();
     // Setting the default handler for uncaught exceptions.
     Thread.setDefaultUncaughtExceptionHandler(createUncaughtExceptionHandler());
     setupMapperObservers();
-    initializeJobProgressTracker();
     // Write user's graph types (I,V,E,M) back to configuration parameters so
     // that they are set for quicker access later. These types are often
     // inferred from the Computation class used.