Repository: spark
Updated Branches:
refs/heads/branch-1.3 76e3e6527 -> c5a5c6f61
[DOCS] Fix typo in API for custom InputFormats based on the ânewâ MapReduce
API
This looks like a simple typo ```SparkContext.newHadoopRDD``` instead of
```SparkContext.newAPIHadoopRDD``` as in actual
http:
Repository: spark
Updated Branches:
refs/heads/master 46462ff25 -> a7f903902
[DOCS] Fix typo in API for custom InputFormats based on the ânewâ MapReduce
API
This looks like a simple typo ```SparkContext.newHadoopRDD``` instead of
```SparkContext.newAPIHadoopRDD``` as in actual
http://sp