Nick Dimiduk created HBASE-14961:
------------------------------------
Summary: hbase-env.sh clobbers environment HBASE_OPTS
Key: HBASE-14961
URL: https://issues.apache.org/jira/browse/HBASE-14961
Project: HBase
Issue Type: Bug
Components: scripts
Affects Versions: 1.1.2
Reporter: Nick Dimiduk
Priority: Minor
In hbase-env.sh we have
{noformat}
export HBASE_OPTS="-XX:+UseConcMarkSweepGC"
{noformat}
This clobbers any value provided on the cli. This makes it difficult to, ie,
debug a job launched by the otherwise convenient {{bin/hbase}} class launcher
functionality.
Looks like we've been through here before (HBASE-3423, HBASE-6888, HBASE-12021)
-- maybe someone knows better the history or if this is by design.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)