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

[jira] [Resolved] (AMBARI-14662) Unable to find current_version while trying to install BigInsights add-on services like BigSheets, BigSQL through Blueprint

     [ https://issues.apache.org/jira/browse/AMBARI-14662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diego Santesteban resolved AMBARI-14662.
----------------------------------------
    Resolution: Invalid

Closing as invalid - this doesn't seem to be an Ambari problem

> Unable to find current_version while trying to install BigInsights add-on services like BigSheets, BigSQL through Blueprint
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-14662
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14662
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-agent, ambari-server
>    Affects Versions: 2.1.0
>            Reporter: raju patel
>            Assignee: Diego Santesteban
>            Priority: Blocker
>
> While trying to install BigInsights 4.1 value add-on services i.e BigSheets and BigSql through ambari blueprint, it throws below error:
> odp_current_version = str(config['hostLevelParams']['current_version'])
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 81, in __getattr__
>     raise Fail("Configuration parameter '" + self.name + "' was not found in configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter 'current_version' was not found in configurations dictionary!
> Traceback (most recent call last):
>   File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.1/services/BIGSHEETS/package/scripts/master.py", line 688, in <module>
>     Master().execute()
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 218, in execute
>     method(env)
>   File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.1/services/BIGSHEETS/package/scripts/master.py", line 172, in install
>     import params
>   File "/var/lib/ambari-agent/cache/stacks/BigInsights/4.1/services/BIGSHEETS/package/scripts/params.py", line 29, in <module>
>     odp_current_version           = str(config['hostLevelParams']['current_version'])
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 81, in __getattr__
>     raise Fail("Configuration parameter '" + self.name + "' was not found in configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter 'current_version' was not found in configurations dictionary!



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