You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2015/05/31 17:52:18 UTC

[jira] [Resolved] (AMBARI-11569) Move Oozie server failed because fast-hdfs-resource.jar is missing

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

Andrew Onischuk resolved AMBARI-11569.
--------------------------------------
    Resolution: Fixed

Committed to trunk

> Move Oozie server failed because fast-hdfs-resource.jar is missing
> ------------------------------------------------------------------
>
>                 Key: AMBARI-11569
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11569
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.0
>
>
> STR:
>   * Deployed cluster with Ambari 2.1.0 at build 1520
>   * Installed HDP 2.3.0.0 at build 1951 with Oozie Server and all of its dependencies
>   * Added another host with no components on it
>   * Used the Move Oozie server wizard to move it to the new host
> Should fast-hdfs-resource.jar ship with the stack? Or with ambari-agent?
> Error:
>     
>     
>     
>     2015-05-12 21:43:29,058 - Error while executing command 'start':
>     Traceback (most recent call last):
>       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/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py", line 58, in start
>         self.configure(env)
>       File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py", line 52, in configure
>         oozie(is_server=True)
>       File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in thunk
>         return fn(*args, **kwargs)
>       File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie.py", line 94, in oozie
>         params.HdfsResource(None, action="execute")
>       File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
>         self.env.run()
>       File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 152, in run
>         self.run_action(resource, action)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action
>         provider_action()
>       File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/hdfs_resource.py", line 114, in action_execute
>         logoutput=logoutput,
>       File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
>         self.env.run()
>       File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 152, in run
>         self.run_action(resource, action)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action
>         provider_action()
>       File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 269, in action_run
>         raise ex
>     Fail: Execution of 'hadoop --config /usr/hdp/current/hadoop-client/conf jar /var/lib/ambari-agent/lib/fast-hdfs-resource.jar /var/lib/ambari-agent/data/hdfs_resources.json' returned 255. WARNING: Use "yarn jar" to launch YARN applications.
>     Not a valid JAR: /var/lib/ambari-agent/lib/fast-hdfs-resource.jar
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)