<?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: Test HA on ResourceManager in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/52083#M36366</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found solution. The HA is not operational with : CDH5 / Kerberos / Isilon.&lt;/P&gt;&lt;P&gt;EMC confirm bug but not found solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2017 11:21:34 GMT</pubDate>
    <dc:creator>rboulan</dc:creator>
    <dc:date>2017-03-12T11:21:34Z</dc:date>
    <item>
      <title>Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51588#M36361</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;&lt;BR /&gt;I'm trying to test the HA on the ResourceManager service.&lt;BR /&gt;&lt;BR /&gt;I have 2 instances of the resourceManager.&lt;BR /&gt;All jobs work fine, but as soon as I shutdown the first node with active ResourceManager, the cluster enable the second (standby) ResourceManager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the second ResourceManager is activated i can not start new jobs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am forced to restart the resourceManager on the first node.&lt;BR /&gt;&lt;BR /&gt;For information, I have CDH cluster with Openldap and kerberos server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:10:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51588#M36361</guid>
      <dc:creator>rboulan</dc:creator>
      <dc:date>2022-09-16T11:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51631#M36362</link>
      <description>&lt;P&gt;What is the exception / error message shown in the logs when you try to start a new job ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 12:41:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51631#M36362</guid>
      <dc:creator>mathieu.d</dc:creator>
      <dc:date>2017-03-01T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51654#M36363</link>
      <description>&lt;P&gt;hello Mathieu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I join log message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Logging initialized using configuration in jar:file:/opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/jars/hive-common-1.1.0-cdh5.8.0.jar!/hive-log4j.properties
OK
Time taken: 0.51 seconds
Query ID = richard_20170228204141_1d3b3cdd-b064-4b00-80c3-2c42d7bf1a16
Total jobs = 5
Launching Job 1 out of 5
Number of reduce tasks not specified. Estimated from input data size: 17
In order to change the average load for a reducer (in bytes):
  set hive.exec.reducers.bytes.per.reducer=&amp;lt;number&amp;gt;
In order to limit the maximum number of reducers:
  set hive.exec.reducers.max=&amp;lt;number&amp;gt;
In order to set a constant number of reducers:
  set mapreduce.job.reduces=&amp;lt;number&amp;gt;
java.io.IOException: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1488310804413_0001 to YARN : Failed to renew token: Kind: HDFS_DELEGATION_TOKEN, Service: zone.isilon.datalan.lan:8020, Ident: (HDFS_DELEGATION_TOKEN token 0 for richard)
        at org.apache.hadoop.mapred.YARNRunner.submitJob(YARNRunner.java:306)
        at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:244)
        at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1307)
        at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1304)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1693)
        at org.apache.hadoop.mapreduce.Job.submit(Job.java:1304)
        at org.apache.hadoop.mapred.JobClient$1.run(JobClient.java:578)
        at org.apache.hadoop.mapred.JobClient$1.run(JobClient.java:573)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1693)
        at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:573)
        at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:564)
        at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.execute(ExecDriver.java:430)
        at org.apache.hadoop.hive.ql.exec.mr.MapRedTask.execute(MapRedTask.java:137)
        at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:160)
        at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
        at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1782)
        at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1539)
        at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1318)
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1127)
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1115)
        at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:220)
        at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:172)
        at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:383)
        at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:318)
        at org.apache.hadoop.hive.cli.CliDriver.processReader(CliDriver.java:416)
        at org.apache.hadoop.hive.cli.CliDriver.processFile(CliDriver.java:432)
        at org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:726)
        at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:693)
        at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:628)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
Caused by: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1488310804413_0001 to YARN : Failed to renew token: Kind: HDFS_DELEGATION_TOKEN, Service: zone.isilon.datalan.lan:8020, Ident: (HDFS_DELEGATION_TOKEN token 0 for richard)
        at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.submitApplication(YarnClientImpl.java:257)
        at org.apache.hadoop.mapred.ResourceMgrDelegate.submitApplication(ResourceMgrDelegate.java:290)
        at org.apache.hadoop.mapred.YARNRunner.submitJob(YARNRunner.java:290)
        ... 38 more&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Mar 2017 18:04:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51654#M36363</guid>
      <dc:creator>rboulan</dc:creator>
      <dc:date>2017-03-01T18:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51673#M36364</link>
      <description>The YARN service is unable to get the HDFS Delegation token on behalf of the users.&lt;BR /&gt;&lt;BR /&gt;What values do you have for the below settings&lt;BR /&gt;&lt;BR /&gt;hadoop.proxyuser.yarn.hosts&lt;BR /&gt;hadoop.proxyuser.yarn.groups&lt;BR /&gt;hadoop.proxyuser.mapred.hosts&lt;BR /&gt;hadoop.proxyuser.mapred.groups</description>
      <pubDate>Wed, 01 Mar 2017 21:59:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51673#M36364</guid>
      <dc:creator>mbigelow</dc:creator>
      <dc:date>2017-03-01T21:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51842#M36365</link>
      <description>&lt;P&gt;I'm not find this value on cloudera manager and is not define in core-site.xml.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 17:55:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/51842#M36365</guid>
      <dc:creator>rboulan</dc:creator>
      <dc:date>2017-03-06T17:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/52083#M36366</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found solution. The HA is not operational with : CDH5 / Kerberos / Isilon.&lt;/P&gt;&lt;P&gt;EMC confirm bug but not found solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2017 11:21:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/52083#M36366</guid>
      <dc:creator>rboulan</dc:creator>
      <dc:date>2017-03-12T11:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Test HA on ResourceManager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/54414#M36367</link>
      <description>&lt;P&gt;This issue was resolved in OneFS 8.0.0.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the release notes for the Resolved Issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During failover to a secondary ResourceManager, HDFS MapReduce jobs might have been disrupted. This could&lt;BR /&gt;have occurred because, during failover, OneFS renegotiated the connection to the ResourceManager using the&lt;BR /&gt;same Kerberos ticket but with a different name. As a result, the request to connect to the secondary&lt;BR /&gt;ResourceManager could not be authenticated and access was denied.181448&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 19:02:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Test-HA-on-ResourceManager/m-p/54414#M36367</guid>
      <dc:creator>russ_stevenson</dc:creator>
      <dc:date>2017-05-04T19:02:18Z</dc:date>
    </item>
  </channel>
</rss>

