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/21 18:15:52 UTC

[6/6] git commit: no more HiveToRecord

no more HiveToRecord


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

Branch: refs/heads/partition-values-575
Commit: c9b8ee9158cbd555af2ff19cd2a3884b2eee3b7b
Parents: 8723fc6
Author: Nitay Joffe <ni...@gmail.com>
Authored: Wed Mar 20 22:27:16 2013 -0400
Committer: Nitay Joffe <ni...@gmail.com>
Committed: Wed Mar 20 22:27:23 2013 -0400

----------------------------------------------------------------------
 .../hive/input/vertex/HiveToVertexValue.java       |    2 +-
 pom.xml                                            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/c9b8ee91/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexValue.java
----------------------------------------------------------------------
diff --git a/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexValue.java b/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexValue.java
index 382e295..593eb9a 100644
--- a/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexValue.java
+++ b/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexValue.java
@@ -30,7 +30,7 @@ import com.facebook.giraph.hive.HiveReadableRecord;
  * @param <V> Vertex Value
  */
 public interface HiveToVertexValue<I extends WritableComparable,
-    V extends Writable> extends HiveToRecord {
+    V extends Writable> {
   /**
    * Read the Vertex's ID from the HiveRecord given.
    *

http://git-wip-us.apache.org/repos/asf/giraph/blob/c9b8ee91/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e576e4b..bd71b48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -886,7 +886,7 @@ under the License.
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>12.0</version>
+        <version>14.0</version>
       </dependency>
       <dependency>
         <groupId>com.yammer.metrics</groupId>