<?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: Error info: 16/04/24 13:42:24 WARN YarnScheduler: Initial job has not accepted any resources in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113339#M26060</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8602/jrchio.html" nodeid="8602"&gt;@JR Cao&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the update, I think you don't need to specify spark-env since you already had --deploy-mode client.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2016 16:55:27 GMT</pubDate>
    <dc:creator>jyadav</dc:creator>
    <dc:date>2016-04-26T16:55:27Z</dc:date>
    <item>
      <title>Error info: 16/04/24 13:42:24 WARN YarnScheduler: Initial job has not accepted any resources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113336#M26057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In HDP sandbox 2.4,&lt;/P&gt;&lt;P&gt;When to start Spark with &lt;/P&gt;&lt;P&gt;./bin/spark-shell --master yarn --deploy-mode client&lt;/P&gt;&lt;P&gt;After create a job, there's error:&lt;/P&gt;&lt;P&gt;16/04/24 13:42:24 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 20:57:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113336#M26057</guid>
      <dc:creator>jr_chio</dc:creator>
      <dc:date>2016-04-24T20:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error info: 16/04/24 13:42:24 WARN YarnScheduler: Initial job has not accepted any resources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113337#M26058</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8602/jrchio.html" nodeid="8602" target="_blank"&gt;@JR Cao&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It means that either your cluster doesn't have sufficient resources or in some cases non of node managers connected to the resource manager.&lt;/P&gt;&lt;P&gt;Please cross check your resource manager UI and look for "Memory used", "Memory Total" and "Active Nodes" section.&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;RM" target="_blank" rel="nofollow noopener noreferrer"&gt;http://&amp;lt;RM&lt;/A&gt; IP&amp;gt;:8088&lt;/P&gt;&lt;P&gt;see attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3644-screen-shot-2016-04-24-at-30203-pm.png" style="width: 2706px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23180i10AC4AFBE1ECE772/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3644-screen-shot-2016-04-24-at-30203-pm.png" alt="3644-screen-shot-2016-04-24-at-30203-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:10:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113337#M26058</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2019-08-19T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error info: 16/04/24 13:42:24 WARN YarnScheduler: Initial job has not accepted any resources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113338#M26059</link>
      <description>&lt;P&gt;Resolved. Need to edit the  spark-env configure file to enable spark yarn client mode.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:36:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113338#M26059</guid>
      <dc:creator>jr_chio</dc:creator>
      <dc:date>2016-04-26T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error info: 16/04/24 13:42:24 WARN YarnScheduler: Initial job has not accepted any resources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113339#M26060</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8602/jrchio.html" nodeid="8602"&gt;@JR Cao&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the update, I think you don't need to specify spark-env since you already had --deploy-mode client.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:55:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-info-16-04-24-13-42-24-WARN-YarnScheduler-Initial-job/m-p/113339#M26060</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-04-26T16:55:27Z</dc:date>
    </item>
  </channel>
</rss>

