[jira] [Commented] (FALCON-2299) Adding custom engine in Apache Falcon

2017-08-10 Thread Aniket Rajendra More (JIRA)
tion above [~pallavi.rao] As you have mentioned above, the design is extensible for adding an engine that is parallel to oozie. Is it externally configurable or do we need code changes in core components of Falcon? Can you also provide some reference documents or links. > Adding custom en

[jira] [Commented] (FALCON-2299) Adding custom engine in Apache Falcon

2017-08-02 Thread Pallavi Rao (JIRA)
ng add another type of action supported by Oozie (going by your example) or an engine that is parallel to Oozie. Either way, the design is extensible. > Adding custom engine in Apache Falcon > - > > Key: FALCON-2299 >

[jira] [Created] (FALCON-2299) Adding custom engine in Apache Falcon

2017-08-02 Thread Aniket Rajendra More (JIRA)
Aniket Rajendra More created FALCON-2299: Summary: Adding custom engine in Apache Falcon Key: FALCON-2299 URL: https://issues.apache.org/jira/browse/FALCON-2299 Project: Falcon Issue

Re: Adding custom engine in Apache Falcon

2017-06-27 Thread Sandeep Samudrala
Aniket, Below mentioned jira should give some idea on to the flow and changes. https://issues.apache.org/jira/browse/FALCON-1763 On Tue, Jun 27, 2017 at 11:11 PM, Seetharam Venkatesh wrote: > Aniket, look at how existing engines are handled as a template and > replicate the same. Look at either

Re: Adding custom engine in Apache Falcon

2017-06-27 Thread Seetharam Venkatesh
Aniket, look at how existing engines are handled as a template and replicate the same. Look at either hive or pig for an example. I suspect there's any more documentation around this. Sent from my iPhone, Venkatesh > On Jun 27, 2017, at 6:30 AM, Aniket R More > wrote: > > Hi , > > Falcon c

Adding custom engine in Apache Falcon

2017-06-27 Thread Aniket R More
Hi , Falcon currently supports 4 engines such as oozie,pig,hive,spark. Is it possible to add another engine ? I know i can run my own scripts in oozie. But what I want is to add my own custom engine in apache falcon. Can anyone please guide me on this. Thanks, Aniket