aboutsummaryrefslogtreecommitdiff
path: root/docs/sparkr.md
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-10-26 23:06:11 -0700
committerFelix Cheung <felixcheung@apache.org>2016-10-26 23:06:11 -0700
commit44c8bfda793b7655e2bd1da5e9915a09ed9d42ce (patch)
tree4f42de29a093fe5f845307dca278a80d51bae96c /docs/sparkr.md
parent1dbe9896b7f30538a5fad2f5d718d035c7906936 (diff)
downloadspark-44c8bfda793b7655e2bd1da5e9915a09ed9d42ce.tar.gz
spark-44c8bfda793b7655e2bd1da5e9915a09ed9d42ce.tar.bz2
spark-44c8bfda793b7655e2bd1da5e9915a09ed9d42ce.zip
[SQL][DOC] updating doc for JSON source to link to jsonlines.org
## What changes were proposed in this pull request? API and programming guide doc changes for Scala, Python and R. ## How was this patch tested? manual test Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #15629 from felixcheung/jsondoc.
Diffstat (limited to 'docs/sparkr.md')
-rw-r--r--docs/sparkr.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sparkr.md b/docs/sparkr.md
index c1829efd18..f30bd4026f 100644
--- a/docs/sparkr.md
+++ b/docs/sparkr.md
@@ -135,7 +135,7 @@ sparkR.session(sparkPackages = "com.databricks:spark-avro_2.11:3.0.0")
{% endhighlight %}
</div>
-We can see how to use data sources using an example JSON input file. Note that the file that is used here is _not_ a typical JSON file. Each line in the file must contain a separate, self-contained valid JSON object. As a consequence, a regular multi-line JSON file will most often fail.
+We can see how to use data sources using an example JSON input file. Note that the file that is used here is _not_ a typical JSON file. Each line in the file must contain a separate, self-contained valid JSON object. For more information, please see [JSON Lines text format, also called newline-delimited JSON](http://jsonlines.org/). As a consequence, a regular multi-line JSON file will most often fail.
<div data-lang="r" markdown="1">
{% highlight r %}