Skip to content

Commit d9c1568

Browse files
author
Stephen Hopper
committed
Added R to the list of languages with "high-level API" support in the main README.
1 parent 871764c commit d9c1568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Apache Spark
22

33
Spark is a fast and general cluster computing system for Big Data. It provides
4-
high-level APIs in Scala, Java, and Python, and an optimized engine that
4+
high-level APIs in Scala, Java, Python, and R, and an optimized engine that
55
supports general computation graphs for data analysis. It also supports a
66
rich set of higher-level tools including Spark SQL for SQL and DataFrames,
77
MLlib for machine learning, GraphX for graph processing,
@@ -94,5 +94,5 @@ distribution.
9494

9595
## Configuration
9696

97-
Please refer to the [Configuration guide](http://spark.apache.org/docs/latest/configuration.html)
97+
Please refer to the [Configuration Guide](http://spark.apache.org/docs/latest/configuration.html)
9898
in the online documentation for an overview on how to configure Spark.

0 commit comments

Comments
 (0)