aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStephen Hopper <shopper@shopper-osx.local>2015-09-08 14:36:34 +0100
committerSean Owen <sowen@cloudera.com>2015-09-08 14:36:34 +0100
commit9d8e838d883ed21f9ef562e7e3ac074c7e4adb88 (patch)
tree6b74672743648aa0ffad44e8a0139a3214759980 /README.md
parent5ffe752b59e468d55363f1f24b17a3677927ca8f (diff)
downloadspark-9d8e838d883ed21f9ef562e7e3ac074c7e4adb88.tar.gz
spark-9d8e838d883ed21f9ef562e7e3ac074c7e4adb88.tar.bz2
spark-9d8e838d883ed21f9ef562e7e3ac074c7e4adb88.zip
[DOC] Added R to the list of languages with "high-level API" support in the…
… main README. Author: Stephen Hopper <shopper@shopper-osx.local> Closes #8646 from enragedginger/master.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 380422ca00..76e29b4235 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Apache Spark
Spark is a fast and general cluster computing system for Big Data. It provides
-high-level APIs in Scala, Java, and Python, and an optimized engine that
+high-level APIs in Scala, Java, Python, and R, and an optimized engine that
supports general computation graphs for data analysis. It also supports a
rich set of higher-level tools including Spark SQL for SQL and DataFrames,
MLlib for machine learning, GraphX for graph processing,
@@ -94,5 +94,5 @@ distribution.
## Configuration
-Please refer to the [Configuration guide](http://spark.apache.org/docs/latest/configuration.html)
+Please refer to the [Configuration Guide](http://spark.apache.org/docs/latest/configuration.html)
in the online documentation for an overview on how to configure Spark.