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

Yaniv Rodenski reassigned AMATERASU-3:
--------------------------------------

    Assignee: Nadav Har Tzvi

> 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
>   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)

Reply via email to