Skip to content

Commit

Permalink
Merge pull request mongodb#86 from kurtismullins/master
Browse files Browse the repository at this point in the history
Fixed path to the built jars.
  • Loading branch information
pilliq committed Nov 22, 2013
2 parents 1128763 + f17e90e commit b75eb92
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 @@ or for Hadoop 1.0.x:
hadoopRelease in ThisBuild := "1.0"

To determine which value you need to set in this file, refer to the list of distributions below.
Then run `./sbt package` to build the jars, which will be generated in the `target/` directory.
Then run `./sbt package` to build the jars, which will be generated in the `core/target/` directory.

After successfully building, you must copy the jars to the lib directory on each node in your hadoop cluster. This is usually one of the following locations, depending on which Hadoop release you are using:

Expand Down

0 comments on commit b75eb92

Please sign in to comment.