instructing people to use java7 for hdfs (#1063)
This commit is contained in:
parent
1518b733eb
commit
3b977bcdc8
@ -12,7 +12,7 @@ underlying filesystem.
|
|||||||
If you want to compile rocksdb with hdfs support, please set the following
|
If you want to compile rocksdb with hdfs support, please set the following
|
||||||
environment variables appropriately (also defined in setup.sh for convenience)
|
environment variables appropriately (also defined in setup.sh for convenience)
|
||||||
USE_HDFS=1
|
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
|
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
|
make clean all db_bench
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user