GitHub user bzz opened a pull request:

    https://github.com/apache/spark/pull/4718

    [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://spark.apache.org/docs/1.2.1/api/scala/index.html#org.apache.spark.SparkContext

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bzz/spark hadoop-InputFormats-doc-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4718.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4718
    
----
commit 680a4c4252a0228c9ef2f40c9babb04a04ac6560
Author: Alexander <[email protected]>
Date:   2015-02-22T05:06:33Z

    Fix typo in docs on custom Hadoop InputFormats
    
    SparkContext.newHadoopRDD -> SparkContext.newAPIHadoopRDD

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to