Skip to content
Snippets Groups Projects
Commit d407c073 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #134 from rxin/readme

Fixed a typo in Hadoop version in README.
parents e7c7b804 895747bb
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ described below. ...@@ -69,7 +69,7 @@ described below.
When developing a Spark application, specify the Hadoop version by adding the 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 "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`: `libraryDependencies`:
"org.apache.hadoop" % "hadoop-client" % "1.2.1" "org.apache.hadoop" % "hadoop-client" % "1.2.1"
......
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