Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Update HADOOP_HOME to HADOOP_PREFIX in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lovett committed Jan 8, 2016
1 parent 96ac8e5 commit 4271291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,9 +32,9 @@ it will be generated in the `core/build/libs` 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:

* `$HADOOP_HOME/lib/`
* `$HADOOP_HOME/share/hadoop/mapreduce/`
* `$HADOOP_HOME/share/hadoop/lib/`
* `$HADOOP_PREFIX/lib/`
* `$HADOOP_PREFIX/share/hadoop/mapreduce/`
* `$HADOOP_PREFIX/share/hadoop/lib/`

mongo-hadoop should work on any distribution of hadoop. Should you run in to an issue, please file a
[Jira](https://jira.mongodb.org/browse/HADOOP/) ticket.
Expand Down

0 comments on commit 4271291

Please sign in to comment.