aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2013-11-02 12:58:44 -0700
committerReynold Xin <rxin@apache.org>2013-11-02 12:58:44 -0700
commit895747bb055ed1b4d0b5db8baf8b416d8c1683ca (patch)
treea43175e26510a202d57cede1aad0c735b0633bd4 /README.md
parente7c7b804b529342d6de1c86ee02bc78da81279bc (diff)
downloadspark-895747bb055ed1b4d0b5db8baf8b416d8c1683ca.tar.gz
spark-895747bb055ed1b4d0b5db8baf8b416d8c1683ca.tar.bz2
spark-895747bb055ed1b4d0b5db8baf8b416d8c1683ca.zip
Fixed a typo in Hadoop version in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 28ad1e4604..456b8060ef 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ described below.
When developing a Spark application, specify the Hadoop version by adding the
"hadoop-client" artifact to your project's dependencies. For example, if you're
-using Hadoop 1.0.1 and build your application using SBT, add this entry to
+using Hadoop 1.2.1 and build your application using SBT, add this entry to
`libraryDependencies`:
"org.apache.hadoop" % "hadoop-client" % "1.2.1"