<?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: Is sharing spark RDD or context a supported in HDP 2.5? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166106#M41509</link>
    <description>&lt;P&gt;Livy is not "hidden". If you have started the Livy server, you can interact with its REST API from any application.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Sep 2016 03:34:35 GMT</pubDate>
    <dc:creator>rgelhausen</dc:creator>
    <dc:date>2016-09-24T03:34:35Z</dc:date>
    <item>
      <title>Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166099#M41502</link>
      <description>&lt;P&gt;Is sharing spark RDD or context a supported in HDP 2.5 via livy server?  Everything I see is via zeppelin interrupter to livy.  I want to know if strictly using spark is sharing spark (not zeppelin) RDD or context supported.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 23:12:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166099#M41502</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-09-22T23:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166100#M41503</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt; it is not supported by HDP 2.5 , confirmed that yesterday with &lt;A rel="user" href="https://community.cloudera.com/users/332/vshukla.html" nodeid="332"&gt;@vshukla&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 23:24:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166100#M41503</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2016-09-22T23:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166101#M41504</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Consider how Spark applications run: a driver runs either on the client, or in a YARN container. If multiple users will ask the same Spark application instance to do multiple things, they need an interface to communicate that to the Driver.&lt;/P&gt;&lt;P&gt;Livy is the out of the box REST interface that shares a single Spark application by presenting the control interface to external users.&lt;/P&gt;&lt;P&gt;If you do not want to use Livy, but still want to share a Spark context, you need to build an external means of communicating with the shared Driver. One solution might be to have the driver periodically pull new queries from a database or from files on disk. This functionality is not builtin to Spark, but could be implemented with a while loop and a sleep statement.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 01:27:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166101#M41504</guid>
      <dc:creator>rgelhausen</dc:creator>
      <dc:date>2016-09-23T01:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166102#M41505</link>
      <description>&lt;P&gt;*Edit*
Realistically, questions about shared SparkContexts are often about&lt;/P&gt;&lt;P&gt;1. Making shared use of cached DataFrames/DataSets&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Livy and the Spark Thrift JDBC/ODBC server are decent initial solutions. Keep an eye on Spark-LLAP integration which will be better all around (security, efficiency, etc.)&lt;/P&gt;&lt;P&gt;2. Problems with Spark applications consuming all of a cluster's resources.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Spark's ability to spin up and spin down executor instances dynamically based on utilization is probably a better solution to this problem than sharing a single spark context.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 02:33:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166102#M41505</guid>
      <dc:creator>rgelhausen</dc:creator>
      <dc:date>2016-09-23T02:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166103#M41506</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/325/azeltov.html" nodeid="325"&gt;@azeltov&lt;/A&gt; does that include with livy server?  &lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:25:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166103#M41506</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-09-23T08:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166104#M41507</link>
      <description>&lt;P&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/157/rgelhausen.html" nodeid="157"&gt;@Randy Gelhausen&lt;/A&gt; Is spark RDD &amp;amp; context sharing supported in 2.5 via livy server?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:27:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166104#M41507</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-09-23T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166105#M41508</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/1486/smanjee.html"&gt;Sunile Manjee&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No without Livy. Yes with Livy (&lt;A href="https://community.hortonworks.com/users/332/vshukla.html"&gt;@vshukla&lt;/A&gt;). However, it is exposed only to Zeppelin, for now.&lt;/P&gt;&lt;P&gt;Code examples: &lt;A href="https://github.com/romainr/hadoop-tutorials-examples/tree/master/notebook/shared_rdd" target="_blank"&gt;https://github.com/romainr/hadoop-tutorials-examples/tree/master/notebook/shared_rdd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 00:05:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166105#M41508</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-09-24T00:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166106#M41509</link>
      <description>&lt;P&gt;Livy is not "hidden". If you have started the Livy server, you can interact with its REST API from any application.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 03:34:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166106#M41509</guid>
      <dc:creator>rgelhausen</dc:creator>
      <dc:date>2016-09-24T03:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166107#M41510</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/157/rgelhausen.html"&gt;@Randy Gelhausen &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes. With HDP 2.5. I missed that memo. Before that was "Installed as Spark Ambari Service, not yet exposed outside of Zeppelin". The following was needed: &lt;A href="https://github.com/hortonworks-gallery/ambari-zeppelin-service"&gt;https://github.com/hortonworks-gallery/ambari-zeppelin-service&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 08:08:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166107#M41510</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-09-24T08:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166108#M41511</link>
      <description>&lt;P&gt;Correct Livy server is only supported as zeppelin integration, not direct REST api call to Livy. &lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 22:49:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166108#M41511</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2016-09-26T22:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166109#M41512</link>
      <description>&lt;P&gt;yes       &lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 02:23:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166109#M41512</guid>
      <dc:creator>rgelhausen</dc:creator>
      <dc:date>2016-10-01T02:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166110#M41513</link>
      <description>&lt;P&gt;Does ThriftServer in HDP support sharing RDD today?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 13:02:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166110#M41513</guid>
      <dc:creator>yjiang</dc:creator>
      <dc:date>2016-10-31T13:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166111#M41514</link>
      <description>&lt;P&gt; Just to close this out as i was able to get info required.  Sharing RDD and context outside of zeppelin is not supported.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 22:56:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166111#M41514</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-10-31T22:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is sharing spark RDD or context a supported in HDP 2.5?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166112#M41515</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/1486/smanjee.html"&gt;@Sunile Manjee&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/1486/smanjee.html"&gt;&lt;/A&gt; As I mentioned in my original response: Not without Livy. Yes with Livy (&lt;A href="https://community.hortonworks.com/users/332/vshukla.html"&gt;@vshukla&lt;/A&gt;). However, it is exposed only to Zeppelin, for now.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 23:09:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-sharing-spark-RDD-or-context-a-supported-in-HDP-2-5/m-p/166112#M41515</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-10-31T23:09:29Z</dc:date>
    </item>
  </channel>
</rss>

