Query REST web service with Apache Spark? -
we have have data on hadoop needs augmented data available via rest service. we're using spark search for, , correct, missing data. though there lot of records scour missing data, total number of calls service expected low, ideal whole job in spark scour data.
i don't see obvious in api or on google relating making rest calls spark job. possible?
thanks
there's nothing spark-specific this, can use favorite java or scala http library make call, in map function return input data , data retrieved service.
Comments
Post a Comment