Skip to content

Commit

Permalink
Merge pull request alteryx#134 from rxin/readme
Browse files Browse the repository at this point in the history
Fixed a typo in Hadoop version in README.
  • Loading branch information
rxin committed Nov 2, 2013
2 parents e7c7b80 + 895747b commit d407c07
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 d407c07

Please sign in to comment.