<?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 URGENT Cluster unavailable after upgrade to 5.16! in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-Cluster-unavailable-after-upgrade-to-5-16/m-p/83222#M85332</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've just upgraded the cluster from 5.14 to 5.16, however none of the node managers will start.&amp;nbsp; They give the error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;2018-12-04 13:26:15,283 DEBUG org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor: checkLinuxExecutorSetup: [/var/lib/yarn-ce/bin/container-executor, --checksetup]
2018-12-04 13:26:15,287 WARN org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor: Exit code from container executor initialization is : 24
ExitCodeException exitCode=24: Invalid conf file provided : /var/lib/yarn-ce/etc/hadoop/container-executor.cfg

        at org.apache.hadoop.util.Shell.runCommand(Shell.java:604)
        at org.apache.hadoop.util.Shell.run(Shell.java:507)
        at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:789)
        at org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor.init(LinuxContainerExecutor.java:193)
        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.serviceInit(NodeManager.java:267)
        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.initAndStartNodeManager(NodeManager.java:562)
        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.main(NodeManager.java:609)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I've read various articles about permissions etc, none of which seem to work.&amp;nbsp; The file&amp;nbsp;/var/lib/yarn-ce/etc/hadoop/container-executor.cfg seems to be recreated every time I attempt to start the node manager.&amp;nbsp; I know there was some bug fixes in 5.15 and 5.16 releating to this.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly apprichated as the cluster is currently down.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 13:57:05 GMT</pubDate>
    <dc:creator>chriswalton007</dc:creator>
    <dc:date>2022-09-16T13:57:05Z</dc:date>
    <item>
      <title>URGENT Cluster unavailable after upgrade to 5.16!</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-Cluster-unavailable-after-upgrade-to-5-16/m-p/83222#M85332</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've just upgraded the cluster from 5.14 to 5.16, however none of the node managers will start.&amp;nbsp; They give the error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;2018-12-04 13:26:15,283 DEBUG org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor: checkLinuxExecutorSetup: [/var/lib/yarn-ce/bin/container-executor, --checksetup]
2018-12-04 13:26:15,287 WARN org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor: Exit code from container executor initialization is : 24
ExitCodeException exitCode=24: Invalid conf file provided : /var/lib/yarn-ce/etc/hadoop/container-executor.cfg

        at org.apache.hadoop.util.Shell.runCommand(Shell.java:604)
        at org.apache.hadoop.util.Shell.run(Shell.java:507)
        at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:789)
        at org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor.init(LinuxContainerExecutor.java:193)
        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.serviceInit(NodeManager.java:267)
        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.initAndStartNodeManager(NodeManager.java:562)
        at org.apache.hadoop.yarn.server.nodemanager.NodeManager.main(NodeManager.java:609)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I've read various articles about permissions etc, none of which seem to work.&amp;nbsp; The file&amp;nbsp;/var/lib/yarn-ce/etc/hadoop/container-executor.cfg seems to be recreated every time I attempt to start the node manager.&amp;nbsp; I know there was some bug fixes in 5.15 and 5.16 releating to this.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly apprichated as the cluster is currently down.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:57:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-Cluster-unavailable-after-upgrade-to-5-16/m-p/83222#M85332</guid>
      <dc:creator>chriswalton007</dc:creator>
      <dc:date>2022-09-16T13:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT Cluster unavailable after upgrade to 5.16!</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-Cluster-unavailable-after-upgrade-to-5-16/m-p/83224#M85333</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure that the nosuid flag isn't set on the /var (or /var/lib) mount point in /etc/fstab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since this release the container-executor has now moved to /var/lib/yarn-ce, which for many users will be on a different mount that it was previously (perhaps /opt or /usr).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should probably be in the release notes for v5.16, as it isn't clear that the default location of container-executor has moved, and potential implications this will have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:27:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/URGENT-Cluster-unavailable-after-upgrade-to-5-16/m-p/83224#M85333</guid>
      <dc:creator>MattS</dc:creator>
      <dc:date>2018-12-04T14:27:43Z</dc:date>
    </item>
  </channel>
</rss>

