<?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: 3rd party packages in spark and zeppelin in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96498#M59818</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/132/abajwa.html" nodeid="132"&gt;@Ali Bajwa&lt;/A&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/104/sball.html" nodeid="104"&gt;@Simon Elliston Ball&lt;/A&gt; does that mean I have to stop my zeppelin daemon first to pick up the new 3rd party packages.  I am getting this error now: Must be used before SparkInterpreter (%spark) initialized&lt;/P&gt;&lt;P&gt;I thought when i created new notebook, I would get new context. But it looks global, am I missing something?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2015 04:15:33 GMT</pubDate>
    <dc:creator>azeltov</dc:creator>
    <dc:date>2015-11-05T04:15:33Z</dc:date>
    <item>
      <title>3rd party packages in spark and zeppelin</title>
      <link>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96495#M59815</link>
      <description>&lt;P&gt;Is there any differences  to load new 3rd party packages using cli or zeppelin if I am using zeppelin as the notebook.&lt;/P&gt;&lt;P&gt;1)cli: spark-shell
--packages com.databricks:spark-csv_2.11:1.1.0&lt;/P&gt;&lt;P&gt;or using&lt;/P&gt;&lt;P&gt;2) zeppelin: // add artifact recursively except comma separated GroupID:ArtifactId list&lt;/P&gt;&lt;PRE&gt;z.load("groupId:artifactId:version").exclude("groupId:artifactId,groupId:artifactId, ...")&lt;/PRE&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 03:12:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96495#M59815</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2015-11-05T03:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd party packages in spark and zeppelin</title>
      <link>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96496#M59816</link>
      <description>&lt;P&gt;I believe its the same. You just need to make sure that you don't already have Spark App master up when you run the zeppelin cell which declares the %dep (otherwise it will not get loaded). If needed you can stop existing Spark app master by restart the Spark interpreter via Interpreter tab in Zeppelin UI.&lt;/P&gt;&lt;P&gt;More details on Zeppelin dependency loading in docs: &lt;A href="https://zeppelin.incubator.apache.org/docs/interpreter/spark.html#dependencyloading"&gt;https://zeppelin.incubator.apache.org/docs/interpreter/spark.html#dependencyloading&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 03:17:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96496#M59816</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2015-11-05T03:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd party packages in spark and zeppelin</title>
      <link>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96497#M59817</link>
      <description>&lt;P&gt;The other thing to note is that to use Spark Packages, you also need &lt;/P&gt;&lt;PRE&gt;z.addRepo("Spark Packages Repo").url("http://dl.bintray.com/spark-packages/maven")
&lt;/PRE&gt;&lt;P&gt;in the dep paragraph. There is currently a bug in the Zeppelin loader which prevents bringing in dependencies here, which we are working on, so for example in spark-csv, you may also have to manually app opencsv dependencies explicitly as well. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 03:33:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96497#M59817</guid>
      <dc:creator>sball</dc:creator>
      <dc:date>2015-11-05T03:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd party packages in spark and zeppelin</title>
      <link>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96498#M59818</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/132/abajwa.html" nodeid="132"&gt;@Ali Bajwa&lt;/A&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/104/sball.html" nodeid="104"&gt;@Simon Elliston Ball&lt;/A&gt; does that mean I have to stop my zeppelin daemon first to pick up the new 3rd party packages.  I am getting this error now: Must be used before SparkInterpreter (%spark) initialized&lt;/P&gt;&lt;P&gt;I thought when i created new notebook, I would get new context. But it looks global, am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 04:15:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96498#M59818</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2015-11-05T04:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd party packages in spark and zeppelin</title>
      <link>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96499#M59819</link>
      <description>&lt;P&gt;First time you ran a cell containing spark, Zeppelin will bring up Spark AM on YARN (not every time you create new notebook). The zeppelin cell which declares the %dep should be run before the Spark AM comes up. If needed you can stop existing Spark app master by restarting the Spark interpreter via Interpreter tab in Zeppelin UI.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 11:45:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/3rd-party-packages-in-spark-and-zeppelin/m-p/96499#M59819</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2015-11-05T11:45:42Z</dc:date>
    </item>
  </channel>
</rss>

