[
https://issues.apache.org/jira/browse/OOZIE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15285451#comment-15285451
]
Robert Kanter commented on OOZIE-2330:
--------------------------------------
Thanks [~satishsaley]. One last thing:
- Even though {{OozieCLI#validateCommandV41}} is deprecated, we should probably
still update it with the new spark-action schema to be nice. See
https://github.com/apache/oozie/blob/master/client/src/main/java/org/apache/oozie/cli/OozieCLI.java#L2028
> Spark action should take the global jobTracker and nameNode configs by default
> ------------------------------------------------------------------------------
>
> Key: OOZIE-2330
> URL: https://issues.apache.org/jira/browse/OOZIE-2330
> Project: Oozie
> Issue Type: Improvement
> Components: action
> Reporter: Wei Yan
> Assignee: Satish Subhashrao Saley
> Priority: Minor
> Attachments: OOZIE-2330-1.patch, OOZIE-2330-2.patch
>
>
> In Spark Action 0.1 schema, the job-tracker and name-node are required.
> {code}
> <xs:element name="job-tracker" type="xs:string" minOccurs="1" maxOccurs="1"/>
> <xs:element name="name-node" type="xs:string" minOccurs="1" maxOccurs="1"/>
> {code}
> It would be better that the spark action can take default values from the
> global configs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)