<?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: Number of Concurrent Users on HDP Sandbox in a Classroom? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240819#M202623</link>
    <description>&lt;P&gt;Thank you very much, &lt;A rel="user" href="https://community.cloudera.com/users/122/lmartin.html" nodeid="122"&gt;@Lester Martin&lt;/A&gt; and &lt;A rel="user" href="https://community.cloudera.com/users/16034/gdeleon.html" nodeid="16034"&gt;@gdeleon&lt;/A&gt;, for the explanations and suggestions.&lt;/P&gt;&lt;P&gt;I've tried the HDP Sandbox per student solution, and while it works, there's a bit of overhead with VM management.&lt;/P&gt;&lt;P&gt;I'm wondering though, is there another path to a minimum multi-user Hadoop environment for a class environment, whether it's using HDP Sandbox or something of this sort. It is great to have Ambari and everything else that comes with HDP Sandbox. &lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 06:51:27 GMT</pubDate>
    <dc:creator>c-zakkaroff</dc:creator>
    <dc:date>2019-07-16T06:51:27Z</dc:date>
    <item>
      <title>Number of Concurrent Users on HDP Sandbox in a Classroom?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240816#M202620</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;I would really appreciate some help/advice with this.&lt;/P&gt;&lt;P&gt;I run HDP Sandbox 3.1 on in a VM with 32GB memory, and plenty of disk space, for educational purposes. However, as soon as there more than two or three logged in users running Hive queries, the jobs get stuck in the queue, with one job listed as "Running", and everything else as "Accepted". And those are not even big jobs -- simply some exercises from HDP Sandbox tutorials.&lt;/P&gt;&lt;P&gt;Can anyone suggest, is it possible to run HDP Sandbox with 25 to 50 concurrent users, working on some basic exercises from HDP Sandbox tutorials? What would I need to change in the configs for that? &lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 10:41:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240816#M202620</guid>
      <dc:creator>c-zakkaroff</dc:creator>
      <dc:date>2019-05-21T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Concurrent Users on HDP Sandbox in a Classroom?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240817#M202621</link>
      <description>&lt;P&gt;1. The sandbox is not meant to be used by multiple users.&lt;BR /&gt;2. Take a look at &lt;EM&gt;Appendix B: Troubleshoot&lt;/EM&gt; in &lt;A rel="noopener noreferrer noopener noreferrer" href="https://hortonworks.com/tutorial/learning-the-ropes-of-the-hortonworks-sandbox/#appendix-b-troubleshoot" target="_blank"&gt;Learning the Ropes of the HDP Sandbox&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 08:08:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240817#M202621</guid>
      <dc:creator>gdeleon</dc:creator>
      <dc:date>2019-05-22T08:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Concurrent Users on HDP Sandbox in a Classroom?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240818#M202622</link>
      <description>&lt;P&gt;As &lt;A rel="user" href="https://community.cloudera.com/users/16034/gdeleon.html" nodeid="16034"&gt;@gdeleon&lt;/A&gt; suggested... "that dog won't hunt".  Basically, you'll need at least two YARN containers for each Hive user/query going on to house the applicationMaster and another container to start doing some actual work (the first one there is getting their application into the "Running" state).  The "Accepted" state means those users were able to get a container for their applicationMasters, but then there isn't enough space for YARN to grant enough actual containers to do much else.  Again, it is just isn't designed for this.&lt;/P&gt;&lt;P&gt;A better solution would be to let each student have their own HDP Sandbox (and the won't need to allocate 32GB VMs).  Good luck and happy Hadooping!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 09:21:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240818#M202622</guid>
      <dc:creator>LesterMartin</dc:creator>
      <dc:date>2019-05-22T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Concurrent Users on HDP Sandbox in a Classroom?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240819#M202623</link>
      <description>&lt;P&gt;Thank you very much, &lt;A rel="user" href="https://community.cloudera.com/users/122/lmartin.html" nodeid="122"&gt;@Lester Martin&lt;/A&gt; and &lt;A rel="user" href="https://community.cloudera.com/users/16034/gdeleon.html" nodeid="16034"&gt;@gdeleon&lt;/A&gt;, for the explanations and suggestions.&lt;/P&gt;&lt;P&gt;I've tried the HDP Sandbox per student solution, and while it works, there's a bit of overhead with VM management.&lt;/P&gt;&lt;P&gt;I'm wondering though, is there another path to a minimum multi-user Hadoop environment for a class environment, whether it's using HDP Sandbox or something of this sort. It is great to have Ambari and everything else that comes with HDP Sandbox. &lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 06:51:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Number-of-Concurrent-Users-on-HDP-Sandbox-in-a-Classroom/m-p/240819#M202623</guid>
      <dc:creator>c-zakkaroff</dc:creator>
      <dc:date>2019-07-16T06:51:27Z</dc:date>
    </item>
  </channel>
</rss>

