You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@amaterasu.apache.org by "Eran Bartenstein (JIRA)" <ji...@apache.org> on 2018/10/03 04:45:00 UTC

[jira] [Commented] (AMATERASU-51) Add support for configuring the path for action level environment path

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

Eran Bartenstein commented on AMATERASU-51:
-------------------------------------------

New 'config' field needs to be introduced to the JobParser, SequentialAction, ActionData & JobManager. All classes need to be refactored into leader-common, preferably into Kotlin (e.g. Action).

The field needs to be passed into ActionData and then extracted and used by the JobScheduler by passing the config value into the path parameter of the getActionConfigContent in resourceOffers of the JobScheduler.

 

> Add support for configuring the path for action level environment path
> ----------------------------------------------------------------------
>
>                 Key: AMATERASU-51
>                 URL: https://issues.apache.org/jira/browse/AMATERASU-51
>             Project: AMATERASU
>          Issue Type: Improvement
>            Reporter: Yaniv Rodenski
>            Assignee: Eran Bartenstein
>            Priority: Major
>             Fix For: 0.2.1-incubating
>
>
> Need to add support in the JobPartser, ActionData and JobManager for an action level config element as follows:
> flow:
>   - name: start
>        *config: src/start/\{env}/spark-start.yml*
>        runner:
>           group: spark
>           type: scala
>       file: src/main/\{action_name}/start.scala
>       exports:
>           odd: parquet
>  



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