Allen Wittenauer created HDFS-11972:
---------------------------------------
Summary: cblockserver uses wrong OPT env var
Key: HDFS-11972
URL: https://issues.apache.org/jira/browse/HDFS-11972
Project: Hadoop HDFS
Issue Type: Sub-task
Reporter: Allen Wittenauer
Current codebase does:
{code}
hadoop_debug "Appending HADOOP_CBLOCK_OPTS onto HADOOP_OPTS"
HADOOP_OPTS="${HADOOP_OPTS} ${HADOOP_CBLOCK_OPTS}"
{code}
This code block breaks the consistency with the rest of the shell scripts:
a) It should be HDFS_CBLOCKSERVER_OPTS
b) HDFS_CBLOCKSERVER_OPTS is already/automatically appended; there is no need
to do it specifically
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]