<?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: What happens inside the Spark Component Adding through Ambari ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158988#M20973</link>
    <description>&lt;P&gt;no, you install master services as well. Spark History for example is a service. I don't have access to an installation right now otherwise I'd shown you install steps. Basically components are categorized by clients and master services. You check and uncheck which machines will serve as what. &lt;A rel="user" href="https://community.cloudera.com/users/3021/smartninja723.html" nodeid="3021"&gt;@Smart Solutions&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 02:26:49 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-02-26T02:26:49Z</dc:date>
    <item>
      <title>What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158984#M20969</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am trying to install Spark on 16 node HDP cluster. When I select spark component in the Ambari (Add components page), what happens. Does it install spark library on all the nodes and install Spark server on the master node? &lt;/P&gt;&lt;P&gt;Previously I ran Spark on local mode but want to know how does the installation work under the hood?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 00:56:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158984#M20969</guid>
      <dc:creator>smartninja723</dc:creator>
      <dc:date>2016-02-26T00:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158985#M20970</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3021/smartninja723.html" nodeid="3021" target="_blank"&gt;@Smart Solutions&lt;/A&gt; you will have to select where you want Spark History Server to run and which machines to install Spark clients on. There is a page further down the road that will allow you to pick which nodes to select what on. For example on Sandbox, if I click either URL below, will take me to sandbox.hortonworks.com, on your cluster, URLs will point to whatever servers you defined.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2405-untitled.png" style="width: 895px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20796iF8266F2B8B73085D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2405-untitled.png" alt="2405-untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:08:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158985#M20970</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2019-08-18T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158986#M20971</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3021/smartninja723.html" nodeid="3021"&gt;@Smart Solutions&lt;/A&gt;&lt;P&gt;Take a look on this &lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_installing_manually_book/content/ch_installing_spark_chapter.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_installing_manually_book/content/ch_installing_spark_chapter.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can pick nodes where you want your clients.&lt;/P&gt;&lt;P&gt;When you install Spark, the following directories will be created:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;/usr/hdp/current/spark-client&lt;/CODE&gt; for submitting Spark jobs&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;/usr/hdp/current/spark-history&lt;/CODE&gt; for launching Spark master processes, such as the Spark History Server&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;/usr/hdp/current/spark-thriftserver&lt;/CODE&gt; for the Spark Thrift Server&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 26 Feb 2016 01:06:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158986#M20971</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-26T01:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158987#M20972</link>
      <description>&lt;P&gt;Thanks does it mean we install just Spark clients and nothing related to master processes or server on HDP? While configuring through Ambari? &lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 02:13:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158987#M20972</guid>
      <dc:creator>smartninja723</dc:creator>
      <dc:date>2016-02-26T02:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158988#M20973</link>
      <description>&lt;P&gt;no, you install master services as well. Spark History for example is a service. I don't have access to an installation right now otherwise I'd shown you install steps. Basically components are categorized by clients and master services. You check and uncheck which machines will serve as what. &lt;A rel="user" href="https://community.cloudera.com/users/3021/smartninja723.html" nodeid="3021"&gt;@Smart Solutions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 02:26:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158988#M20973</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-26T02:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158989#M20974</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3021/smartninja723.html" nodeid="3021" target="_blank"&gt;@Smart Solutions&lt;/A&gt;  See this&lt;/P&gt;&lt;P&gt;You need master services and clients. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2422-screen-shot-2016-02-26-at-53746-am.png" style="width: 1612px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20794i24C20ED20B63A168/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2422-screen-shot-2016-02-26-at-53746-am.png" alt="2422-screen-shot-2016-02-26-at-53746-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see that I have spark client in 3 nodes&lt;/P&gt;&lt;P&gt;when I clicked spark clients and then clicks one of the nodes then you can see all the clients installed in that node&lt;/P&gt;&lt;P&gt;See : &lt;STRONG&gt;Clients&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2423-screen-shot-2016-02-26-at-53813-am.png" style="width: 926px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20795i57D4A79102B1854A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2423-screen-shot-2016-02-26-at-53813-am.png" alt="2423-screen-shot-2016-02-26-at-53813-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:08:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158989#M20974</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-18T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: What happens inside the Spark Component Adding through Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158990#M20975</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3021/smartninja723.html" nodeid="3021" target="_blank"&gt;@Smart Solutions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When you add Spark through Ambari, you will be asked to choose where to deploy master service (Spark History Service) &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2577-screen-shot-2016-03-03-at-61657-pm.png" style="width: 1297px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20792iC93272B06A4404B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2577-screen-shot-2016-03-03-at-61657-pm.png" alt="2577-screen-shot-2016-03-03-at-61657-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And then to choose where to deploy clients services&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2579-screen-shot-2016-03-03-at-61559-pm.png" style="width: 1287px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20793iA5870DE736824B40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2579-screen-shot-2016-03-03-at-61559-pm.png" alt="2579-screen-shot-2016-03-03-at-61559-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finally you will be asked for several properties&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2580-screen-shot-2016-03-03-at-61725-pm.png" target="_blank"&gt;screen-shot-2016-03-03-at-61725-pm.png&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:07:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-happens-inside-the-Spark-Component-Adding-through/m-p/158990#M20975</guid>
      <dc:creator>ahadjidj</dc:creator>
      <dc:date>2019-08-18T12:07:59Z</dc:date>
    </item>
  </channel>
</rss>

