<?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: Configuring kerberos for YARN with Isilon in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36092#M7417</link>
    <description>&lt;P&gt;Yes, i was able to resolve this, it appeared to be related to the TTL's on the Isilon SmartConnect Zone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because the Isilon SCZone SSIP FQDN is how the compute cluster is connecting to Isilon and it is "load balancing" connections to different nodes in the Isilon cluster. If your TTL is set too low on the pool when kerberos ticket exchanges are occuring the 'kerberos exchange' gets sent to different nodes in the Isilon cluster because of the low TTL on the SCZone pool, clearly this breaks the kerberos authentication as you are not maintaining a consistent connection to a single host to complete the kerberos authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default TTL on the pool is zero(0), I bumped this to 60 and this resolved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# &lt;STRONG&gt;isi networks list pools --v&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;subnet0:cloudera&lt;BR /&gt;In Subnet: subnet0&lt;BR /&gt;Allocation: Dynamic&lt;BR /&gt;Ranges: 1&lt;BR /&gt;172.16.201.90-172.16.201.93&lt;BR /&gt;Pool Membership: 1&lt;BR /&gt;1:ext-1 (up)&lt;BR /&gt;Aggregation Mode: Link Aggregation Control Protocol (LACP)&lt;BR /&gt;Access Zone: cloudera (6)&lt;BR /&gt;SmartConnect:&lt;BR /&gt;Suspended Nodes : None&lt;BR /&gt;Auto Unsuspend ... 0&lt;BR /&gt;Zone : moby2.foo.com&lt;BR /&gt;&lt;STRONG&gt;Time to Live :&amp;nbsp;0&lt;/STRONG&gt;&lt;BR /&gt;Service Subnet : subnet0&lt;BR /&gt;Connection Policy: Round Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&lt;STRONG&gt; isi networks modify pool subnet0:cloudera --ttl=60&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;subnet0:cloudera&lt;BR /&gt;In Subnet: subnet0&lt;BR /&gt;Allocation: Dynamic&lt;BR /&gt;Ranges: 1&lt;BR /&gt;172.16.201.90-172.16.201.93&lt;BR /&gt;Pool Membership: 1&lt;BR /&gt;1:ext-1 (up)&lt;BR /&gt;Aggregation Mode: Link Aggregation Control Protocol (LACP)&lt;BR /&gt;Access Zone: cloudera (6)&lt;BR /&gt;SmartConnect:&lt;BR /&gt;Suspended Nodes : None&lt;BR /&gt;Auto Unsuspend ... 0&lt;BR /&gt;Zone : moby2.foo.com&lt;BR /&gt;&lt;STRONG&gt;Time to Live : 60&lt;/STRONG&gt;&lt;BR /&gt;Service Subnet : subnet0&lt;BR /&gt;Connection Policy: Round Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;successful kerberozied yarn job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bash-4.1$ kinit&lt;BR /&gt;Password for cloudera@FOO.COM:&lt;BR /&gt;bash-4.1$ yarn jar /opt/cloudera/parcels/CDH/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar teragen 10000 /teragenOUT&lt;BR /&gt;16/01/11 11:51:32 INFO client.RMProxy: Connecting to ResourceManager at cdhcm.foo.com/172.16.201.100:8032&lt;BR /&gt;16/01/11 11:51:32 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 69 for cloudera on 172.16.201.93:8020&lt;BR /&gt;16/01/11 11:51:32 INFO security.TokenCache: Got dt for hdfs://moby2.foo.com:8020; Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.93:8020, Ident: (HDFS_DELEGATION_TOKEN token 69 for cloudera)&lt;BR /&gt;16/01/11 11:51:33 INFO terasort.TeraSort: Generating 10000 using 2&lt;BR /&gt;16/01/11 11:51:33 INFO mapreduce.JobSubmitter: number of splits:2&lt;BR /&gt;16/01/11 11:51:33 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1448999039760_0006&lt;BR /&gt;16/01/11 11:51:33 INFO mapreduce.JobSubmitter: Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.93:8020, Ident: (HDFS_DELEGATION_TOKEN toke n 69 for cloudera)&lt;BR /&gt;16/01/11 11:51:35 INFO impl.YarnClientImpl: Submitted application application_1448999039760_0006&lt;BR /&gt;16/01/11 11:51:35 INFO mapreduce.Job: The url to track the job: &lt;A href="http://cdhcm.foo.com:8088/proxy/application_1448999039760_0006/" target="_blank"&gt;http://cdhcm.foo.com:8088/proxy/application_1448999039760_0006/&lt;/A&gt;&lt;BR /&gt;16/01/11 11:51:35 INFO mapreduce.Job: Running job: job_1448999039760_0006&lt;BR /&gt;16/01/11 11:51:52 INFO mapreduce.Job: Job job_1448999039760_0006 running in uber mode : false&lt;BR /&gt;16/01/11 11:51:52 INFO mapreduce.Job: map 0% reduce 0%&lt;BR /&gt;16/01/11 11:51:59 INFO mapreduce.Job: map 50% reduce 0%&lt;BR /&gt;16/01/11 11:52:06 INFO mapreduce.Job: map 100% reduce 0%&lt;BR /&gt;16/01/11 11:52:06 INFO mapreduce.Job: Job job_1448999039760_0006 completed successfully&lt;BR /&gt;16/01/11 11:52:06 INFO mapreduce.Job: Counters: 31&lt;BR /&gt;File System Counters&lt;BR /&gt;FILE: Number of bytes read=0&lt;BR /&gt;FILE: Number of bytes written=223314&lt;BR /&gt;FILE: Number of read operations=0&lt;BR /&gt;FILE: Number of large read operations=0&lt;BR /&gt;FILE: Number of write operations=0&lt;BR /&gt;HDFS: Number of bytes read=164&lt;BR /&gt;HDFS: Number of bytes written=1000000&lt;BR /&gt;HDFS: Number of read operations=8&lt;BR /&gt;HDFS: Number of large read operations=0&lt;BR /&gt;HDFS: Number of write operations=4&lt;BR /&gt;Job Counters&lt;BR /&gt;Launched map tasks=2&lt;BR /&gt;Other local map tasks=2&lt;BR /&gt;Total time spent by all maps in occupied slots (ms)=11069&lt;BR /&gt;Total time spent by all reduces in occupied slots (ms)=0&lt;BR /&gt;Total time spent by all map tasks (ms)=11069&lt;BR /&gt;Total vcore-seconds taken by all map tasks=11069&lt;BR /&gt;Total megabyte-seconds taken by all map tasks=11334656&lt;BR /&gt;Map-Reduce Framework&lt;BR /&gt;Map input records=10000&lt;BR /&gt;Map output records=10000&lt;BR /&gt;Input split bytes=164&lt;BR /&gt;Spilled Records=0&lt;BR /&gt;Failed Shuffles=0&lt;BR /&gt;Merged Map outputs=0&lt;BR /&gt;GC time elapsed (ms)=123&lt;BR /&gt;CPU time spent (ms)=1840&lt;BR /&gt;Physical memory (bytes) snapshot=327118848&lt;BR /&gt;Virtual memory (bytes) snapshot=3071070208&lt;BR /&gt;Total committed heap usage (bytes)=379584512&lt;BR /&gt;org.apache.hadoop.examples.terasort.TeraGen$Counters&lt;BR /&gt;CHECKSUM=21555350172850&lt;BR /&gt;File Input Format Counters&lt;BR /&gt;Bytes Read=0&lt;BR /&gt;File Output Format Counters&lt;BR /&gt;Bytes Written=1000000&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2016 16:56:30 GMT</pubDate>
    <dc:creator>russ_stevenson</dc:creator>
    <dc:date>2016-01-11T16:56:30Z</dc:date>
    <item>
      <title>Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/32173#M7413</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some guidance on what additional security configurations need adding/updating to enable YARN jobs to run against remote Isilon hdfs storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster and Isilon are using AD kerberos authentication, I can access the file system with kerberos users but can't execute sample jobs. Pretty sure this is related to incorrect token delegation for YARN, but it's unclear which security settings and which values need updating to resolve this in yarn-site.xml, mapred-site.xml and maybe hdfs-site.xml with the Isilon in the mix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bash-4.1$ kinit&lt;BR /&gt;Password for cloudera@FOO.COM:&lt;BR /&gt;bash-4.1$ hadoop jar /opt/cloudera/parcels/CDH/lib/hadoop-0.20-mapreduce/hadoop-examples-2.3.0-mr1-cdh5.1.3.jar pi 10 10&lt;BR /&gt;Number of Maps = 10&lt;BR /&gt;Samples per Map = 10&lt;BR /&gt;Wrote input for Map #0&lt;BR /&gt;Wrote input for Map #1&lt;BR /&gt;Wrote input for Map #2&lt;BR /&gt;Wrote input for Map #3&lt;BR /&gt;Wrote input for Map #4&lt;BR /&gt;Wrote input for Map #5&lt;BR /&gt;Wrote input for Map #6&lt;BR /&gt;Wrote input for Map #7&lt;BR /&gt;Wrote input for Map #8&lt;BR /&gt;Wrote input for Map #9&lt;BR /&gt;Starting Job&lt;BR /&gt;15/09/22 15:35:26 INFO client.RMProxy: Connecting to ResourceManager at cdhcm.foo.com/172.16.201.100:8032&lt;BR /&gt;15/09/22 15:35:26 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 57 for cloudera on 172.16.201.90:8020&lt;BR /&gt;15/09/22 15:35:27 INFO security.TokenCache: Got dt for hdfs://moby2.foo.com:8020; Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.90:8020, Ident: (HDFS_DELEGATION_TOKEN token 57 for cloudera)&lt;BR /&gt;15/09/22 15:35:27 INFO input.FileInputFormat: Total input paths to process : 10&lt;BR /&gt;15/09/22 15:35:27 INFO mapreduce.JobSubmitter: number of splits:10&lt;BR /&gt;15/09/22 15:35:27 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1442878984264_0003&lt;BR /&gt;15/09/22 15:35:27 INFO mapreduce.JobSubmitter: Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.90:8020, Ident: (HDFS_DELEGATION_TOKEN token 57 for cloudera)&lt;BR /&gt;15/09/22 15:35:28 INFO impl.YarnClientImpl: Submitted application application_1442878984264_0003&lt;BR /&gt;15/09/22 15:35:28 INFO mapreduce.Job: The url to track the job: &lt;A href="http://cdhcm.foo.com:8088/proxy/application_1442878984264_0003/" target="_blank"&gt;http://cdhcm.foo.com:8088/proxy/application_1442878984264_0003/&lt;/A&gt;&lt;BR /&gt;15/09/22 15:35:28 INFO mapreduce.Job: Running job: job_1442878984264_0003&lt;BR /&gt;15/09/22 15:35:48 INFO mapreduce.Job: Job job_1442878984264_0003 running in uber mode : false&lt;BR /&gt;15/09/22 15:35:48 INFO mapreduce.Job: map 0% reduce 0%&lt;BR /&gt;15/09/22 15:35:48 INFO mapreduce.Job: Job job_1442878984264_0003 failed with state FAILED due to: Application application_1442878984264_0003 failed 2 times due to AM Container for appattempt_1442878984264_0003_000002 exited with exitCode: -1000 due to: Failed on local exception: java.io.IOException: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]; Host Details : local host is: "cdhcm/172.16.201.100"; destination host is: "moby2.foo.com":8020;&lt;BR /&gt;.Failing this attempt.. Failing the application.&lt;BR /&gt;15/09/22 15:35:48 INFO mapreduce.Job: Counters: 0&lt;BR /&gt;Job Finished in 21.727 seconds&lt;BR /&gt;java.io.FileNotFoundException: File does not exist: hdfs://moby2.foo.com:8020/user/cloudera/QuasiMonteCarlo_1442950523487_605654960/out/reduce-out&lt;BR /&gt;at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1128)&lt;BR /&gt;at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1120)&lt;BR /&gt;at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)&lt;BR /&gt;at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1120)&lt;BR /&gt;at org.apache.hadoop.io.SequenceFile$Reader.&amp;lt;init&amp;gt;(SequenceFile.java:1749)&lt;BR /&gt;at org.apache.hadoop.io.SequenceFile$Reader.&amp;lt;init&amp;gt;(SequenceFile.java:1773)&lt;BR /&gt;at org.apache.hadoop.examples.QuasiMonteCarlo.estimatePi(QuasiMonteCarlo.java:314)&lt;BR /&gt;at org.apache.hadoop.examples.QuasiMonteCarlo.run(QuasiMonteCarlo.java:354)&lt;BR /&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)&lt;BR /&gt;at org.apache.hadoop.examples.QuasiMonteCarlo.main(QuasiMonteCarlo.java:363)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)&lt;BR /&gt;at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)&lt;BR /&gt;at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:74)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;at org.apache.hadoop.util.RunJar.main(RunJar.java:212)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:41:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/32173#M7413</guid>
      <dc:creator>russ_stevenson</dc:creator>
      <dc:date>2022-09-16T09:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/32352#M7414</link>
      <description>Have you already followed points (2) and (3) under &lt;A href="http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cm_mc_isilon_service.html#concept_d2m_fwp_rp_unique_1?" target="_blank"&gt;http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cm_mc_isilon_service.html#concept_d2m_fwp_rp_unique_1?&lt;/A&gt;</description>
      <pubDate>Sun, 27 Sep 2015 14:41:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/32352#M7414</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2015-09-27T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/32499#M7415</link>
      <description>&lt;P&gt;I beleieve the Isilon configuration is valid, i was able to run and execute jobs prior to adding kerberos to cloudera.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job is writing files to the Isilon file system so this isn't a file system permission issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The user running the job is an AD user 'cloudera' and i appear to be able to get the delegation for user 'yarn' but i see think i have some misconfiguration around principals somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15/09/30 11:25:48 INFO client.RMProxy: Connecting to ResourceManager at cdhcm.foo.com/172.16.201.100:8032&lt;BR /&gt;15/09/30 11:25:48 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 60 for yarn on 172.16.201.90:8020&lt;BR /&gt;15/09/30 11:25:48 INFO security.TokenCache: Got dt for hdfs://moby2.foo.com:8020; Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.90:8020, Ident: (HDFS_DELEGATION_TOKEN token 60 for yarn)&lt;BR /&gt;15/09/30 11:25:48 INFO input.FileInputFormat: Total input paths to process : 10&lt;BR /&gt;15/09/30 11:25:48 INFO mapreduce.JobSubmitter: number of splits:10&lt;BR /&gt;15/09/30 11:25:48 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1442878984264_0006&lt;BR /&gt;15/09/30 11:25:48 INFO mapreduce.JobSubmitter: Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.90:8020, Ident: (HDFS_DELEGATION_TOKEN token 60 for yarn)&lt;BR /&gt;15/09/30 11:25:49 INFO impl.YarnClientImpl: Submitted application application_1442878984264_0006&lt;BR /&gt;15/09/30 11:25:49 INFO mapreduce.Job: The url to track the job: &lt;A href="http://cdhcm.foo.com:8088/proxy/application_1442878984264_0006/" target="_blank"&gt;http://cdhcm.foo.com:8088/proxy/application_1442878984264_0006/&lt;/A&gt;&lt;BR /&gt;15/09/30 11:25:49 INFO mapreduce.Job: Running job: job_1442878984264_0006&lt;BR /&gt;15/09/30 11:26:12 INFO mapreduce.Job: Job job_1442878984264_0006 running in uber mode : false&lt;BR /&gt;15/09/30 11:26:12 INFO mapreduce.Job: map 0% reduce 0%&lt;BR /&gt;15/09/30 11:26:12 INFO mapreduce.Job: Job job_1442878984264_0006 failed with state FAILED due to: Application application_1442878984264_0006 failed 2 times due to AM Container for appattempt_1442878984264_0006_000002 exited with exitCode: 1 due to: Exception from container-launch:&lt;BR /&gt;org.apache.hadoop.util.Shell$ExitCodeException:&lt;BR /&gt;at org.apache.hadoop.util.Shell.runCommand(Shell.java:511)&lt;BR /&gt;at org.apache.hadoop.util.Shell.run(Shell.java:424)&lt;BR /&gt;at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:656)&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor.launchContainer(LinuxContainerExecutor.java:279)&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:300)&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:81)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:262)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;P&gt;main : command provided 1&lt;BR /&gt;main : user is yarn&lt;BR /&gt;main : requested yarn user is yarn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an fyi, the isilon cluster name is moby1.foo.com but we are accessing the isilon cluster via a second smartconnect zone moby2.foo.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the spn's from the cluster are as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;moby1-1# isi auth ads spn list --domain=foo.com&lt;BR /&gt;SPNs registered for MOBY1$:&lt;BR /&gt;hdfs/moby1.foo.com&lt;BR /&gt;nfs/moby2.foo.com&lt;BR /&gt;hdfs/moby2.foo.com&lt;BR /&gt;HOST/moby2.foo.com&lt;BR /&gt;HOST/moby2&lt;BR /&gt;HOST/moby.foo.com&lt;BR /&gt;HOST/moby&lt;BR /&gt;HOST/pivotal-moby1.foo.com&lt;BR /&gt;HOST/pivotal-moby1&lt;BR /&gt;HOST/moby1&lt;BR /&gt;HOST/moby1.foo.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for taking a look&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 16:05:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/32499#M7415</guid>
      <dc:creator>russ_stevenson</dc:creator>
      <dc:date>2015-09-30T16:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36067#M7416</link>
      <description>&lt;P&gt;Russ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you ever got this issue reloved? We are facing exactly the same problem with PHD distribution.&lt;/P&gt;&lt;P&gt;Could you share, please, how, if ever, you solved this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor Kiselev.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 02:39:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36067#M7416</guid>
      <dc:creator>ikiselev</dc:creator>
      <dc:date>2016-01-11T02:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36092#M7417</link>
      <description>&lt;P&gt;Yes, i was able to resolve this, it appeared to be related to the TTL's on the Isilon SmartConnect Zone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because the Isilon SCZone SSIP FQDN is how the compute cluster is connecting to Isilon and it is "load balancing" connections to different nodes in the Isilon cluster. If your TTL is set too low on the pool when kerberos ticket exchanges are occuring the 'kerberos exchange' gets sent to different nodes in the Isilon cluster because of the low TTL on the SCZone pool, clearly this breaks the kerberos authentication as you are not maintaining a consistent connection to a single host to complete the kerberos authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default TTL on the pool is zero(0), I bumped this to 60 and this resolved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# &lt;STRONG&gt;isi networks list pools --v&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;subnet0:cloudera&lt;BR /&gt;In Subnet: subnet0&lt;BR /&gt;Allocation: Dynamic&lt;BR /&gt;Ranges: 1&lt;BR /&gt;172.16.201.90-172.16.201.93&lt;BR /&gt;Pool Membership: 1&lt;BR /&gt;1:ext-1 (up)&lt;BR /&gt;Aggregation Mode: Link Aggregation Control Protocol (LACP)&lt;BR /&gt;Access Zone: cloudera (6)&lt;BR /&gt;SmartConnect:&lt;BR /&gt;Suspended Nodes : None&lt;BR /&gt;Auto Unsuspend ... 0&lt;BR /&gt;Zone : moby2.foo.com&lt;BR /&gt;&lt;STRONG&gt;Time to Live :&amp;nbsp;0&lt;/STRONG&gt;&lt;BR /&gt;Service Subnet : subnet0&lt;BR /&gt;Connection Policy: Round Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&lt;STRONG&gt; isi networks modify pool subnet0:cloudera --ttl=60&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;subnet0:cloudera&lt;BR /&gt;In Subnet: subnet0&lt;BR /&gt;Allocation: Dynamic&lt;BR /&gt;Ranges: 1&lt;BR /&gt;172.16.201.90-172.16.201.93&lt;BR /&gt;Pool Membership: 1&lt;BR /&gt;1:ext-1 (up)&lt;BR /&gt;Aggregation Mode: Link Aggregation Control Protocol (LACP)&lt;BR /&gt;Access Zone: cloudera (6)&lt;BR /&gt;SmartConnect:&lt;BR /&gt;Suspended Nodes : None&lt;BR /&gt;Auto Unsuspend ... 0&lt;BR /&gt;Zone : moby2.foo.com&lt;BR /&gt;&lt;STRONG&gt;Time to Live : 60&lt;/STRONG&gt;&lt;BR /&gt;Service Subnet : subnet0&lt;BR /&gt;Connection Policy: Round Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;successful kerberozied yarn job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bash-4.1$ kinit&lt;BR /&gt;Password for cloudera@FOO.COM:&lt;BR /&gt;bash-4.1$ yarn jar /opt/cloudera/parcels/CDH/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar teragen 10000 /teragenOUT&lt;BR /&gt;16/01/11 11:51:32 INFO client.RMProxy: Connecting to ResourceManager at cdhcm.foo.com/172.16.201.100:8032&lt;BR /&gt;16/01/11 11:51:32 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 69 for cloudera on 172.16.201.93:8020&lt;BR /&gt;16/01/11 11:51:32 INFO security.TokenCache: Got dt for hdfs://moby2.foo.com:8020; Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.93:8020, Ident: (HDFS_DELEGATION_TOKEN token 69 for cloudera)&lt;BR /&gt;16/01/11 11:51:33 INFO terasort.TeraSort: Generating 10000 using 2&lt;BR /&gt;16/01/11 11:51:33 INFO mapreduce.JobSubmitter: number of splits:2&lt;BR /&gt;16/01/11 11:51:33 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1448999039760_0006&lt;BR /&gt;16/01/11 11:51:33 INFO mapreduce.JobSubmitter: Kind: HDFS_DELEGATION_TOKEN, Service: 172.16.201.93:8020, Ident: (HDFS_DELEGATION_TOKEN toke n 69 for cloudera)&lt;BR /&gt;16/01/11 11:51:35 INFO impl.YarnClientImpl: Submitted application application_1448999039760_0006&lt;BR /&gt;16/01/11 11:51:35 INFO mapreduce.Job: The url to track the job: &lt;A href="http://cdhcm.foo.com:8088/proxy/application_1448999039760_0006/" target="_blank"&gt;http://cdhcm.foo.com:8088/proxy/application_1448999039760_0006/&lt;/A&gt;&lt;BR /&gt;16/01/11 11:51:35 INFO mapreduce.Job: Running job: job_1448999039760_0006&lt;BR /&gt;16/01/11 11:51:52 INFO mapreduce.Job: Job job_1448999039760_0006 running in uber mode : false&lt;BR /&gt;16/01/11 11:51:52 INFO mapreduce.Job: map 0% reduce 0%&lt;BR /&gt;16/01/11 11:51:59 INFO mapreduce.Job: map 50% reduce 0%&lt;BR /&gt;16/01/11 11:52:06 INFO mapreduce.Job: map 100% reduce 0%&lt;BR /&gt;16/01/11 11:52:06 INFO mapreduce.Job: Job job_1448999039760_0006 completed successfully&lt;BR /&gt;16/01/11 11:52:06 INFO mapreduce.Job: Counters: 31&lt;BR /&gt;File System Counters&lt;BR /&gt;FILE: Number of bytes read=0&lt;BR /&gt;FILE: Number of bytes written=223314&lt;BR /&gt;FILE: Number of read operations=0&lt;BR /&gt;FILE: Number of large read operations=0&lt;BR /&gt;FILE: Number of write operations=0&lt;BR /&gt;HDFS: Number of bytes read=164&lt;BR /&gt;HDFS: Number of bytes written=1000000&lt;BR /&gt;HDFS: Number of read operations=8&lt;BR /&gt;HDFS: Number of large read operations=0&lt;BR /&gt;HDFS: Number of write operations=4&lt;BR /&gt;Job Counters&lt;BR /&gt;Launched map tasks=2&lt;BR /&gt;Other local map tasks=2&lt;BR /&gt;Total time spent by all maps in occupied slots (ms)=11069&lt;BR /&gt;Total time spent by all reduces in occupied slots (ms)=0&lt;BR /&gt;Total time spent by all map tasks (ms)=11069&lt;BR /&gt;Total vcore-seconds taken by all map tasks=11069&lt;BR /&gt;Total megabyte-seconds taken by all map tasks=11334656&lt;BR /&gt;Map-Reduce Framework&lt;BR /&gt;Map input records=10000&lt;BR /&gt;Map output records=10000&lt;BR /&gt;Input split bytes=164&lt;BR /&gt;Spilled Records=0&lt;BR /&gt;Failed Shuffles=0&lt;BR /&gt;Merged Map outputs=0&lt;BR /&gt;GC time elapsed (ms)=123&lt;BR /&gt;CPU time spent (ms)=1840&lt;BR /&gt;Physical memory (bytes) snapshot=327118848&lt;BR /&gt;Virtual memory (bytes) snapshot=3071070208&lt;BR /&gt;Total committed heap usage (bytes)=379584512&lt;BR /&gt;org.apache.hadoop.examples.terasort.TeraGen$Counters&lt;BR /&gt;CHECKSUM=21555350172850&lt;BR /&gt;File Input Format Counters&lt;BR /&gt;Bytes Read=0&lt;BR /&gt;File Output Format Counters&lt;BR /&gt;Bytes Written=1000000&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 16:56:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36092#M7417</guid>
      <dc:creator>russ_stevenson</dc:creator>
      <dc:date>2016-01-11T16:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36190#M7418</link>
      <description>&lt;P&gt;Russ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you so much for your help. Unfortunately it did not work in my case.&lt;/P&gt;&lt;P&gt;Could, please, tell me, when and if you have time, which principals did you create on Isilon?&lt;/P&gt;&lt;P&gt;Did you go with recommended or you had to create something special?&lt;/P&gt;&lt;P&gt;I will really, really appreciate your response and help.&lt;/P&gt;&lt;P&gt;If one googles this problem, one would find that you seems to be the only person who made it to work.&lt;/P&gt;&lt;P&gt;And we are getting pretty desperate over here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor Kiselev.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 20:05:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36190#M7418</guid>
      <dc:creator>ikiselev</dc:creator>
      <dc:date>2016-01-13T20:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36259#M7419</link>
      <description>&lt;P&gt;Isilon currently only supports the hdfs SPN so you just need to validate the hdfs/&amp;lt;realm fqdn&amp;gt; &amp;nbsp;for kerberos access, this is not created automatically and needs manually creating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;moby1-1# isi auth ads spn list --domain=foo.com&lt;BR /&gt;SPNs registered for MOBY1$:&lt;BR /&gt;hdfs/moby2.foo.com&lt;BR /&gt;HOST/moby2&lt;BR /&gt;HOST/moby2.foo.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;moby2.foo.com is my Smartconnect Zone name&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hdfs-site.xml&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;dfs.namenode.kerberos.principal&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs/moby2.foo.com@FOO.COM&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;dfs.datanode.kerberos.principal&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs/moby2.foo.com@FOO.COM&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yarn-site.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;dfs.namenode.kerberos.principal&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs/moby2.foo.com@FOO.com&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;dfs.datanode.kerberos.principal&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs/moby2.foo.com@FOO.com&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;moby1-1# isi zone zones view --zone=cloudera&lt;BR /&gt;Name: cloudera&lt;BR /&gt;Path: /ifs/cloudera&lt;BR /&gt;Cache Size: 9.54M&lt;BR /&gt;Map Untrusted:&lt;BR /&gt;Auth Providers: lsa-activedirectory-provider:FOO.COM, lsa-ldap-provider:foo_ldap_AD&lt;BR /&gt;NetBIOS Name:&lt;BR /&gt;All Auth Providers: No&lt;BR /&gt;User Mapping Rules: -&lt;BR /&gt;Home Directory Umask: 0077&lt;BR /&gt;Skeleton Directory: /usr/share/skel&lt;BR /&gt;Audit Success: create, delete, rename, set_security, close&lt;BR /&gt;Audit Failure: create, delete, rename, set_security, close&lt;BR /&gt;HDFS Authentication: kerberos_only&lt;BR /&gt;HDFS Root Directory: /ifs/cloudera/hdfs&lt;BR /&gt;WebHDFS Enabled: Yes&lt;BR /&gt;HDFS Ambari Server:&lt;BR /&gt;HDFS Ambari Namenode:&lt;BR /&gt;Syslog Forwarding Enabled: No&lt;BR /&gt;Syslog Audit Events: create, delete, rename, set_security&lt;BR /&gt;Zone ID: 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;keep me posted, it took me a while to work through this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;russ&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 17:55:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36259#M7419</guid>
      <dc:creator>russ_stevenson</dc:creator>
      <dc:date>2016-01-14T17:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36495#M7420</link>
      <description>&lt;P&gt;Russ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your help. We got it working.&lt;/P&gt;&lt;P&gt;It was&amp;nbsp;hadoop.security.token.service.use_ip property value.&lt;/P&gt;&lt;P&gt;Isilon documentation explicitely says to set it to false and this&lt;/P&gt;&lt;P&gt;breaks mapred job. We discovered it by accident.&lt;/P&gt;&lt;P&gt;Somebody forgot it to set on one cluster and mapred worked on this cluster,&lt;/P&gt;&lt;P&gt;since default is true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor Kiselev.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 00:03:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36495#M7420</guid>
      <dc:creator>ikiselev</dc:creator>
      <dc:date>2016-01-22T00:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36525#M7421</link>
      <description>&lt;P&gt;Great news!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you let me know which Isilon document you found this in?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;russ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 15:51:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36525#M7421</guid>
      <dc:creator>russ_stevenson</dc:creator>
      <dc:date>2016-01-22T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring kerberos for YARN with Isilon</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36531#M7422</link>
      <description>&lt;P&gt;docu56048_OneFS-7.2-CLI-Administration-Guide.pdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configure HDFS authentication properties on the Hadoop client&lt;BR /&gt;If you want clients running Hadoop 2.2 and later to connect to an access zone through&lt;BR /&gt;Kerberos, you must make some modifications to the core-site.xml and hdfs-&lt;BR /&gt;site.xml files on the Hadoop clients.&lt;BR /&gt;Before you begin&lt;BR /&gt;Kerberos must be set as the HDFS authentication method and a Kerberos authentication&lt;BR /&gt;provider must be configured on the cluster.&lt;BR /&gt;Procedure&lt;BR /&gt;1. Go to the $HADOOP_CONF directory on your Hadoop client.&lt;BR /&gt;2. Open the core-site.xml file in a text editor.&lt;BR /&gt;3. Set the value of the hadoop.security.token.service.use_ip property to false as shown&lt;BR /&gt;in the following example:&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hadoop.security.token.service.use_ip&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;4. Save and close the core-site.xml file.&lt;BR /&gt;5. Open the hdfs-site.xml file in a text editor.&lt;BR /&gt;6. Set the value of the dfs.namenode.kerberos.principal.pattern property to the Kerberos&lt;BR /&gt;realm as shown in the following example:&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;dfs.namenode.kerberos.principal.pattern&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs/*@storage.company.com&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;7. Save and close the hdfs-site.xml file.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 19:35:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuring-kerberos-for-YARN-with-Isilon/m-p/36531#M7422</guid>
      <dc:creator>ikiselev</dc:creator>
      <dc:date>2016-01-22T19:35:04Z</dc:date>
    </item>
  </channel>
</rss>

