Thanks for fixing this Maja.
On 3/29/13 11:34 PM, [email protected] wrote:
Updated Branches:
refs/heads/trunk 0e0414784 -> da2a68708
GIRAPH-599: Hive IO dependency issues with some Hadoop profiles (nitay via
majakabiljo)
Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/da2a6870
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/da2a6870
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/da2a6870
Branch: refs/heads/trunk
Commit: da2a68708b69d984a3f91710cc6445845cc086b2
Parents: 0e04147
Author: Maja Kabiljo <[email protected]>
Authored: Fri Mar 29 23:34:17 2013 -0700
Committer: Maja Kabiljo <[email protected]>
Committed: Fri Mar 29 23:34:17 2013 -0700
----------------------------------------------------------------------
CHANGELOG | 2 ++
pom.xml | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/giraph/blob/da2a6870/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ee54f00..8263026 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
Giraph Change Log
Release 0.2.0 - unreleased
+ GIRAPH-599: Hive IO dependency issues with some Hadoop profiles (nitay via
majakabiljo)
+
GIRAPH-577: Create a testing framework that doesn't require I/O formats
(ves via apresta)
GIRAPH-593: Update Hive IO performance improvements (nitay)
http://git-wip-us.apache.org/repos/asf/giraph/blob/da2a6870/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1e321b8..446aa2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,11 +240,11 @@ under the License.
<buildtype>test</buildtype>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hbase.version>0.90.5</hbase.version>
- <hive.version>0.9.0</hive.version>
<codehaus-jackson.version>1.8.0</codehaus-jackson.version>
<fasterxml-jackson.version>2.1.0</fasterxml-jackson.version>
<slf4j.version>1.7.2</slf4j.version>
<hive.version>0.10.0</hive.version>
+ <facebook-hadoop.version>0.20.0</facebook-hadoop.version>
<forHadoop>for-hadoop-${hadoop.version}</forHadoop>
</properties>
@@ -1041,7 +1041,7 @@ under the License.
<dependency>
<groupId>com.facebook.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>${hadoop.version}</version>
+ <version>${facebook-hadoop.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -1105,7 +1105,7 @@ under the License.
<dependency>
<groupId>com.facebook.hadoop</groupId>
<artifactId>hadoop-test</artifactId>
- <version>${hadoop.version}</version>
+ <version>${facebook-hadoop.version}</version>
<scope>test</scope>
</dependency>
<dependency>