<?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: Problem with Kerberos &amp;amp; user hdfs in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6831#M1200</link>
    <description>&lt;P&gt;STUPID ME &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re-checking the installation of the JCE files brought me on the right track.&lt;/P&gt;&lt;P&gt;Executing the hadoop-command on the shell was using "old" Java6 and I installed the JCE files just for Java7, since I configured in CM JAVA_HOME to use Java7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple "export JAVA_HOME=/usr/lib/jvm/java-7-oracle/jre" before executing "hadoop dfs ..." on the shell solved this issue.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2014 11:31:37 GMT</pubDate>
    <dc:creator>geko</dc:creator>
    <dc:date>2014-02-26T11:31:37Z</dc:date>
    <item>
      <title>Problem with Kerberos &amp; user hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6809#M1198</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after enabling Kerberos security on the cluster (related guideline &lt;A title="CM security doc" href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/4.5.4/Configuring-Hadoop-Security-with-Cloudera-Manager/cmeechs_topic_4_14.html" target="_blank"&gt;here&lt;/A&gt;) I got stuck at step 15 (Create the hdfs Super User Principal).&lt;/P&gt;&lt;P&gt;At the end I am not able to execute a hadoop command as user hdfs from the cmd-line, like "sudo -u hdfs hadoop dfs -ls /user". After reading some doc's and sites I verified that I have installed the Java security jar's and that the krbtgt principal doesn't have the attribute "requires_preauth".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;execution of&amp;nbsp;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;sudo -u hdfs hadoop dfs -ls /user&lt;/PRE&gt;&lt;P&gt;fails with error:&lt;/P&gt;&lt;P&gt;""&lt;/P&gt;&lt;P&gt;root@hadoop-pg-2:~# sudo -u hdfs hadoop dfs -ls /user&lt;BR /&gt;DEPRECATED: Use of this script to execute hdfs command is deprecated.&lt;BR /&gt;Instead use the hdfs command for it.&lt;/P&gt;&lt;P&gt;14/02/25 14:32:10 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth:KERBEROS) cause:javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;BR /&gt;14/02/25 14:32:10 WARN ipc.Client: Exception encountered while connecting to the server : javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;BR /&gt;14/02/25 14:32:10 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth:KERBEROS) cause:java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;BR /&gt;ls: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]; Host Details : local host is: "hadoop-pg-2.cluster/10.147.210.2"; destination host is: "hadoop-pg-2.cluster":8020;&lt;/P&gt;&lt;P&gt;""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Previous steps&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;1. create hdfs principal via kadmin: &lt;EM&gt;addprinc hdfs@HADOOP-PG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. obtain a tgt for user hdfs: &lt;EM&gt;kinit hdfs@HADOOP-PG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;3. check: &lt;EM&gt;klist -f&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;root@hadoop-pg-2:~# klist -f&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Ticket cache: FILE:/tmp/krb5cc_0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Default principal: hdfs@HADOOP-PG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Valid starting Expires Service principal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;02/25/14 14:30:32 02/26/14 14:30:29 krbtgt/HADOOP-PG@HADOOP-PG&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;renew until 03/04/14 14:30:29, Flags: FPRIA&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=&amp;gt;&lt;/EM&gt; thereby I assume authentication for user hdfs worked nicely, since at creation of principal and obtaining the tgt the provided password was accepted....and a tgt was created successfully&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. execute the Hadoop command mentioned above.......results in the error shown above &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. try to renew the ticket: &lt;EM&gt;kinit -R .&amp;nbsp;&lt;/EM&gt;Execute successfully&lt;/P&gt;&lt;P&gt;6. repeat step 4. =&amp;gt; same error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7. enable Kerberos debug output and try to run 4. Log:&lt;/P&gt;&lt;P&gt;""&lt;/P&gt;&lt;PRE&gt;root@hadoop-pg-2:~$ su - hdfs
hdfs@hadoop-pg-2:~$ kinit
Password for hdfs@HADOOP-PG: 

hdfs@hadoop-pg-2:~$ klist
Ticket cache: FILE:/tmp/krb5cc_996
Default principal: hdfs@HADOOP-PG

Valid starting     Expires            Service principal
02/25/14 14:55:26  02/26/14 14:55:26  krbtgt/HADOOP-PG@HADOOP-PG
	renew until 03/04/14 14:55:26

