You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ni...@apache.org on 2013/03/11 21:38:25 UTC

git commit: GIRAPH-550: HiveVertexReader should call initialize, not users (nitay)

Updated Branches:
  refs/heads/trunk 0e52d19f1 -> c51e27dd5


GIRAPH-550: HiveVertexReader should call initialize, not users (nitay)


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

Branch: refs/heads/trunk
Commit: c51e27dd5ed131e0ac3fcc96078e135f2657b0a4
Parents: 0e52d19
Author: Nitay Joffe <ni...@apache.org>
Authored: Mon Mar 11 16:33:09 2013 -0400
Committer: Nitay Joffe <ni...@apache.org>
Committed: Mon Mar 11 16:33:09 2013 -0400

----------------------------------------------------------------------
 .../org/apache/giraph/hive/HiveGiraphRunner.java   |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/c51e27dd/giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java
----------------------------------------------------------------------
diff --git a/giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java b/giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java
index eeea265..c40c482 100644
--- a/giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java
+++ b/giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java
@@ -522,7 +522,8 @@ public class HiveGiraphRunner implements Tool {
     // Vertex input settings
     if (hiveToVertexClass == null) {
       options.addOption(null, "hiveToVertexClass", true,
-          "Giraph " + HiveToVertexValue.class.getSimpleName() + " class to use");
+          "Giraph " + HiveToVertexValue.class.getSimpleName() +
+          " class to use");
     }
     if (hiveToVertexEdgesClass == null) {
       options.addOption(null, "hiveToVertexEdgesClass", true,