forked from hpcc-systems/h2h
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhdfsconnector.conf.in
27 lines (22 loc) · 980 Bytes
/
hdfsconnector.conf.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#HADOOP_CONF_DIR = location of hadoop config files
#if hadoop was installed via deb/rpm install package
HADOOP_CONF_DIR=${HADOOP_STD_CONF_PATH}
#HADOOP_SHARE_DIR = location of hadoop share files
#if hadoop was installed via deb/rpm install package
HADOOP_SHARE_DIR=${HADOOP_STD_SHARE_PATH}
#H2H searches for libhdfs at this location:
# ${LIBHDFS_LIBRARIES}
#If libhdfs resides elsewhere, add correct location to LD_LIBRARY_PATH
#Example:
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path to libhdfs.so location>
#TARBALL_HADOOP_LOCATION = location of tarball hadoop instalation
#If hadoop was not installed via deb/rpm install package
#enable this var.
TARBALL_HADOOP_LOCATION=${TARBALLED_HADOOP_PATH}
#H2H default libjvm location:
# ${JAVA_JVM_LIBRARY}
# If libjvm resides elsewhere, add correct location to LD_LIBRARY_PATH
#Example:
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server
#LOGS_LOCATION = H2H log location
LOGS_LOCATION=$log