Re: Unable to run the sample job

2017-11-01 Thread Yaniv Rodenski
Hi Shad, While the plan is to have better support for running spark jars in future versions, we currently have a workaround using the deps/jars.yml file. You can see an example in the error-handling branch here: https://github.com/shintoio/amaterasu-job-sample/tree/error-handling The main thing

Re: Unable to run the sample job

2017-10-31 Thread Shad Amez
Thanks Yaniv for the reply. The job now starts but completed with some errors. I wanted to know if the current implementation has the ability trigger the job from the Spark batch jar file, instead of reading from a github repo ? Or should this be considered as a feature request ? PFB the error

Re: Unable to run the sample job

2017-10-31 Thread Shad Amez
Thanks Yaniv for the reply. The job now starts but completed with some errors. I wanted to know if the current implementation has the ability trigger the job from the Spark batch jar file, instead of reading from a github repo ? Or should this be considered as a feature request ? PFB the error

Re: Unable to run the sample job

2017-10-30 Thread Yaniv Rodenski
Hi Shad, sorry about that, there was indeed an issue with the job definition. Should be fine now. Cheers, Yaniv On Mon, Oct 30, 2017 at 9:02 PM, Shad Amez wrote: > Hi All, > > I started tinkering with source code of Amaterasu and just wanted to > confirm if I am missing