<?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: Have various Spark version running on the cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37979#M20268</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for anwsers. Wiuld you recommend using &lt;A href="https://community.cloudera.com/t5/Batch-Processing-and-Workflow/CDH-5-4-2-Run-Oozie-with-self-built-spark-jar/td-p/28516" target="_blank"&gt;Oozie and refer spark jars like in this post &lt;/A&gt;or use SharedLibs (which would resukt in a mess if I have like 3 Spark versions in this folder) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;</description>
    <pubDate>Sat, 27 Feb 2016 11:30:54 GMT</pubDate>
    <dc:creator>YannBarraud</dc:creator>
    <dc:date>2016-02-27T11:30:54Z</dc:date>
    <item>
      <title>Have various Spark version running on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37669#M20265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to have various Spark version running on the cluster, and specifying which version to use at job startup ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:04:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37669#M20265</guid>
      <dc:creator>YannBarraud</dc:creator>
      <dc:date>2022-09-16T10:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Have various Spark version running on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37924#M20266</link>
      <description>Sure - Spark is a pure YARN app for the most part, with little to none server-side components. As long as you submit your application with the right Spark tarball/binary, the specified Spark version will be in use for running that very application. The use of multiple Spark History Servers, if needed, can also be done in form of separated configs and ports.&lt;BR /&gt;&lt;BR /&gt;Note that CDH-wise, we ship only one Spark version, bound to its CDH version by build. Formal support of other varied versions outside of the CDH provided one is not covered (if you have a subscription).</description>
      <pubDate>Thu, 25 Feb 2016 23:00:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37924#M20266</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2016-02-25T23:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Have various Spark version running on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37934#M20267</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;SPAN&gt;second&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;version of Spark must be compiled against the CDH artifacts. You can not pull down a generic build from a repository and expect that it works (we know it has issues). You would thus need to compile your own version of Spark and use the correct&amp;nbsp;version of CDH to do it against. Using Spark from a later or earlier CDH release will not work, most likely due to changes in dependant libraries (i.e. hadoop or hive version).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the shuffle service and the history service: they both are backwards compatible and only one of each is needed (running two is difficult and not needed). However you must run/configure only the one that comes with the latest version of Spark in your cluster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no formal support for this and client configs will need manual work...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Wilfred&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 03:19:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37934#M20267</guid>
      <dc:creator>Wilfred</dc:creator>
      <dc:date>2016-02-26T03:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Have various Spark version running on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37979#M20268</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for anwsers. Wiuld you recommend using &lt;A href="https://community.cloudera.com/t5/Batch-Processing-and-Workflow/CDH-5-4-2-Run-Oozie-with-self-built-spark-jar/td-p/28516" target="_blank"&gt;Oozie and refer spark jars like in this post &lt;/A&gt;or use SharedLibs (which would resukt in a mess if I have like 3 Spark versions in this folder) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2016 11:30:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/37979#M20268</guid>
      <dc:creator>YannBarraud</dc:creator>
      <dc:date>2016-02-27T11:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Have various Spark version running on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/38082#M20269</link>
      <description>&lt;P&gt;I would use the spark action as much OOTB as possible leverage sharelib for since&amp;nbsp;handles a number of things for you.&lt;/P&gt;&lt;P&gt;You can use multiple versions of sharelib as described&amp;nbsp;&lt;A href="http://blog.cloudera.com/blog/2014/05/how-to-use-the-sharelib-in-apache-oozie-cdh-5/" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;check for overriding the sharelib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wilfred&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 09:14:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Have-various-Spark-version-running-on-the-cluster/m-p/38082#M20269</guid>
      <dc:creator>Wilfred</dc:creator>
      <dc:date>2016-02-29T09:14:18Z</dc:date>
    </item>
  </channel>
</rss>

