[ 
https://issues.apache.org/jira/browse/GIRAPH-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13694041#comment-13694041
 ] 

Hudson commented on GIRAPH-688:
-------------------------------

Integrated in Giraph-trunk-Commit #1057 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/1057/])
    GIRAPH-688: Make sure Giraph builds against all compatible YARN-enabled 
Hadoop versions, warns if none set, works w/new 1.1.0 line (ereisman) (Revision 
94acaaa54d2f981a365e88e414d76449014bfe19)

     Result = SUCCESS
ereisman : 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=94acaaa54d2f981a365e88e414d76449014bfe19
Files : 
* giraph-core/src/main/java/org/apache/giraph/yarn/GiraphYarnTask.java
* CHANGELOG
* pom.xml

                
> Make sure Giraph builds against all compatible YARN-enabled Hadoop versions, 
> warns if none set, works w/new 1.1.0 line
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: GIRAPH-688
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-688
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Eli Reisman
>            Assignee: Eli Reisman
>            Priority: Minor
>         Attachments: GIRAPH-688-1.patch
>
>
> This makes the hadoop-yarn branch build again against all compatible Hadoop 
> versions, warns (in a crude but accurate way) what to do if user did not set 
> hadoop.version at the mvn command line...and passes mvn clean verify etc.
> I have removed a hardcoded version setting and replaced it with the 
> destined-to-fail warning to allow/force folks to stay on top of which version 
> they will build against (the 2.x Hadoop line is growing quickly!)
> The correct way (thanks Eugene!) to build our YARN branch against any 
> compatible Hadoop, as of now, is this:
> {code}mvn -Dhadoop.version=2.0.3-alpha -Phadoop_yarn clean install{code}
> Where 2.0.3 can be any 2.0.x line, or Hadoop trunk if you like. Consult our 
> POM.XML files to see the various profiles we support for newer Hadoops, and 
> select the hadoop.version you see in your favorite to build, as shown above.
> Thats it. Enjoy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to