I need to read some JSON data from a web service thats providing REST interfaces to query the data from my SPARK SQL code for analysis. I am able to read a JSON stored in the blob store and use it.
I was wondering what is the best way to read the data from a REST service and use it like a any other DataFrame
.
BTW I am using SPARK 1.6 of Linux cluster on HD insight
if that helps. Also would appreciate if someone can share any code snippets for the same as I am still very new to SPARK environment.