Daniel Templeton created HDFS-9770: -------------------------------------- Summary: Namenode doesn't pass config to UGI in format Key: HDFS-9770 URL: https://issues.apache.org/jira/browse/HDFS-9770 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 2.8.0 Reporter: Daniel Templeton Assignee: Daniel Templeton
The {{NameNode.format()}} method should call {{UserGroupInformation.setConfiguration(conf)}} before using the UGI. Otherwise, the config that the UGI is using is not the same as what the NN is using. -- This message was sent by Atlassian JIRA (v6.3.4#6332)