Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CAC510EFA for ; Wed, 19 Mar 2014 12:23:45 +0000 (UTC) Received: (qmail 49540 invoked by uid 500); 19 Mar 2014 12:23:44 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 49394 invoked by uid 500); 19 Mar 2014 12:23:43 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 49384 invoked by uid 500); 19 Mar 2014 12:23:43 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 49380 invoked by uid 99); 19 Mar 2014 12:23:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 12:23:42 +0000 Date: Wed, 19 Mar 2014 12:23:42 +0000 (UTC) From: "Andrey Timoshpolsky (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GIRAPH-881) Missing dependency for hadoop_yarn profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Timoshpolsky updated GIRAPH-881: --------------------------------------- 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: org.apache.hadoop hadoop-yarn-client ... I could make the patch if this is not duplicate and everything is right. was: 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: org.apache.hadoop hadoop-yarn-client ${hadoop.version} I could make the patch if this is not duplicate and everything is right. > 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: > > org.apache.hadoop > hadoop-yarn-client > ... > > I could make the patch if this is not duplicate and everything is right. -- This message was sent by Atlassian JIRA (v6.2#6252)