vishnu rao created AMBARI-14736:
-----------------------------------
Summary: nimbus/supervisor does not start up in ambari 2.2.0.0 ,
hdp 2.3.2.0
Key: AMBARI-14736
URL: https://issues.apache.org/jira/browse/AMBARI-14736
Project: Ambari
Issue Type: Bug
Environment: ambari 2.2.0.0
hdp 2.3.2.0
redhat 7
Reporter: vishnu rao
while using ambari 2.2.0.0 and hortonworks dataplatform 2.3.2.0, nimbus fails
to start after installation.
error:
------------------------------------------------------------------------
Traceback (most recent call last):
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py",
line 39, in <module>
BeforeStartHook().execute()
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 219, in execute
method(env)
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py",
line 36, in hook
create_topology_script_and_mapping()
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/rack_awareness.py",
line 69, in create_topology_script_and_mapping
create_topology_mapping()
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/rack_awareness.py",
line 36, in create_topology_mapping
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 158, in run
self.run_action(resource, action)
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 121, in run_action
provider_action()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 152, in action_create
sudo.makedirs(path, self.resource.mode or 0755)
File "/usr/lib/python2.6/site-packages/resource_management/core/sudo.py",
line 55, in makedirs
os.makedirs(path, mode)
File "/usr/lib64/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 2] No such file or directory:
'/usr/hdp/current/hadoop-client/conf'
------------------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)