You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@amaterasu.apache.org by "Nadav Har Tzvi (JIRA)" <ji...@apache.org> on 2018/05/25 12:16:00 UTC

[jira] [Resolved] (AMATERASU-3) Scaffolding based on maki.yml

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

Nadav Har Tzvi resolved AMATERASU-3.
------------------------------------
       Resolution: Implemented
    Fix Version/s: 0.2.1-incubating

> Scaffolding based on maki.yml
> -----------------------------
>
>                 Key: AMATERASU-3
>                 URL: https://issues.apache.org/jira/browse/AMATERASU-3
>             Project: AMATERASU
>          Issue Type: Sub-task
>            Reporter: Nadav Har Tzvi
>            Assignee: Nadav Har Tzvi
>            Priority: Major
>              Labels: CLI
>             Fix For: 0.2.1-incubating
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When the user invokes "ama init -m <path to maki.yml>"
> An amaterasu repository will be created/updated with the src files as specified in the maki.
> e.g.:
> Given a maki.yml file:
> job-name: amaterasu-test # Replace this with your job's name
> flow:
>     - name: start # Name of this step
>       runner:
>           group: spark # Currently supporting spark only, but expect more here in the future!
>           type: scala # scala, sql, r, python
>       file: file.scala # Source code for the step
>       exports:
>           odd: parquet
>     - name: step2
>       runner:
>           group: spark
>           type: scala
>       file: file2.scala
> Then an Amaterasu job repository will be created with src/file.scala and src/file2.scala



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