java - How can i create a RESTFul application which uses Apache Spark, specially Streaming at the back end -
i quiet new apache spark. want have restful service receives file (large file) apache spark process file in near real-time @ back-end. want implement in java.
- what suggested light weight framworks?
how can pack application (distribution). have server (e.g. tomcat). should pack spark inside webservice ?
how can run spark cluster programmatically? service , down on demand.
- is there samples follow kind of architecture or implementation?
thanks
use akka http implement rest services. complete working example of how integrate akka , spark killrweather.
Comments
Post a Comment