Skip to content

Commit

Permalink
instructing people to use java7 for hdfs (facebook#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzhang1989 authored and siying committed Apr 7, 2016
1 parent 1518b73 commit 3b977bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdfs/README
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ underlying filesystem.
If you want to compile rocksdb with hdfs support, please set the following
environment variables appropriately (also defined in setup.sh for convenience)
USE_HDFS=1
JAVA_HOME=/usr/local/jdk-6u22-64
JAVA_HOME=/usr/local/jdk-7u79-64
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/jdk-6u22-64/jre/lib/amd64/server:/usr/local/jdk-6u22-64/jre/lib/amd64/:./snappy/libs
make clean all db_bench

Expand Down

0 comments on commit 3b977bc

Please sign in to comment.