-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37439/
-----------------------------------------------------------

Review request for Ambari, Myroslav Papirkovskyy and Vitalyi Brodetskyi.


Bugs: AMBARI-12766
    https://issues.apache.org/jira/browse/AMBARI-12766


Repository: ambari


Description
-------

When Atlas is selected to be installed, deployment fails due to the below error:
    self.install_package(package_name, self.resource.use_repos, 
self.resource.skip_repos)
  File 
"/usr/lib/python2.6/site-packages/resource_management/core/providers/package/apt.py",
 line 51, in wrapper
    return function_to_decorate(self, name, *args[2:])
  File 
"/usr/lib/python2.6/site-packages/resource_management/core/providers/package/apt.py",
 line 91, in install_package
    shell.checked_call(cmd, sudo=True, logoutput=self.get_logoutput())
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", 
line 70, in inner
    result = function(command, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", 
line 92, in checked_call
    tries=tries, try_sleep=try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", 
line 140, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", 
line 291, in _call
    raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of '/usr/bin/apt-get -q -o 
Dpkg::Options::=--force-confdef --allow-unauthenticated --assume-yes install 
'atlas-metadata*-hive-plugin'' returned 100. Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package atlas-metadata*-hive-plugin
E: Couldn't find any package by regex 'atlas-metadata*-hive-plugin'


Diffs
-----

  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
 de776a5 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_atlas_hive.py
 222a8c6 
  ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml 
c505db4 
  ambari-server/src/main/resources/stacks/HDP/2.4/services/HIVE/metainfo.xml 
44774c2 

Diff: https://reviews.apache.org/r/37439/diff/


Testing
-------

Unit tests passed


Thanks,

Dmytro Sen

Reply via email to