You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/06/06 10:58:18 UTC

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

    [ https://issues.apache.org/jira/browse/AMBARI-21113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038606#comment-16038606 ] 

Hudson commented on AMBARI-21113:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #1562 (See [https://builds.apache.org/job/Ambari-branch-2.5/1562/])
AMBARI-21113. hdfs_user_nofile_limit is not picking as expected for (aonishuk: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9496c0170439633a114332d13e46c7d3a4f4d339])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java


> 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: trunk, 2.5.2
>
>         Attachments: AMBARI-21113-2.5.patch, AMBARI-21113-trunk.patch
>
>
> 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)