[
https://issues.apache.org/jira/browse/AMBARI-23594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Hurley updated AMBARI-23594:
-------------------------------------
Reporter: Vivek Sharma (was: Jonathan Hurley)
> LZO Libraries Are Not Installed Correctly During Upgrade
> --------------------------------------------------------
>
> Key: AMBARI-23594
> URL: https://issues.apache.org/jira/browse/AMBARI-23594
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.7.0
> Reporter: Vivek Sharma
> Assignee: Jonathan Hurley
> Priority: Blocker
> Fix For: 2.7.0
>
>
> *STR*
> # Deployed cluster with Ambari version: 2.6.1.5-3 and HDP version: 2.6.1.0-129
> # Upgrade Ambari to Target Version: 2.7.0.0-312, then upgrade AMS
> # Delete unsupported services like Flume, Falcon
> # Try Express Upgrade to HDP-3.0.0.0-1192
>
> *Result*
> Oozie server start failed
> {code}
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/OOZIE/package/scripts/oozie_server.py",
> line 154, in <module>
> OozieServer().execute()
> File
> "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py",
> line 353, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/OOZIE/package/scripts/oozie_server.py",
> line 70, in configure
> oozie(is_server=True)
> File "/usr/lib/ambari-agent/lib/ambari_commons/os_family_impl.py", line 89,
> in thunk
> return fn(*args, **kwargs)
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/OOZIE/package/scripts/oozie.py",
> line 196, in oozie
> Execute(format('{sudo} cp {hadoop_lib_home}/hadoop-lzo*.jar
> {oozie_lib_dir}'),
> File "/usr/lib/ambari-agent/lib/resource_management/core/base.py", line
> 166, in __init__
> self.env.run()
> File "/usr/lib/ambari-agent/lib/resource_management/core/environment.py",
> line 160, in run
> self.run_action(resource, action)
> File "/usr/lib/ambari-agent/lib/resource_management/core/environment.py",
> line 124, in run_action
> provider_action()
> File
> "/usr/lib/ambari-agent/lib/resource_management/core/providers/system.py",
> line 263, in action_run
> returns=self.resource.returns)
> File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line
> 72, in inner
> result = function(command, **kwargs)
> File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line
> 102, in checked_call
> tries=tries, try_sleep=try_sleep,
> timeout_kill_strategy=timeout_kill_strategy, returns=returns)
> File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line
> 150, in _call_wrapper
> result = _call(command, **kwargs_copy)
> File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line
> 308, in _call
> raise ExecutionFailed(err_msg, code, out, err)
> resource_management.core.exceptions.ExecutionFailed: Execution of
> 'ambari-sudo.sh cp /usr/hdp/3.0.0.0-1192/hadoop/lib/hadoop-lzo*.jar
> /usr/hdp/current/oozie-server' returned 1. cp: cannot stat
> '/usr/hdp/3.0.0.0-1192/hadoop/lib/hadoop-lzo*.jar': No such file or directory
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)