Xiaoyu Yao created HADOOP-13040: ----------------------------------- Summary: HADOOP_NAMENODE_OPTS does not pass -DconfigKey=Value to namenode as parameter Key: HADOOP-13040 URL: https://issues.apache.org/jira/browse/HADOOP-13040 Project: Hadoop Common Issue Type: Bug Components: scripts Reporter: Xiaoyu Yao Assignee: Xiaoyu Yao
We want to hide the ldap bind password file path from core-site.xml by setting the following in hadoop-env.sh only. export HADOOP_NAMENODE_OPTS=$HADOOP_NAMENODE_OPTS -Dhadoop.security.group.mapping.ldap.bind.password.file =BIND_PASSWORD_FILE_PATH However, it does not work as expected and the BIND_PASSWORD_FILE_PATH is not honored with existing hadoop_add_param call from hadoop-config.sh/hadoop-function.sh. -- This message was sent by Atlassian JIRA (v6.3.4#6332)