You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2016/07/09 14:02:10 UTC

[jira] [Created] (AMBARI-17638) yarn.exclude is placed on every host and path is not cutomizable

Andrew Onischuk created AMBARI-17638:
----------------------------------------

             Summary: yarn.exclude is placed on every host and path is not cutomizable
                 Key: AMBARI-17638
                 URL: https://issues.apache.org/jira/browse/AMBARI-17638
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 2.4.0
         Attachments: AMBARI-17638.patch

1\. Dir should be created if not exists  
2\. This file seems to relevant only to the RM

    
    
    File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py", line 336, in yarn 
    group=params.user_group 
    File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 154, in __init__ 
    self.env.run() 
    File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run 
    self.run_action(resource, action) 
    File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action 
    provider_action() 
    File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 87, in action_create 
    raise Fail("Applying %s failed, parent directory %s doesn't exist" % (self.resource, dirname)) 
    resource_management.core.exceptions.Fail: Applying File['/etc/horton/exclude/yarn.exclude'] failed, parent directory /etc/horton/exclude doesn't exist
    





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)