Details
-
Bug
-
Status: Patch Available
-
Trivial
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
Description
Hi!
I'm new in all this stuff so sorry if i'm doing something wrong.
The point is that we are trying to use Giraph for our project in Cloudera CDH 5 environment so it's YARN + Hadoop 2.2.0.
After cloning trunk, executing command:
mvn clean package -DskipTests -Dhadoop.version=2.2.0 -Phadoop_yarn
and trying the example there's MethodNotFoundException.
Investigation showed that there's missing dependency for hadoop_yarn profile:
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-client</artifactId>
...
</dependency>
I could make the patch if this is not duplicate and everything is right.