Skip to content

Commit

Permalink
Spelling change
Browse files Browse the repository at this point in the history
  • Loading branch information
sourav-mazumder authored Nov 22, 2017
1 parent cc82685 commit 48de1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-datasource-rest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rest Data Source for Apache Spark

- his is a library for calling REST based services/APIs for multiple sets of input parameters in parallel and collating the results, returned by the REST service, in a Dataframe.
- This is a library for calling REST based services/APIs for multiple sets of input parameters in parallel and collating the results, returned by the REST service, in a Dataframe.

- REST based services (for example Address Validation services, Google Search API, Watson Natural Language Processing API, etc.) typically take only one set of input parameters at a time and return the corresponding record(s). However, for many Data Science problems, the same API needs to be called multiple times to account for a large set of different input parameters (e.g. validating the addresses for a set of target customers; getting personality insights from thousands of Tweets; obtaining Provider's details from the NPI registry for a list of potential Doctors, etc.

Expand Down

0 comments on commit 48de1dc

Please sign in to comment.