Description
For all cluster components, except TaskTracker the OPTS environment variable is set like this in hadoop-env.sh:
export HADOOP_<COMPONENT>OPTS="-Dcom.sun.management.jmxremote $HADOOP<COMPONENT>_OPTS"
The provided patch fixes this.
For all cluster components, except TaskTracker the OPTS environment variable is set like this in hadoop-env.sh:
export HADOOP_<COMPONENT>OPTS="-Dcom.sun.management.jmxremote $HADOOP<COMPONENT>_OPTS"
The provided patch fixes this.