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 A3D5A101F0 for ; Mon, 9 Dec 2013 08:49:27 +0000 (UTC) Received: (qmail 55211 invoked by uid 500); 9 Dec 2013 08:49:12 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 55096 invoked by uid 500); 9 Dec 2013 08:49:10 -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 55064 invoked by uid 500); 9 Dec 2013 08:49:08 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 55053 invoked by uid 99); 9 Dec 2013 08:49:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 08:49:07 +0000 Date: Mon, 9 Dec 2013 08:49:07 +0000 (UTC) From: "Placek (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GIRAPH-813) Compilation problems with Hadoop 2.2.0 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-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13842981#comment-13842981 ] Placek commented on GIRAPH-813: ------------------------------- This doesn't work for me. I get the following errors: [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Giraph Distribution 1.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ giraph-dist --- [INFO] [INFO] --- mavanagaiata:0.5.0:branch (git-commit) @ giraph-dist --- [INFO] [INFO] --- mavanagaiata:0.5.0:commit (git-commit) @ giraph-dist --- [INFO] [INFO] --- maven-assembly-plugin:2.4:single (assemble) @ giraph-dist --- [INFO] Reading assembly descriptor: src/main/assembly/bin.xml [WARNING] Missing POM for org.apache.giraph:giraph-hbase:jar:1.1.0-SNAPSHOT [WARNING] Missing POM for org.apache.giraph:giraph-accumulo:jar:1.1.0-SNAPSHOT [WARNING] Missing POM for org.apache.giraph:giraph-rexster:jar:1.1.0-SNAPSHOT [WARNING] Missing POM for org.apache.giraph:giraph-hcatalog:jar:1.1.0-SNAPSHOT [WARNING] Missing POM for org.apache.giraph:giraph-hive:jar:1.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Giraph Parent .............................. SUCCESS [2.041s] [INFO] Apache Giraph Core ................................ SUCCESS [57.743s] [INFO] Apache Giraph Examples ............................ SUCCESS [17.641s] [INFO] Apache Giraph Distribution ........................ FAILURE [0.348s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:18.273s [INFO] Finished at: Mon Dec 09 09:41:33 CET 2013 [INFO] Final Memory: 45M/405M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (assemble) on project giraph-dist: Failed to create assembly: Unable to resolve dependencies for assembly 'bin': Failed to resolve dependencies for assembly: Missing: [ERROR] ---------- [ERROR] 1) org.apache.giraph:giraph-hbase:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=org.apache.giraph -DartifactId=giraph-hbase -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.giraph -DartifactId=giraph-hbase -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT [ERROR] 2) org.apache.giraph:giraph-hbase:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] 2) org.apache.giraph:giraph-rexster:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=org.apache.giraph -DartifactId=giraph-rexster -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.giraph -DartifactId=giraph-rexster -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT [ERROR] 2) org.apache.giraph:giraph-rexster:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] 3) org.apache.giraph:giraph-accumulo:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=org.apache.giraph -DartifactId=giraph-accumulo -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.giraph -DartifactId=giraph-accumulo -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT [ERROR] 2) org.apache.giraph:giraph-accumulo:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] 4) org.apache.giraph:giraph-hive:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=org.apache.giraph -DartifactId=giraph-hive -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.giraph -DartifactId=giraph-hive -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT [ERROR] 2) org.apache.giraph:giraph-hive:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] 5) org.apache.giraph:giraph-hcatalog:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=org.apache.giraph -DartifactId=giraph-hcatalog -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.giraph -DartifactId=giraph-hcatalog -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT [ERROR] 2) org.apache.giraph:giraph-hcatalog:jar:1.1.0-SNAPSHOT [ERROR] [ERROR] ---------- [ERROR] 5 required artifacts are missing. [ERROR] [ERROR] for artifact: [ERROR] org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT [ERROR] [ERROR] from the specified remote repositories: [ERROR] central (http://repo1.maven.org/maven2, releases=true, snapshots=true), [ERROR] cloudera cdh (https://repository.cloudera.com/artifactory/cloudera-repos, releases=true, snapshots=false), [ERROR] apache (https://repository.apache.org/content/groups/public/, releases=true, snapshots=true), [ERROR] sonatype (https://oss.sonatype.org/content/groups/public/, releases=true, snapshots=true) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :giraph-dist > Compilation problems with Hadoop 2.2.0 > -------------------------------------- > > Key: GIRAPH-813 > URL: https://issues.apache.org/jira/browse/GIRAPH-813 > Project: Giraph > Issue Type: Bug > Components: build > Affects Versions: 1.1.0 > Environment: >hadoop version > Hadoop 2.2.0 > Subversion https://svn.apache.org/repos/asf/hadoop/common -r 1529768 > Compiled by hortonmu on 2013-10-07T06:28Z > Compiled with protoc 2.5.0 > From source with checksum 79e53ce7994d1628b240f09af91e1af4 > Reporter: Placek > > Running the code: > ----------------------- > git clone git://git.apache.org/giraph.git snapshot_from_git > cd snapshot_from_git > mvn -Phadoop_yarn -Dhadoop.version=2.2.0 clean package -DskipTests > Produces: > ------------- > Cloning into 'snaphot_from_git'... > remote: Counting objects: 16809, done. > remote: Compressing objects: 100% (7476/7476), done. > remote: Total 16809 (delta 9496), reused 11044 (delta 6199) > Receiving objects: 100% (16809/16809), 21.95 MiB | 4.39 MiB/s, done. > Resolving deltas: 100% (9496/9496), done. > [INFO] Scanning for projects... > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Build Order: > [INFO] > [INFO] Apache Giraph Parent > [INFO] Apache Giraph Core > [INFO] Apache Giraph Examples > [INFO] Apache Giraph Distribution > [INFO] > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache Giraph Parent 1.1.0-SNAPSHOT > [INFO] ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ giraph-parent --- > [INFO] > [INFO] --- mavanagaiata:0.5.0:branch (git-commit) @ giraph-parent --- > [INFO] > [INFO] --- mavanagaiata:0.5.0:commit (git-commit) @ giraph-parent --- > [INFO] > [INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ giraph-parent --- > [INFO] Skipping Rule Enforcement. > [INFO] > [INFO] --- maven-dependency-versions-check-plugin:2.0.2:check (default) @ giraph-parent --- > [INFO] Checking dependency versions > [ERROR] Found a problem with the dependency commons-httpclient:commons-httpclient > Resolved version is 3.0.1 > Version 3.1 was expected by artifact: org.apache.hadoop:hadoop-common > [ERROR] Found a problem with the dependency commons-logging:commons-logging > Resolved version is 1.0.4 > Version 1.1.1 was expected by artifact: org.apache.hadoop:hadoop-common > [ERROR] Found a problem with the dependency io.netty:netty > Resolved version is 3.5.3.Final > Version 3.6.2.Final was expected by artifacts: org.apache.hadoop:hadoop-mapreduce-client-common, org.apache.hadoop:hadoop-mapreduce-client-core, org.apache.hadoop:hadoop-yarn-common, org.apache.hadoop:hadoop-yarn-server-common, org.apache.hadoop:hadoop-yarn-server-nodemanager, org.apache.hadoop:hadoop-yarn-server-resourcemanager, org.apache.hadoop:hadoop-yarn-server-tests:test-jar > [ERROR] Found a problem with the dependency org.apache.zookeeper:zookeeper > Resolved version is 3.3.3 > Version 3.4.5 was expected by artifacts: org.apache.hadoop:hadoop-common, org.apache.hadoop:hadoop-mapreduce-client-common, org.apache.hadoop:hadoop-yarn-server-common, org.apache.hadoop:hadoop-yarn-server-nodemanager, org.apache.hadoop:hadoop-yarn-server-resourcemanager, org.apache.hadoop:hadoop-yarn-server-tests:test-jar > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Giraph Parent .............................. FAILURE [14.980s] > [INFO] Apache Giraph Core ................................ SKIPPED > [INFO] Apache Giraph Examples ............................ SKIPPED > [INFO] Apache Giraph Distribution ........................ SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 16.684s > [INFO] Finished at: Mon Dec 09 04:42:08 CET 2013 > [INFO] Final Memory: 23M/334M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal com.ning.maven.plugins:maven-dependency-versions-check-plugin:2.0.2:check (default) on project giraph-parent: Found dependency version conflicts -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException -- This message was sent by Atlassian JIRA (v6.1.4#6159)