<?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: Issues upgrading Spark from Spark 1.3 -&amp;gt; Spark 1.4 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/29064#M6384</link>
    <description>&lt;P&gt;We do not support upgrading Spark without upgrading the rest of CDH.&lt;/P&gt;&lt;P&gt;Spark is compiled against a version of Hadoop and the versions of Hadoop can change between releases of CDH.&lt;/P&gt;&lt;P&gt;You also need to take into account the dependencies of Spark (like Hive) which might change between versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you would be able to upgrade the package you might get weird failures due to the dependency breakage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wilfred&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2015 07:43:30 GMT</pubDate>
    <dc:creator>Wilfred</dc:creator>
    <dc:date>2015-06-29T07:43:30Z</dc:date>
    <item>
      <title>Issues upgrading Spark from Spark 1.3 -&gt; Spark 1.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/28980#M6382</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Spark 1.2 running on CDH 5.3.1 and would like to upgrade to Spark 1.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) According to these two documentations for 5.4 and 5.0.x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_ig_spark_install.html"&gt;http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_ig_spark_install.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/cdh5/v5-0-0/CDH5-Installation-Guide/cdh5ig_spark_install.html"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cdh5/v5-0-0/CDH5-Installation-Guide/cdh5ig_spark_install.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo yum install spark-core spark-master spark-worker spark-history-server spark-python&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it is saying there is no spark-core, etc. avaialable&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Do I have to upgrade CDH to run Spark 1.3?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:32:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/28980#M6382</guid>
      <dc:creator>ClouderaUser52</dc:creator>
      <dc:date>2022-09-16T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading Spark from Spark 1.3 -&gt; Spark 1.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/28987#M6383</link>
      <description>&lt;P&gt;These are instructions for installing via packages, which is not the usual way to do it. Do you really intend this?&lt;/P&gt;&lt;P&gt;If so have you set up the Cloudera repos?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally you manage using parcels, and yes updating Spark means updating CDH, since you're talking about updating many other harmonized dependencies.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 06:36:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/28987#M6383</guid>
      <dc:creator>srowen</dc:creator>
      <dc:date>2015-06-26T06:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading Spark from Spark 1.3 -&gt; Spark 1.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/29064#M6384</link>
      <description>&lt;P&gt;We do not support upgrading Spark without upgrading the rest of CDH.&lt;/P&gt;&lt;P&gt;Spark is compiled against a version of Hadoop and the versions of Hadoop can change between releases of CDH.&lt;/P&gt;&lt;P&gt;You also need to take into account the dependencies of Spark (like Hive) which might change between versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you would be able to upgrade the package you might get weird failures due to the dependency breakage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wilfred&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 07:43:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/29064#M6384</guid>
      <dc:creator>Wilfred</dc:creator>
      <dc:date>2015-06-29T07:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading Spark from Spark 1.3 -&gt; Spark 1.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/29110#M6385</link>
      <description>&lt;P&gt;Thank you Sean for the answer, I actually misspoke and just need to upgrade to Spark 1.3 (I'm using Spark 1.2).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to use this guide:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://s3.amazonaws.com/quickstart-reference/cloudera/hadoop/latest/doc/Cloudera_EDH_on_AWS.pdf" target="_blank"&gt;https://s3.amazonaws.com/quickstart-reference/cloudera/hadoop/latest/doc/Cloudera_EDH_on_AWS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I am still only getting Spark 1.2, do you have any suggestions on how I can use this guide to get Spark 1.3?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 02:02:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issues-upgrading-Spark-from-Spark-1-3-gt-Spark-1-4/m-p/29110#M6385</guid>
      <dc:creator>ClouderaUser52</dc:creator>
      <dc:date>2015-06-30T02:02:57Z</dc:date>
    </item>
  </channel>
</rss>

