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

[jira] [Updated] (AMATERASU-7) Scheduled pipelines/actions

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

Yaniv Rodenski updated AMATERASU-7:
-----------------------------------
    Affects Version/s: 0.3.0-incubating

> Scheduled pipelines/actions
> ---------------------------
>
>                 Key: AMATERASU-7
>                 URL: https://issues.apache.org/jira/browse/AMATERASU-7
>             Project: AMATERASU
>          Issue Type: New Feature
>    Affects Versions: 0.3.0-incubating
>            Reporter: Yaniv Rodenski
>            Priority: Major
>
> As a pipeline developer, I can define a schedule in the maki.yml for my pipeline to run. I can also define a schedule for an action in a long-running pipeline
> job-name:    amaterasu-test
> type: long-running
> flow:
>    - name: action1
>      type: long-running
>      runner:
>          group: spark
>          type: scala       
>      file: src/file.scala
>      exports:
>          oddData: parquet
>    - name: action2
>      type: scheduled
>      schedule: 10 * * * *
>      runner:
>          group: spark
>          type: python
>      file: src/file2.scala
>      imports: 
>          oddData: parquet
>      file: file2.py



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