Re: Consume WebService in Spark

2016-05-02 Thread Jörn Franke
It is in Spark not different compared to another program. However a web service and json is probably not very suitable for large data volumes. > On 03 May 2016, at 04:45, KhajaAsmath Mohammed > wrote: > > Hi, > > I am working on a project to pull data from sprinklr for every 15 minutes and >

Consume WebService in Spark

2016-05-02 Thread KhajaAsmath Mohammed
Hi, I am working on a project to pull data from sprinklr for every 15 minutes and process that in spark. After processing it, I need to save that back in s3 Bukcet. is there a way that I can talk to webservice in spark directly and parse the response of the json data ? Thanks, Asmath