<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Oozie Service Check below error #HDP 2.1 in Amabri UI in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183424#M58740</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Solution for Given Error, still 3 Ans not able to get.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1st Error :-
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;  Error: E0501 : E0501: Could not perform authorization operation, User: oozie is not allowed to impersonate ambari-qa Invalid sub-command: Missing argument for option: info&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Solution :-
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.groups&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.hosts&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.users&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2nd Error :-
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error :- Python script has been killed due to timeout after waiting 300 secs
&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Solution:- on ambari-server changed the following parameter 

Increased the time 300 to 900 seconds    mine OOZIE version is 4.0.0.2.0
[ambari-qa@centos root]$ oozie version
Oozie client build version: 4.0.0.2.1.10.0-881
[ambari-qa@centos root]$

[root@centos ~]# grep 300 /var/lib/ambari-server/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml
        &amp;lt;timeout&amp;gt;300&amp;lt;/timeout&amp;gt;
[root@centos ~]#&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;3rd Error:- &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resource_management.core.exceptions.Fail: Execution of '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat 
/var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf 
/usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; 
/usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config 
/usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Error:-

resource_management.core.exceptions.Fail: Execution of '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat /var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf /usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; /usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config /usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-simple-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (org.apache.hadoop.security.authentication.client.KerberosAuthenticator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.
Job ID : 0000026-170331225332898-oozie-oozi-W
------------------------------------------------------------------------------------------------------------------------------------
Workflow Name : map-reduce-wf
App Path      : hdfs://centos4.test.com:8020/user/ambari-qa/examples/apps/map-reduce
Status        : RUNNING
Run           : 0
User          : ambari-qa
Group         : -
Created       : 2017-03-31 21:50 GMT
Started       : 2017-03-31 21:50 GMT
Last Modified : 2017-03-31 21:50 GMT
Ended         : -
CoordAction ID: -

Actions
------------------------------------------------------------------------------------------------------------------------------------
ID                                                                            Status    Ext ID                 Ext Status Err Code  
------------------------------------------------------------------------------------------------------------------------------------
0000026-170331225332898-oozie-oozi-W@mr-node                                  PREP      -                      -          -         
------------------------------------------------------------------------------------------------------------------------------------
0000026-170331225332898-oozie-oozi-W@:start:                                  OK        -                      OK         -         
------------------------------------------------------------------------------------------------------------------------------------

Job ID : 0000026-170331225332898-oozie-oozi-W
------------------------------------------------------------------------------------------------------------------------------------
Workflow Name : map-reduce-wf
App Path      : hdfs://centos4.test.com:8020/user/ambari-qa/examples/apps/map-reduce
Status        : RUNNING
Run           : 0
User          : ambari-qa
Group         : -
Created       : 2017-03-31 21:50 GMT
Started       : 2017-03-31 21:50 GMT
Last Modified : 2017-03-31 21:50 GMT
Ended         : -
CoordAction ID: -&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Apr 2017 20:03:34 GMT</pubDate>
    <dc:creator>shivkumar82015</dc:creator>
    <dc:date>2017-04-01T20:03:34Z</dc:date>
    <item>
      <title>Oozie Service Check below error #HDP 2.1 in Amabri UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183420#M58736</link>
      <description>&lt;PRE&gt;1) Error 

Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py", line 138, in &amp;lt;module&amp;gt;
    OozieServiceCheck().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py", line 61, in service_check
    OozieServiceCheckDefault.oozie_smoke_shell_file(smoke_test_file_name, prepare_hdfs_file_name)
  File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py", line 123, in oozie_smoke_shell_file
    logoutput=True
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 154, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 238, in action_run
    tries=self.resource.tries, try_sleep=self.resource.try_sleep)
  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 '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat /var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf /usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; /usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config /usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-simple-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (org.apache.hadoop.security.authentication.client.KerberosAuthenticator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.
Error: E0501 : E0501: Could not perform authorization operation, User: oozie is not allowed to impersonate ambari-qa
Invalid sub-command: Missing argument for option: info

use 'help [sub-command]' for help details
Invalid sub-command: Missing argument for option: info

use 'help [sub-command]' for help details

workflow_status=&lt;/PRE&gt;&lt;PRE&gt;Error: E0501 : E0501: Could not perform authorization operation, User: oozie is not allowed to impersonate ambari-qa&lt;/PRE&gt;&lt;PRE&gt;2)Python script has been killed due to timeout after waiting 300 secs&lt;/PRE&gt;&lt;PRE&gt;3)  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 '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat /var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf /usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; /usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config /usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-simple-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (org.apache.hadoop.security.authentication.client.KerberosAuthenticator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.
Job ID : 0000023-170331225332898-oozie-oozi-W
-----------------------------------------------------&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Apr 2017 00:48:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183420#M58736</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2017-04-01T00:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Service Check below error #HDP 2.1 in Amabri UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183421#M58737</link>
      <description>&lt;PRE&gt;
