hbase-env.sh over-rides HBASE_OPTS incorrectly.
-----------------------------------------------
Key: HBASE-3423
URL: https://issues.apache.org/jira/browse/HBASE-3423
Project: HBase
Issue Type: Bug
Affects Versions: 0.90.0
Reporter: Ted Dunning
Fix For: 0.90.0
conf/hbase-env.sh has the following line:
export HBASE_OPTS="-ea -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
This should be
export HBASE_OPTS="$HBASE_OPTS -ea -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.