Skip to content
Snippets Groups Projects
Commit 3b9cd13e authored by Sandy Ryza's avatar Sandy Ryza Committed by Michael Armbrust
Browse files

SPARK-3605. Fix typo in SchemaRDD.

Author: Sandy Ryza <sandy@cloudera.com>

Closes #2460 from sryza/sandy-spark-3605 and squashes the following commits:

09d940b [Sandy Ryza] SPARK-3605. Fix typo in SchemaRDD.
parent a95ad99e
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,8 @@ import org.apache.spark.api.java.JavaRDD
* explicitly using the `createSchemaRDD` function on a [[SQLContext]].
*
* A `SchemaRDD` can also be created by loading data in from external sources.
* Examples are loading data from Parquet files by using by using the
* `parquetFile` method on [[SQLContext]], and loading JSON datasets
* by using `jsonFile` and `jsonRDD` methods on [[SQLContext]].
* Examples are loading data from Parquet files by using the `parquetFile` method on [[SQLContext]]
* and loading JSON datasets by using `jsonFile` and `jsonRDD` methods on [[SQLContext]].
*
* == SQL Queries ==
* A SchemaRDD can be registered as a table in the [[SQLContext]] that was used to create it. Once
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment