Skip to content

Commit

Permalink
Clarified use of Hadoop version numbers in builds, following suggesti…
Browse files Browse the repository at this point in the history
…on from Yevgen Yampolskiy.
  • Loading branch information
tomwhite committed Aug 21, 2012
1 parent c5b14af commit a505766
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for the first edition at http://github.com/tomwhite/hadoop-book/tree/1e, and
for the second edition at http://github.com/tomwhite/hadoop-book/tree/2e.

This version of the code has been tested with:
* Hadoop 1.0.1/0.22.0/0.23.0
* Hadoop 1.0.2/0.22.0/0.23.0
* Avro 1.5.4
* Pig 0.9.1
* Hive 0.8.0
Expand All @@ -27,6 +27,9 @@ Then you can build the code with:

% mvn package -DskipTests -Dhadoop.version=1.0.2

(Note that only the Hadoop version numbers specified in hadoop-meta/pom.xml
can be used here, not any version of Hadoop.)

You should then be able to run the examples from the book.

Chapter names for "Hadoop: The Definitive Guide", Third Edition
Expand Down

0 comments on commit a505766

Please sign in to comment.