You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vivek Sharma (JIRA)" <ji...@apache.org> on 2017/08/10 08:01:00 UTC

[jira] [Created] (AMBARI-21698) Error while starting Hbase service post deletion of HBASE_REST_SERVER component on BI 4.2.5 with redhat7

Vivek Sharma created AMBARI-21698:
-------------------------------------

             Summary: Error while starting Hbase service post deletion of HBASE_REST_SERVER component on BI 4.2.5 with redhat7
                 Key: AMBARI-21698
                 URL: https://issues.apache.org/jira/browse/AMBARI-21698
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.5.2
            Reporter: Vivek Sharma
            Priority: Blocker
             Fix For: 2.5.2


*STR*
# Deployed IOP-4.2.5 cluster with Ambari-2.4.2
# Upgrade Ambari to 2.5.2
# Stop Hbase service and delete HBASE_REST_SERVER component via API
# Try to start HBase service

Result
{code}
Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.2.5/hooks/before-INSTALL/scripts/hook.py", line 37, in <module>
    BeforeInstallHook().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 329, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.2.5/hooks/before-INSTALL/scripts/hook.py", line 33, in hook
    install_repos()
  File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.2.5/hooks/before-INSTALL/scripts/repo_initialization.py", line 68, in install_repos
    _alter_repo("create", params.repo_info, template)
  File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.2.5/hooks/before-INSTALL/scripts/repo_initialization.py", line 35, in _alter_repo
    repo_dicts = json.loads(repo_string)
  File "/usr/lib/python2.6/site-packages/ambari_simplejson/__init__.py", line 307, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.6/site-packages/ambari_simplejson/decoder.py", line 335, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.6/site-packages/ambari_simplejson/decoder.py", line 353, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)