Siddharth Wagle created AMBARI-5505:
---------------------------------------
Summary: HBase in Blueprint results in error
Key: AMBARI-5505
URL: https://issues.apache.org/jira/browse/AMBARI-5505
Project: Ambari
Issue Type: Bug
Components: controller
Affects Versions: 1.5.1
Reporter: Siddharth Wagle
Assignee: Siddharth Wagle
Fix For: 1.6.0
Using the following Blueprint to deploy 1 node cluster:
2014-04-08 06:48:34,040 - Error while executing command 'start':
Traceback (most recent call last):
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 106, in execute
method(env)
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HBASE/package/scripts/hbase_master.py",
line 42, in start
self.configure(env) # for security
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HBASE/package/scripts/hbase_master.py",
line 37, in configure
hbase(name='master')
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HBASE/package/scripts/hbase.py",
line 76, in hbase
group = params.user_group
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/libraries/providers/xml_config.py",
line 43, in action_create
Logger.info(format("Generating config:
{conf_dir}
/
{filename}
"))
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
line 83, in format
return ConfigurationFormatter().format(format_string, args, **result)
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
line 44, in format
all_params = checked_unite(variables, params)
File "/usr/lib/python2.6/site-packages/resource_management/core/utils.py", line
103, in checked_unite
raise Fail("Variable '%s' already exists more than once as a
variable/configuration/kwarg parameter. Cannot evaluate it." % key)
Fail: Variable 'conf_dir' already exists more than once as a
variable/configuration/kwarg parameter. Cannot evaluate it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)