hdfs@hadoop-pg-2:~$ hadoop dfs -ls /user
DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.

Config name: /etc/krb5.conf
&amp;gt;&amp;gt;&amp;gt;KinitOptions cache name is /tmp/krb5cc_996
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt;  client principal is hdfs@HADOOP-PG
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; server principal is krbtgt/HADOOP-PG@HADOOP-PG
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; key type: 18
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; auth time: Tue Feb 25 14:55:26 CET 2014
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; start time: Tue Feb 25 14:55:26 CET 2014
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; end time: Wed Feb 26 14:55:26 CET 2014
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; renew_till time: Tue Mar 04 14:55:26 CET 2014
&amp;gt;&amp;gt;&amp;gt; CCacheInputStream: readFlags()  FORWARDABLE; PROXIABLE; RENEWABLE; INITIAL;
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt;  client principal is hdfs@HADOOP-PG
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; server principal is X-CACHECONF:/krb5_ccache_conf_data/fast_avail/krbtgt/HADOOP-PG@HADOOP-PG
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; key type: 0
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; auth time: Thu Jan 01 01:00:00 CET 1970
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; start time: Thu Jan 01 01:00:00 CET 1970
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; end time: Thu Jan 01 01:00:00 CET 1970
&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; renew_till time: Thu Jan 01 01:00:00 CET 1970
&amp;gt;&amp;gt;&amp;gt; CCacheInputStream: readFlags() 
&amp;gt;&amp;gt;&amp;gt; unsupported key type found the default TGT: 18
14/02/25 14:55:40 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth:KERBEROS) cause:javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
14/02/25 14:55:40 WARN ipc.Client: Exception encountered while connecting to the server : javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
14/02/25 14:55:40 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth:KERBEROS) cause:java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
ls: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]; Host Details : local host is: "hadoop-pg-2.cluster/10.147.210.2"; destination host is: "hadoop-pg-2.cluster":8020;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The message&amp;nbsp;&lt;FONT color="#000000" size="2"&gt;&lt;STRONG&gt;unsupported key type found the default TGT: 18&lt;/STRONG&gt;&lt;/FONT&gt; makes me thinking of missing the Java strong crypto files,but I copied the jar's&amp;nbsp;US_export_policy.jar and local_policy.jar into the folder /usr/lib/jvm/java-7-oracle/jre/lib/security =&amp;gt;&lt;/P&gt;&lt;PRE&gt;hdfs@hadoop-pg-2:/usr/lib/jvm$ ls -al /usr/lib/jvm/java-7-oracle/jre/lib/security/
total 140
drwxr-xr-x  2 root root  4096 Jan 31 10:30 .
drwxr-xr-x 16 root root  4096 Jan 31 10:30 ..
-rw-r--r--  1 root root  2770 Jan 31 10:30 blacklist
-rw-r--r--  1 root root 82586 Jan 31 10:30 cacerts
-rw-r--r--  1 root root   158 Jan 31 10:30 javafx.policy
-rw-r--r--  1 root root  2593 Jan 31 10:30 java.policy
-rw-r--r--  1 root root 17838 Jan 31 10:30 java.security
-rw-r--r--  1 root root    98 Jan 31 10:30 javaws.policy
-rw-r--r--  1 root root  2500 Feb 21 15:41 local_policy.jar
-rw-r--r--  1 root root     0 Jan 31 10:30 trusted.libraries
-rw-r--r--  1 root root  2487 Feb 21 15:41 US_export_policy.jar&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what to check next, any help appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; (I want to avoid removing AES256 from being supported by Kerberos and thereby recreate all principals or even creating a new Kerberos db...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:54:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6809#M1198</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2022-09-16T08:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kerberos &amp; user hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6829#M1199</link>
      <description>&lt;P&gt;Tried a different approach, sadly resulting in the same problem/error.&lt;/P&gt;&lt;P&gt;I tried to use the hdfs user-principal created by ClouderaManager to submit a hdfs command on the shell, but I still get this "unsupported key type found the default TGT: 18"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&amp;gt;su - hdfs&lt;/P&gt;&lt;P&gt;#&amp;gt;export HADOOP_OPTS="-Dsun.security.krb5.debug=true"&lt;/P&gt;&lt;P&gt;#&amp;gt;kinit -k -t /var/run/cloudera-scm-agent/process/1947-hdfs-DATANODE/hdfs.keytab hdfs/hadoop-pg-7.cluster&lt;/P&gt;&lt;P&gt;#&amp;gt;kinit -R&lt;/P&gt;&lt;P&gt;#&amp;gt;&lt;SPAN style="line-height: 14px;"&gt;hadoop dfs -ls /user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DEPRECATED: Use of this script to execute hdfs command is deprecated.&lt;BR /&gt;Instead use the hdfs command for it.&lt;/P&gt;&lt;P&gt;Config name: /etc/krb5.conf&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;KinitOptions cache name is /tmp/krb5cc_998&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; client principal is hdfs/hadoop-pg-7.cluster@HADOOP-PG&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; server principal is krbtgt/HADOOP-PG@HADOOP-PG&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; key type: 18&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; auth time: Wed Feb 26 11:07:49 CET 2014&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; start time: Wed Feb 26 11:07:55 CET 2014&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; end time: Thu Feb 27 11:07:55 CET 2014&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;DEBUG &amp;lt;CCacheInputStream&amp;gt; renew_till time: Wed Mar 05 11:07:49 CET 2014&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; CCacheInputStream: readFlags() FORWARDABLE; PROXIABLE; RENEWABLE; INITIAL;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; unsupported key type found the default TGT: 18&lt;BR /&gt;14/02/26 11:08:07 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth:KERBEROS) cause:javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;BR /&gt;14/02/26 11:08:07 WARN ipc.Client: Exception encountered while connecting to the server : javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;BR /&gt;14/02/26 11:08:07 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth:KERBEROS) cause:java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;BR /&gt;ls: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]; Host Details : local host is: "hadoop-pg-7.cluster/10.147.210.7"; destination host is: "hadoop-pg-2.cluster":8020;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&amp;gt;&lt;SPAN style="line-height: 14px;"&gt;klist -ef&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ticket cache: FILE:/tmp/krb5cc_998&lt;BR /&gt;Default principal: hdfs/hadoop-pg-7.cluster@HADOOP-PG&lt;/P&gt;&lt;P&gt;Valid starting Expires Service principal&lt;BR /&gt;02/26/14 11:08:21 02/27/14 11:08:21 krbtgt/HADOOP-PG@HADOOP-PG&lt;BR /&gt;renew until 03/05/14 11:07:49, Flags: FPRIT&lt;BR /&gt;Etype (skey, tkt): AES-256 CTS mode with 96-bit SHA-1 HMAC, AES-256 CTS mode with 96-bit SHA-1 HMAC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:22:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6829#M1199</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2014-02-26T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kerberos &amp; user hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6831#M1200</link>
      <description>&lt;P&gt;STUPID ME &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re-checking the installation of the JCE files brought me on the right track.&lt;/P&gt;&lt;P&gt;Executing the hadoop-command on the shell was using "old" Java6 and I installed the JCE files just for Java7, since I configured in CM JAVA_HOME to use Java7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple "export JAVA_HOME=/usr/lib/jvm/java-7-oracle/jre" before executing "hadoop dfs ..." on the shell solved this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:31:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/6831#M1200</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2014-02-26T11:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kerberos &amp; user hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/86365#M1201</link>
      <description>&lt;P&gt;Hi i am using&amp;nbsp;&lt;SPAN&gt;/usr/java/jdk1.8.0_202 and i am facing issue even if i submit the&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;export JAVA_HOME=/usr/java/jdk1.8.0_202 command. i am stucked in the middle of a job with the following error. please help me to sort out the issue.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Feb 2019 05:50:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/86365#M1201</guid>
      <dc:creator>Jibinjks</dc:creator>
      <dc:date>2019-02-13T05:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kerberos &amp; user hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/285612#M1202</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/29375"&gt;@Jibinjks&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;Was this issue resolved? if yes, can you update the solution.&lt;/P&gt;&lt;P&gt;I am stuck in a similar problem. Export did not work for me too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 07:17:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-with-Kerberos-amp-user-hdfs/m-p/285612#M1202</guid>
      <dc:creator>Sandeepkwt</dc:creator>
      <dc:date>2019-12-15T07:17:41Z</dc:date>
    </item>
  </channel>
</rss>

