GitHub user HyukjinKwon opened a pull request:

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

    [MINOR][DOCS] JSON APIs related documentation fixes

    ## What changes were proposed in this pull request?
    
    This PR proposes corrections related to JSON APIs, including rendering 
links in Python documentation, replacing `RDD` to `Dataset` in programing 
guide, adding missing description about JSON Lines consistently in 
`DataFrameReader.json` in Python API and de-duplicating little bit of 
`DataFrameReader.json` in Scala/Java API .
    
    ## How was this patch tested?
    
    Manually build the documentation via `jekyll build`. Corresponding 
snapstops will be left on the codes.
    
    Note that currently there are Javadoc8 breaks in several places. These are 
proposed to be handled in https://github.com/apache/spark/pull/17477. So, this 
PR does not fix those.
    


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

    $ git pull https://github.com/HyukjinKwon/spark minor-json-documentation

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

    https://github.com/apache/spark/pull/17602.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 #17602
    
----
commit fd64e49cf715ca8a5e04321415adacdb955dad5a
Author: hyukjinkwon <gurwls...@gmail.com>
Date:   2017-04-11T03:37:01Z

    JSON related documentation fixes

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to