[ 
https://issues.apache.org/jira/browse/WHIRR-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated WHIRR-391:
----------------------------

    Attachment: WHIRR-391-0.7.1.patch

Here's an updated patch that basically works. There are some rough edges 
(history server doesn't work for example), and no integration test, but I 
successfully ran a MapReduce job using the provided recipe, and the following 
(slightly different paths from Hadoop 0.20/1.x).

{noformat}
export HADOOP_HOME=...
export HADOOP_CONF_DIR=~/.whirr/hadoop-yarn/
export PATH=$PATH:$HADOOP_HOME/bin

hadoop fs -put $HADOOP_HOME/LICENSE.txt input
hadoop jar 
$HADOOP_HOME/share/hadoop/mapreduce/hadoop-mapreduce-examples-0.23.1.jar 
wordcount input output
{noformat}


                
> Write a YARN (Hadoop MR2) service for Whirr
> -------------------------------------------
>
>                 Key: WHIRR-391
>                 URL: https://issues.apache.org/jira/browse/WHIRR-391
>             Project: Whirr
>          Issue Type: New Feature
>          Components: new service, service/hadoop
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: WHIRR-391-0.7.1.patch, WHIRR-391.patch, WHIRR-391.patch, 
> WHIRR-391.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to