<?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: Basic Question: Install Spark on HDP 2.3 using Ambari in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139274#M19337</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/2122/rahultikekar.html" nodeid="2122"&gt;@Rahul Tikekar&lt;/A&gt;&lt;P&gt;If you want spark client in all the nodes then you can install it using ambari. &lt;/P&gt;&lt;P&gt;You can start spark thrift and History server from the ambari.&lt;/P&gt;&lt;P&gt;You don't have to do anyting if you are using ambari to manager spark. &lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2016 22:43:35 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-02-12T22:43:35Z</dc:date>
    <item>
      <title>Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139273#M19336</link>
      <description>&lt;P&gt;I have a 9-node (6 slaves, 2 masters and 1 edge node) cluster of HDP 2.3 with Ambari running. Currently only HDFS, YARN, Zookeeper, and Ambari metrics are running. &lt;/P&gt;&lt;P&gt;I'd like to install Spark.
When I did an install of Spark 1.4.1 via Ambari, it installed a Spark history server on one node and spark client on 2 nodes.
I don't see spark on the other nodes. Do I have to install Spark client on every node and set the master and slaves configuration and start spark manually? &lt;/P&gt;&lt;P&gt;I am not connected to the Internet and there are no proxy servers.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 22:38:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139273#M19336</guid>
      <dc:creator>Rahul_Tikekar</dc:creator>
      <dc:date>2016-02-12T22:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139274#M19337</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2122/rahultikekar.html" nodeid="2122"&gt;@Rahul Tikekar&lt;/A&gt;&lt;P&gt;If you want spark client in all the nodes then you can install it using ambari. &lt;/P&gt;&lt;P&gt;You can start spark thrift and History server from the ambari.&lt;/P&gt;&lt;P&gt;You don't have to do anyting if you are using ambari to manager spark. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 22:43:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139274#M19337</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-12T22:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139275#M19338</link>
      <description>@ Neeraj Sabharwal
My question is will Ambari configure the hosts (spark master and spark client) or should I do that?</description>
      <pubDate>Fri, 12 Feb 2016 22:48:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139275#M19338</guid>
      <dc:creator>Rahul_Tikekar</dc:creator>
      <dc:date>2016-02-12T22:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139276#M19339</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2122/rahultikekar.html" nodeid="2122"&gt;@Rahul Tikekar&lt;/A&gt; Good question..Please see this &lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_spark-guide/content/ch_spark-examples.html"&gt;doc&lt;/A&gt; and &lt;A href="http://spark.apache.org/docs/latest/running-on-yarn.html"&gt;http://spark.apache.org/docs/latest/running-on-yarn.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When you submit spark job then you define master "the &lt;CODE&gt;--master&lt;/CODE&gt; parameter is &lt;CODE&gt;yarn&lt;/CODE&gt;."&lt;/P&gt;&lt;P&gt;In &lt;CODE&gt;client&lt;/CODE&gt; mode, the driver runs in the client process, and the application master is only used for requesting resources from YARN.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 23:02:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139276#M19339</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-12T23:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139277#M19340</link>
      <description>@Neeraj Sabharwal I guess my confusion lies with where the Spark binaries are installed. And that in turn may have to do with the execution of Spark: there are three modes: local, standalone, and YARN Cluster.

I guess the way it is set up now, I can run it as a YARN cluster or local but not in standalone mode.

If I want to run it in a standalone mode, I will need the Sparl clients on all nodes and will have to configure the slaves files, etc. Am I correct in this understanding?

Thanks.</description>
      <pubDate>Sat, 13 Feb 2016 03:52:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139277#M19340</guid>
      <dc:creator>Rahul_Tikekar</dc:creator>
      <dc:date>2016-02-13T03:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139278#M19341</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2122/rahultikekar.html" nodeid="2122"&gt;@Rahul Tikekar&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Go to /usr/hdp/current &lt;/P&gt;&lt;P&gt;ls spark*&lt;/P&gt;&lt;P&gt;You can all the details related to spark&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 03:54:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139278#M19341</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-13T03:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139279#M19342</link>
      <description>&lt;P&gt;install Spark Standalone mode, you simply place a compiled version of Spark on each node on the cluster. &lt;A rel="user" href="https://community.cloudera.com/users/2122/rahultikekar.html" nodeid="2122"&gt;@Rahul Tikekar&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 03:59:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139279#M19342</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-13T03:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question: Install Spark on HDP 2.3 using Ambari</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139280#M19343</link>
      <description>&lt;P&gt;i think hdp spark does not support standalone cluster mode, only yarn mode. Am i right?&lt;/P&gt;,&lt;P&gt;i think so, hdp spark does not support standalone mode. right? only yarn mode.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 07:17:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Basic-Question-Install-Spark-on-HDP-2-3-using-Ambari/m-p/139280#M19343</guid>
      <dc:creator>phillipchengyi</dc:creator>
      <dc:date>2016-09-30T07:17:46Z</dc:date>
    </item>
  </channel>
</rss>

