Skip to content

Commit

Permalink
Still updating docs after addition of the distributed lzo indexer.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinweil committed Jan 11, 2010
1 parent be9e0c1 commit 1e213f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ 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-gpl-compression.jar
export JAVA_LIBRARY_PATH=/path/to/hadoop-gpl-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

JAVA_LIBRARY_PATH=''
JAVA_LIBRARY_PATH=''

because it keeps Hadoop from keeping the alteration you made to JAVA_LIBRARY_PATH above. (Update: see https://issues.apache.org/jira/browse/HADOOP-6453). Make sure you restart your jobtrackers and tasktrackers after uploading and changing configs so that they take effect.

Expand Down

0 comments on commit 1e213f7

Please sign in to comment.