Skip to content

Commit

Permalink
Fixed a typo in Hadoop version in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Nov 2, 2013
1 parent e7c7b80 commit 895747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 895747b

Please sign in to comment.