Andrey Timoshpolsky created GIRAPH-881: ------------------------------------------
Summary: Missing dependency for hadoop_yarn profile Key: GIRAPH-881 URL: https://issues.apache.org/jira/browse/GIRAPH-881 Project: Giraph Issue Type: Bug Components: build Affects Versions: 1.1.0 Reporter: Andrey Timoshpolsky Priority: Trivial 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> <version>${hadoop.version}</version> </dependency> I could make the patch if this is not duplicate and everything is right. -- This message was sent by Atlassian JIRA (v6.2#6252)