Description
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"
Attachments
Issue Links
- breaks
-
HBASE-3561 OPTS arguments are duplicated
- Closed