Andrew Onischuk created AMBARI-6707:
---------------------------------------
Summary: After upgrade services on HDP1 don't start due to
hadoop_heapsize cannot be found
Key: AMBARI-6707
URL: https://issues.apache.org/jira/browse/AMBARI-6707
Project: Ambari
Issue Type: Bug
Reporter: Andrew Onischuk
Assignee: Andrew Onischuk
Fix For: 1.7.0
2014-08-01 10:03:37,502 - Error while executing command 'install':
Traceback (most recent call last):
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 113, in execute
method(env)
File
"/var/lib/ambari-agent/cache/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/hook.py",
line 31, in hook
setup_hadoop_env()
File
"/var/lib/ambari-agent/cache/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/shared_initialization.py",
line 41, in setup_hadoop_env
content=InlineTemplate(params.hadoop_env_sh_template)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
line 148, in __init__
self.env.run()
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 149, in run
self.run_action(resource, action)
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 115, in run_action
provider_action()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 96, in action_create
content = self._get_content()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 136, in _get_content
return content()
File
"/usr/lib/python2.6/site-packages/resource_management/core/source.py", line 47,
in __call__
return self.get_content()
File
"/usr/lib/python2.6/site-packages/resource_management/core/source.py", line
126, in get_content
rendered = self.template.render(self.context)
File "/usr/lib/python2.6/site-packages/jinja2/environment.py", line 891,
in render
return self.environment.handle_exception(exc_info, True)
File "<template>", line 104, in top-level template code
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py",
line 75, in __getattr__
raise Fail("Configuration parameter '"+self.name+"' was not found in
configurations dictionary!")
Fail: Configuration parameter 'hadoop_heapsize' was not found in
configurations dictionary!
--
This message was sent by Atlassian JIRA
(v6.2#6252)