Re: Is that possible to feed web request via spark application directly?

2016-06-15 Thread Peyman Mohajerian
There are a variety of REST API services you can use, but you must consider carefully whether it makes sense to start a Spark job based on individual requests, unless you mean based on some triggering event you want to start a Spark job, in which case it makes sense to use the RESTful service.

Is that possible to feed web request via spark application directly?

2016-06-15 Thread Yu Wei
Hi, I'm learning spark recently. I have one question about spark. Is it possible to feed web requests via spark application directly? Is there any library to be used? Or do I need to write the results from spark to HDFS/HBase? Is one spark application only to be designed to implement one