using java7 in runtime for hdfs env (#1072)

This commit is contained in:
Shu Zhang 2016-04-11 21:08:26 -07:00 committed by Igor Canadi
parent 13e6c8e97a
commit e208575b2d

View File

@ -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,