Skip to content

Commit

Permalink
Update references from hadoop-gpl-compression to hadoop-lzo. Thanks @…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinweil committed Jun 12, 2010
1 parent 0384edf commit 5c25e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ You can read more about Hadoop, LZO, and how we're using it at Twitter at [http:

Once the libs are built and installed, you may want to add them to the class paths and library paths. That is, in hadoop-env.sh, set

export HADOOP_CLASSPATH=/path/to/your/hadoop-gpl-compression.jar
export JAVA_LIBRARY_PATH=/path/to/hadoop-gpl-native-libs:/path/to/standard-hadoop-native-libs
export HADOOP_CLASSPATH=/path/to/your/hadoop-lzo-lib.jar
export JAVA_LIBRARY_PATH=/path/to/hadoop-lzo-native-libs:/path/to/standard-hadoop-native-libs

Note that there seems to be a bug in /path/to/hadoop/bin/hadoop; comment out the line

Expand Down

0 comments on commit 5c25e00

Please sign in to comment.