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

Eli Reisman commented on GIRAPH-688:
------------------------------------

Hey all,

Sorry I haven't checked in lately, I'll peek in on this tomorrow too. Could I 
grab a quick review from someone, its a very small patch. I only care because 
I'm presenting about Giraph + YARN at the end of the week :)

Thanks, I promise I'll sit down and review some patches too!

                
> 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:
> mvn -Phadoop_yarn -Dhadoop.version=2.0.3-alpha clean install
> 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