You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2013/08/11 20:15:49 UTC

[jira] [Commented] (AMBARI-2868) YARN NodeManager directories when passes as comma separated directories - agent create a single directory including comma.

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

Mahadev konar commented on AMBARI-2868:
---------------------------------------

[~swagle] can you please check if this is an issue with other directories? RM/NM/NN/Journal Nodes/others just to be sure we dont think this in other places? 

                
> YARN NodeManager directories when passes as comma separated directories - agent create a single directory including comma.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-2868
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2868
>             Project: Ambari
>          Issue Type: Bug
>          Components: agent
>    Affects Versions: 1.4.0
>            Reporter: Siddharth Wagle
>            Assignee: Siddharth Wagle
>             Fix For: 1.4.0
>
>         Attachments: AMBARI-2868.patch
>
>
> Looks like here is what happens:
> {code}
> $nm_local_dirs = hdp_default("yarn-site/yarn.nodemanager.local-dirs", "$hadoop_tmp_dir/nm-local-dir")
> {code}
> This code takes in the nm local directories as comman separated files, but its never split around the comma's.
> When using multiple directories for  NodeManager local directories here is what I saw on NM:
> {code}
> root@ip-10-80-149-186 yarn]# pwd
> /grid/0/hadoop/yarn,/grid/1/hadoop/yarn
> {code}
> A directory with a comma was created. This causes NM to go unhealthy which causes the jobs to fail - and all.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira