Re: How to run Helix tasks without Yarn

2017-08-02 Thread Xue Junkai
Hi Ramprasad, We do have a doc for the Task Framework, http://helix.apache.org/0.6.8-docs/tutorial_task_framework.html. But which Helix version are you using? This doc works for Helix 0.6.x but not for 0.7. Please let us know if you have any further questions! Best, Junkai On Wed, Aug 2, 2017

How to run Helix tasks without Yarn

2017-08-02 Thread Venkata Ramaprasad Sanapala
Hi, I am working on implementing helix task and I would like to run without Yarn. All examples are implemented using Yarn. Is there a way I can run helix tasks without Yarn? Here is code that I added: Task: DbMetaDataTask.java Task Service: DbMetaDataTaskService.java I would like to start