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: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to