You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/01/24 16:50:38 UTC

[jira] [Created] (AMBARI-4414) Pig install fails on stack 2.1.1

Andrew Onischuk created AMBARI-4414:
---------------------------------------

             Summary: Pig install fails on stack 2.1.1
                 Key: AMBARI-4414
                 URL: https://issues.apache.org/jira/browse/AMBARI-4414
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.5.0
         Attachments: AMBARI-4414.patch

Install of Cluster using 2.1.1 as Stack resulted in Warnings at step9 completion. Pig install failed.
Install Summary - Failed.
{noformat}
stderr:

    group = params.user_group
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 152, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 150, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 116, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 149, in action_create
    raise Fail("Applying %s failed, parent directory %s doesn't exist" % (self.resource, dirname))
Fail: Applying Directory['/etc/pig/conf'] failed, parent directory /etc/pig doesn't exist
{noformat}
{noformat}
stdout:

    group = params.user_group
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 152, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 150, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 116, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 149, in action_create
    raise Fail("Applying %s failed, parent directory %s doesn't exist" % (self.resource, dirname))
Fail: Applying Directory['/etc/pig/conf'] failed, parent directory /etc/pig doesn't exist
{noformat}


Possible, this was happen due fixing of BUG-12454 (blocker on previous Baikal build 1.5.0.8-1)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)