Hi,

Currently the execution manager supports configuring templates for CEP
execution plans. We now have the requirement of supporting a similar
template configuration functionality for Spark SQL batch analytics scripts
as well.

I have checked the possibility of extending our current execution manager
to support batch scripts and following are some concerns.

- Since execution plans and Spark scripts have different configurations and
handled in different mannger by components, at the core, there will be
separate implementations for handling these two.
- But at admin service level, we can still expose these in a uniform manner
in one service.
- Maintainability issues that will arise when having these in one component.
- From a user perspective these are quite similar, since it will be
template configuration support for both and probably makes it easier to
treat them uniformly for API analytics use cases etc.

Hence, do we need to implment the batch script template feature separately
or just extend the existing execution manager?
Pls share your ideas on this.


Thanks
Rajeev

-- 
Rajeev Sampath
Senior Software Engineer
WSO2, Inc.; http://www.wso2.com.

Mobile:
* +94716265766*
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to