You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Daniel Becker (JIRA)" <ji...@apache.org> on 2018/08/21 11:34:00 UTC

[jira] [Commented] (OOZIE-3332) Update the spark action examples to make it easier to run them on yarn in client and cluster mode

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

Daniel Becker commented on OOZIE-3332:
--------------------------------------

Please review [~andras.piros].

Thanks.

> Update the spark action examples to make it easier to run them on yarn in client and cluster mode
> -------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3332
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3332
>             Project: Oozie
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Daniel Becker
>            Assignee: Daniel Becker
>            Priority: Trivial
>         Attachments: OOZIE-3332.patch
>
>
> The spark and pyspark examples do not have a <mode> element in their workflow.xml files, probably because of the old way the spark CLI worked, in which to run spark on yarn in client mode, you would write 
> {code:java}
> --master yarn-client
> {code}
>  on the command line (https://spark.apache.org/docs/1.5.0/running-on-yarn.html). This still works, but from spark 1.6, the spark documentation (https://spark.apache.org/docs/1.6.0/running-on-yarn.html) says the way to do it is 
> {code:java}
> --master yarn --mode client
> {code}
> .
> We should update the two examples to have <mode> elements in workflow.xml and corresponding values in job.properties.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)