You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmytro Grinenko (JIRA)" <ji...@apache.org> on 2017/05/24 13:44:04 UTC

[jira] [Created] (AMBARI-21113) hdfs_user_nofile_limit is not picking as expected for datanode process in a secure cluster

Dmytro Grinenko created AMBARI-21113:
----------------------------------------

             Summary: hdfs_user_nofile_limit is not picking as expected for datanode process in a secure cluster
                 Key: AMBARI-21113
                 URL: https://issues.apache.org/jira/browse/AMBARI-21113
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.5.2
            Reporter: Dmytro Grinenko
            Assignee: Dmytro Grinenko
            Priority: Critical
             Fix For: 2.5.2


such code snipped were not added to the hadoop-env after Ambari upgrade

{code}
if [ "$command" == "datanode" ] && [ "$EUID" -eq 0 ] && [ -n "$HADOOP_SECURE_DN_USER" ]; then
  ulimit -n {{hdfs_user_nofile_limit}}
fi
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)