Skip to content

Commit

Permalink
using java7 in runtime for hdfs env (facebook#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzhang1989 authored and igorcanadi committed Apr 12, 2016
1 parent 13e6c8e commit e208575
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 @@ -13,7 +13,7 @@ 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-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
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/jdk-7u79-64/jre/lib/amd64/server:/usr/local/jdk-7u79-64/jre/lib/amd64/:./snappy/libs
make clean all db_bench

To run dbbench,
Expand Down

0 comments on commit e208575

Please sign in to comment.