Nadav Har Tzvi created AMATERASU-3:
--------------------------------------
Summary: 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
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
(v6.4.14#64029)