bugfix
Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/8723fc6d Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/8723fc6d Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/8723fc6d Branch: refs/heads/partition-values-575 Commit: 8723fc6d834849e357e32df8207ede34fe650404 Parents: 86153fd Author: Nitay Joffe <[email protected]> Authored: Wed Mar 20 17:39:38 2013 -0400 Committer: Nitay Joffe <[email protected]> Committed: Wed Mar 20 17:39:38 2013 -0400 ---------------------------------------------------------------------- .../giraph/hive/input/vertex/HiveVertexReader.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/8723fc6d/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexReader.java ---------------------------------------------------------------------- diff --git a/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexReader.java b/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexReader.java index da6e426..541176f 100644 --- a/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexReader.java +++ b/giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexReader.java @@ -122,8 +122,6 @@ public class HiveVertexReader<I extends WritableComparable, if (conf.getBoolean(REUSE_VERTEX_KEY, false)) { vertexToReuse = conf.createVertex(); } - hiveToVertexEdges.readingPartition(hiveRecordReader.getPartitionValues()); - hiveToVertexValue.readingPartition(hiveRecordReader.getPartitionValues()); } /**
