Manikandan Narayanaswamy created HDFS-6468: ----------------------------------------------
Summary: Updating hadoop-daemon.sh to work as expected when nfs is started as a privileged user. Key: HDFS-6468 URL: https://issues.apache.org/jira/browse/HDFS-6468 Project: Hadoop HDFS Issue Type: Bug Components: nfs Affects Versions: 2.4.0 Reporter: Manikandan Narayanaswamy When NFS is started as a privileged user, this change sets up required environment variables: HADOOP_PID_DIR = $HADOOP_PRIVILEGED_NFS_PID_DIR HADOOP_LOG_DIR = $HADOOP_PRIVILEGED_NFS_LOG_DIR HADOOP_IDENT_STRING = $HADOOP_PRIVILEGED_NFS_USER Also, along with the above, we also now collect ulimits for the right user. -- This message was sent by Atlassian JIRA (v6.2#6252)