[
https://issues.apache.org/jira/browse/AMBARI-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560419#comment-14560419
]
Hudson commented on AMBARI-11401:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2720 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2720/])
AMBARI-11401. Intermittent failure while stopping hbase region server
(smohanty:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=efe31292337eab8ab07a5f7befca26d69dba829d)
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
> Intermittent failure while stopping hbase region server
> -------------------------------------------------------
>
> Key: AMBARI-11401
> URL: https://issues.apache.org/jira/browse/AMBARI-11401
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: 2.1.0
> Reporter: Sumit Mohanty
> Assignee: Sumit Mohanty
> Fix For: 2.1.0
>
> Attachments: AMBARI-11401.patch
>
>
> Seen while stopping HBase Regionserver.
> {noformat}
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py",
> line 156, in <module>
> HbaseRegionServer().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 214, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py",
> line 92, in stop
> import params
> File
> "/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/params.py",
> line 26, in <module>
> from params_linux import *
> File
> "/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py",
> line 110, in <module>
> local_dir = substitute_vars(_local_dir_conf,
> config['configurations']['hbase-site'])
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/substitute_vars.py",
> line 49, in substitute_vars
> result = result[:start] + value + result[end:]
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py",
> line 79, in getattr
> raise Fail("Configuration parameter '" + self.name + "' was not found in
> configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter 'user.name'
> was not found in configurations dictionary!
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)