spark-instrumented-optimizer/python/pyspark/sql
hyukjinkwon bca4259f12 [MINOR][DOCS] JSON APIs related documentation fixes
## What changes were proposed in this pull request?

This PR proposes corrections related to JSON APIs as below:

- 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
- 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.

Author: hyukjinkwon <gurwls223@gmail.com>

Closes #17602 from HyukjinKwon/minor-json-documentation.
2017-04-12 09:16:39 +01:00
..
__init__.py [SPARK-16772][PYTHON][DOCS] Fix API doc references to UDFRegistration + Update "important classes" 2016-08-06 05:02:59 +01:00
catalog.py [SPARK-20196][PYTHON][SQL] update doc for catalog functions for all languages, add pyspark refreshByPath API 2017-04-06 09:09:43 -07:00
column.py [SPARK-19701][SQL][PYTHON] Throws a correct exception for 'in' operator against column 2017-03-05 18:04:52 -08:00
conf.py [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with SparkSession using builder pattern in python test code 2016-05-23 18:14:48 -07:00
context.py [SPARK-20196][PYTHON][SQL] update doc for catalog functions for all languages, add pyspark refreshByPath API 2017-04-06 09:09:43 -07:00
dataframe.py [SPARK-19454][PYTHON][SQL] DataFrame.replace improvements 2017-04-05 11:47:40 -07:00
functions.py [MINOR][DOCS] Match several documentation changes in Scala to R/Python 2017-03-26 18:40:00 -07:00
group.py [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentation 2016-07-06 10:45:51 -07:00
readwriter.py [MINOR][DOCS] JSON APIs related documentation fixes 2017-04-12 09:16:39 +01:00
session.py [SPARK-19055][SQL][PYSPARK] Fix SparkSession initialization when SparkContext is stopped 2017-01-12 20:53:31 +08:00
streaming.py [MINOR][DOCS] JSON APIs related documentation fixes 2017-04-12 09:16:39 +01:00
tests.py [SPARK-19454][PYTHON][SQL] DataFrame.replace improvements 2017-04-05 11:47:40 -07:00
types.py Revert "[SPARK-19561] [PYTHON] cast TimestampType.toInternal output to long" 2017-03-07 17:14:26 -08:00
utils.py [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark Repo 2017-01-04 15:07:29 +00:00
window.py [SPARK-18690][PYTHON][SQL] Backward compatibility of unbounded frames 2016-12-02 17:39:28 -08:00