Error: E0501 : E0501: Could not perform authorization operation, User: oozie is not allowed to impersonate ambari-qa
&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Apr 2017 00:50:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183421#M58737</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2017-04-01T00:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Service Check below error #HDP 2.1 in Amabri UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183422#M58738</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11907/shivkumar82015.html" nodeid="11907"&gt;@zkfs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do you have following entries in your core-site.xml?&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.groups&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.hosts&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.users&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 01:02:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183422#M58738</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-04-01T01:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Service Check below error #HDP 2.1 in Amabri UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183423#M58739</link>
      <description>&lt;P&gt;thanks for your reply its worked fine and after setting getting error as  &lt;/P&gt;&lt;PRE&gt;1)Python script has been killed due to timeout after waiting 300 secs&lt;/PRE&gt;&lt;PRE&gt;2) 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 '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat /var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf /usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; /usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config /usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Apr 2017 11:25:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183423#M58739</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2017-04-01T11:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Service Check below error #HDP 2.1 in Amabri UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183424#M58740</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Solution for Given Error, still 3 Ans not able to get.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1st Error :-
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;  Error: E0501 : E0501: Could not perform authorization operation, User: oozie is not allowed to impersonate ambari-qa Invalid sub-command: Missing argument for option: info&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Solution :-
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.groups&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.hosts&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hadoop.proxyuser.oozie.users&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2nd Error :-
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error :- Python script has been killed due to timeout after waiting 300 secs
&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Solution:- on ambari-server changed the following parameter 

Increased the time 300 to 900 seconds    mine OOZIE version is 4.0.0.2.0
[ambari-qa@centos root]$ oozie version
Oozie client build version: 4.0.0.2.1.10.0-881
[ambari-qa@centos root]$

[root@centos ~]# grep 300 /var/lib/ambari-server/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml
        &amp;lt;timeout&amp;gt;300&amp;lt;/timeout&amp;gt;
[root@centos ~]#&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;3rd Error:- &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resource_management.core.exceptions.Fail: Execution of '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat 
/var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf 
/usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; 
/usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config 
/usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Error:-

resource_management.core.exceptions.Fail: Execution of '/var/lib/ambari-agent/tmp/oozieSmoke2.sh redhat /var/lib/oozie /etc/oozie/conf /usr/bin &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; /usr/share/doc/oozie-4.0.0.2.1.10.0 /etc/hadoop/conf /usr/bin ambari-qa False' returned 1. source /etc/oozie/conf/oozie-env.sh ; /usr/bin/oozie -Doozie.auth.token.cache=false job -oozie &lt;A href="http://centos2.test.com:11000/oozie" target="_blank"&gt;http://centos2.test.com:11000/oozie&lt;/A&gt; -config /usr/share/doc/oozie-4.0.0.2.1.10.0/examples/apps/map-reduce/job.properties -run
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/oozie/lib/slf4j-simple-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (org.apache.hadoop.security.authentication.client.KerberosAuthenticator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.
Job ID : 0000026-170331225332898-oozie-oozi-W
------------------------------------------------------------------------------------------------------------------------------------
Workflow Name : map-reduce-wf
App Path      : hdfs://centos4.test.com:8020/user/ambari-qa/examples/apps/map-reduce
Status        : RUNNING
Run           : 0
User          : ambari-qa
Group         : -
Created       : 2017-03-31 21:50 GMT
Started       : 2017-03-31 21:50 GMT
Last Modified : 2017-03-31 21:50 GMT
Ended         : -
CoordAction ID: -

Actions
------------------------------------------------------------------------------------------------------------------------------------
ID                                                                            Status    Ext ID                 Ext Status Err Code  
------------------------------------------------------------------------------------------------------------------------------------
0000026-170331225332898-oozie-oozi-W@mr-node                                  PREP      -                      -          -         
------------------------------------------------------------------------------------------------------------------------------------
0000026-170331225332898-oozie-oozi-W@:start:                                  OK        -                      OK         -         
------------------------------------------------------------------------------------------------------------------------------------

Job ID : 0000026-170331225332898-oozie-oozi-W
------------------------------------------------------------------------------------------------------------------------------------
Workflow Name : map-reduce-wf
App Path      : hdfs://centos4.test.com:8020/user/ambari-qa/examples/apps/map-reduce
Status        : RUNNING
Run           : 0
User          : ambari-qa
Group         : -
Created       : 2017-03-31 21:50 GMT
Started       : 2017-03-31 21:50 GMT
Last Modified : 2017-03-31 21:50 GMT
Ended         : -
CoordAction ID: -&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 20:03:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Service-Check-below-error-HDP-2-1-in-Amabri-UI/m-p/183424#M58740</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2017-04-01T20:03:34Z</dc:date>
    </item>
  </channel>
</rss>

