2015-11-19 16:21:15 +01:00
|
|
|
--- conf/hbase-env.sh.orig 2015-11-11 22:32:08.539865000 -0700
|
|
|
|
+++ conf/hbase-env.sh 2015-11-11 22:34:34.423285000 -0700
|
|
|
|
@@ -17,6 +17,8 @@
|
2014-07-28 22:40:49 +02:00
|
|
|
# * limitations under the License.
|
|
|
|
# */
|
|
|
|
|
|
|
|
+. %%ETCDIR%%/hbase-env-dist.sh
|
|
|
|
+
|
|
|
|
# Set environment variables here.
|
|
|
|
|
|
|
|
# This script sets variables multiple times over the course of starting an hbase process,
|
2015-11-19 16:21:15 +01:00
|
|
|
@@ -24,7 +26,7 @@
|
2014-07-28 22:40:49 +02:00
|
|
|
# into the startup scripts (bin/hbase, etc.)
|
|
|
|
|
2015-11-19 16:21:15 +01:00
|
|
|
# The java implementation to use. Java 1.7+ required.
|
2014-07-28 22:40:49 +02:00
|
|
|
-# export JAVA_HOME=/usr/java/jdk1.6.0/
|
2015-11-19 16:21:15 +01:00
|
|
|
+# export JAVA_HOME=/usr/java/jdk1.6.0/ --> Defined in hbase-env-dist.sh
|
2014-07-28 22:40:49 +02:00
|
|
|
|
|
|
|
# Extra Java CLASSPATH elements. Optional.
|
|
|
|
# export HBASE_CLASSPATH=
|
2015-11-19 16:21:15 +01:00
|
|
|
@@ -125,7 +127,7 @@
|
2014-07-28 22:40:49 +02:00
|
|
|
# export HBASE_SLAVE_SLEEP=0.1
|
|
|
|
|
|
|
|
# Tell HBase whether it should manage it's own instance of Zookeeper or not.
|
|
|
|
-# export HBASE_MANAGES_ZK=true
|
|
|
|
+export HBASE_MANAGES_ZK=false
|
|
|
|
|
|
|
|
# The default log rolling policy is RFA, where the log file is rolled as per the size defined for the
|
|
|
|
# RFA appender. Please refer to the log4j.properties file to see more details on this appender.
|