<?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 Unauthorized connection for super-user in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102118#M14691</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to run start a coordinator job, but I received the following error:&lt;/P&gt;&lt;PRE&gt;Error: E0501 : E0501: Could not perform authorization operation, Unauthorized connection for super-user: oozie from IP X.X.X.X&lt;/PRE&gt;&lt;P&gt;then, i added the properties in core-site.xml file, and restart the cluster, but didn't accomplish anything.&lt;/P&gt;&lt;PRE&gt;&amp;lt;property
    &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.groups&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;How can i solve it ?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:56:45 GMT</pubDate>
    <dc:creator>Hefei</dc:creator>
    <dc:date>2022-09-16T09:56:45Z</dc:date>
    <item>
      <title>Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102118#M14691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to run start a coordinator job, but I received the following error:&lt;/P&gt;&lt;PRE&gt;Error: E0501 : E0501: Could not perform authorization operation, Unauthorized connection for super-user: oozie from IP X.X.X.X&lt;/PRE&gt;&lt;P&gt;then, i added the properties in core-site.xml file, and restart the cluster, but didn't accomplish anything.&lt;/P&gt;&lt;PRE&gt;&amp;lt;property
    &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.groups&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;How can i solve it ?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:56:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102118#M14691</guid>
      <dc:creator>Hefei</dc:creator>
      <dc:date>2022-09-16T09:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102119#M14692</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1215/lhfeilaile.html" nodeid="1215"&gt;@Hefei Li&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;it has nothing to do with the proxyuser as you'd realized from your exercise, check the permissions in Oozie for the user you're executing the workflow with. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 01:45:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102119#M14692</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-12T01:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102120#M14693</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1215/lhfeilaile.html" nodeid="1215"&gt;@Hefei Li&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The root cause of this issue is that the user you are using to run the workflow does not have permission to read the workflow.xml. Change the permissions on workflow.xml to 777 or 755 and try again. &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/oozie/blob/38e33811bc3f9d3b1a1a024dcab6af760734b696/core/src/main/java/org/apache/oozie/service/AuthorizationService.java#L307-L355"&gt;Here is the method&lt;/A&gt; that is generating this error. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 23:48:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102120#M14693</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2016-01-13T23:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102121#M14694</link>
      <description>&lt;P&gt;Also make sure that the directories (absolute path) that contains the workflow.xml also has at least 755, so that the user is able to get to the file and then read it. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 23:49:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102121#M14694</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2016-01-13T23:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102122#M14695</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1215/lhfeilaile.html" nodeid="1215"&gt;@Hefei Li&lt;/A&gt;&lt;P&gt; Do you have knox or Ranger in your environwment?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 00:21:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102122#M14695</guid>
      <dc:creator>sdutta</dc:creator>
      <dc:date>2016-01-14T00:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102123#M14696</link>
      <description>&lt;P&gt;
	&lt;A rel="user" href="https://community.cloudera.com/users/191/bsaini.html" nodeid="191"&gt;@bsaini&lt;/A&gt; : I am trying out this tutorial  &lt;A href="http://hortonworks.com/hadoop-tutorial/mirroring-datasets-between-hadoop-clusters-with-apache-falcon/"&gt;mirroring-datasets-between-hadoop-clusters-with-apache-falcon&lt;/A&gt; You said that the path workflow.xml should have at least 755.I made these changes at 2 locations 1) /apps/data-mirroring/*.xml 2) /apps/falcon/backupCluster/staging/falcon/workflows/process/MirrorTest/cf29a6898f4d78c4515a7d0b22f51b6e_1454333601227/DEFAULT/     Now when I am running the Mirror Test, I am getting the following exception : Caused by: &lt;STRONG&gt;org.apache.hadoop.security.AccessControlException: Permission denied. user=ambari-qa is not the owner of inode=MirrorTest &lt;/STRONG&gt;.What is going wrong ??&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 22:43:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102123#M14696</guid>
      <dc:creator>mrakki3110</dc:creator>
      <dc:date>2016-02-01T22:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102124#M14697</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1784/mrakki3110.html" nodeid="1784"&gt;@Akshay Shingote&lt;/A&gt; chown on the MirrorTest directory and make sure ambari-qa is owner.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 22:45:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102124#M14697</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-01T22:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102125#M14698</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/191/bsaini.html" nodeid="191"&gt;@bsaini&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; : After making changes in core-site.xml Whenever I follow the steps,I see this exception occurs:U&lt;STRONG&gt;nauthorized connection for super-user: oozie from IP X.X.X.X  &lt;/STRONG&gt;&amp;amp; when I change its ownership to any other user then  &lt;STRONG&gt;org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied. user=ambari-qa is not the owner of inode=MirrorTest &lt;/STRONG&gt;occurs&lt;STRONG&gt;..&lt;/STRONG&gt;After that if I change its ownership to "ambari-qa",then I again get &lt;STRONG&gt;Unauthorized connection for super-user: oozie from IP X.X.X.X..&lt;/STRONG&gt; Is there anything or a location I am missing some where wrong ?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:42:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102125#M14698</guid>
      <dc:creator>mrakki3110</dc:creator>
      <dc:date>2016-02-02T19:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102126#M14699</link>
      <description>&lt;P&gt;After the  HDP installation 2.4, I had issue with similar error as &lt;/P&gt;&lt;P&gt;Unauthorized connection for super-user: oozie from IP..&lt;/P&gt;&lt;P&gt;As suggested above i made changes on proxyuser.oozie.hosts &amp;amp; group to *.&lt;/P&gt;&lt;P&gt;Additionally I had to copy shared library file to HDFS.&lt;/P&gt;&lt;P&gt;cd /tmp&lt;/P&gt;&lt;P&gt;tar xvf &amp;lt;HDP_install_dir&amp;gt;/oozie/oozie-sharelib.tar.gz&lt;/P&gt;&lt;P&gt;sudo -u oozie hadoop fs -put share /user/oozie/share&lt;/P&gt;&lt;P&gt;Now you can start Oozie from Ambari. &lt;/P&gt;&lt;P&gt;=========================&lt;/P&gt;&lt;P&gt;Another trouble shooting check is to find  whether the DB is perfectly configured as per DB name,user &amp;amp; password specified in /etc/oozie/conf/oozie-site.xml&lt;/P&gt;&lt;P&gt;sudo -u oozie /usr/lib/oozie/bin/ooziedb.sh create -run&lt;/P&gt;&lt;P&gt;If it is perfectly configured it states that DB is configured.&lt;/P&gt;&lt;P&gt;In my installation I had to grant DB privileges to oozie user..&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 22:48:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102126#M14699</guid>
      <dc:creator>SammyCloud</dc:creator>
      <dc:date>2016-12-13T22:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unauthorized connection for super-user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102127#M14700</link>
      <description>&lt;P&gt;Thanks - this problem was driving me nuts&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 00:12:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unauthorized-connection-for-super-user/m-p/102127#M14700</guid>
      <dc:creator>paul_fermor</dc:creator>
      <dc:date>2017-08-24T00:12:26Z</dc:date>
    </item>
  </channel>
</rss>

