<?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: Is it possible to reserve whole nodes for exclusive application usage in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/90087#M35222</link>
    <description>Depends on what you mean by 'storage locations'.&lt;BR /&gt;&lt;BR /&gt;If you mean "can other apps use HDFS?" then the answer is yes, as HDFS is an independent system unrelated to YARN and has its own access and control mechanisms not governed by a YARN scheduler.&lt;BR /&gt;&lt;BR /&gt;If you mean "can other apps use the scratch space on NM nodes" then the answer is no, as only local containers get to use that.&lt;BR /&gt;&lt;BR /&gt;If you're looking to strictly split both storage and compute, as opposed to just some form of compute, then it may be better to divide up the cluster entirely.</description>
    <pubDate>Wed, 08 May 2019 04:58:01 GMT</pubDate>
    <dc:creator>Harsh J</dc:creator>
    <dc:date>2019-05-08T04:58:01Z</dc:date>
    <item>
      <title>Is it possible to reserve whole nodes for exclusive application usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/89584#M35219</link>
      <description>&lt;P&gt;I double that, but I check here anyway.&amp;nbsp;Our system is on CDH-5.15.2. The resource manager and job scheduler is YARN:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ yarn version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hadoop 2.6.0-cdh5.15.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Subversion &lt;A href="http://github.com/cloudera/hadoop" target="_blank" rel="noopener"&gt;http://github.com/cloudera/hadoop&lt;/A&gt; -r c97bcbf0cba923467d45f5519b1953f436c64f12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Compiled by jenkins on 2018-11-13T13:53Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Compiled with protoc 2.5.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From source with checksum 9d2d5b887383c7d4b811372f867c6440&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This command was run using /opt/cloudera/parcels/CDH-5.15.2-1.cdh5.15.2.p0.3/jars/hadoop-common-2.6.0-cdh5.15.2.jar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two users, they want isolated environment to run some experiments. I wonder if we can reserve two nodes for their use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions and discussion are very welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:20:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/89584#M35219</guid>
      <dc:creator>vincentD</dc:creator>
      <dc:date>2022-09-16T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reserve whole nodes for exclusive application usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/89653#M35220</link>
      <description>&lt;P&gt;You may can achive the goal with YARN node label feature. See the detailed explaination on the following Hortonworks post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/72450/node-labels-configuration-on-yarn.html" target="_blank"&gt;https://community.hortonworks.com/articles/72450/node-labels-configuration-on-yarn.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Cloudera CDH distribution does not officially support Node Label, we are working on release a uniform version of CDH + HDP. We will have a new Cloudera Data Platform (CDP) release later this year. If you are our subscruption customer, please feel free to &lt;SPAN&gt;contact cloudera support to enqury&lt;/SPAN&gt;&amp;nbsp;the state of this feature, also the state of the new CDP release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2019 07:21:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/89653#M35220</guid>
      <dc:creator>Yuexin Zhang</dc:creator>
      <dc:date>2019-04-28T07:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reserve whole nodes for exclusive application usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/89703#M35221</link>
      <description>&lt;P&gt;It's very nice to know the upcoming updates. So with the feature in place, we would be able to assign some nodes exclusively to certain users (e.g. user userA, application appX) for their processing requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question following naturally is about data storage locations: can other users' applications still read and write to the assigned nodes? will appX output files be written to the assigned nodes only, will appX be allowed to read input file blocks from all nodes in the cluster? This is too much I know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;nbsp;a lot!&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;</description>
      <pubDate>Mon, 29 Apr 2019 14:56:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/89703#M35221</guid>
      <dc:creator>vincentD</dc:creator>
      <dc:date>2019-04-29T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reserve whole nodes for exclusive application usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/90087#M35222</link>
      <description>Depends on what you mean by 'storage locations'.&lt;BR /&gt;&lt;BR /&gt;If you mean "can other apps use HDFS?" then the answer is yes, as HDFS is an independent system unrelated to YARN and has its own access and control mechanisms not governed by a YARN scheduler.&lt;BR /&gt;&lt;BR /&gt;If you mean "can other apps use the scratch space on NM nodes" then the answer is no, as only local containers get to use that.&lt;BR /&gt;&lt;BR /&gt;If you're looking to strictly split both storage and compute, as opposed to just some form of compute, then it may be better to divide up the cluster entirely.</description>
      <pubDate>Wed, 08 May 2019 04:58:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-it-possible-to-reserve-whole-nodes-for-exclusive/m-p/90087#M35222</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2019-05-08T04:58:01Z</dc:date>
    </item>
  </channel>
</rss>

