<?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: [Newbie] Is it possible to write/run Spark code in JAVA on HDP2.4 (Centos 6.7) in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103525#M25419</link>
    <description>&lt;P&gt;Zeppelin comes with a long list of interpreters (including Spark/Scala, Python/Pyspark, Hive, Cassandra, SparkSQL, Phoenix, Markdown and Shell), which basically provide language binding to run code that you type into a notebook cell. Currently, the list of interpreters does not include Java, so you will need to compile your code first and build a jar file, which can be submitted to Spark via spark-submit, as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://spark.apache.org/docs/latest/submitting-applications.html"&gt;http://spark.apache.org/docs/latest/submitting-applications.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2016 00:06:09 GMT</pubDate>
    <dc:creator>phargis</dc:creator>
    <dc:date>2016-04-19T00:06:09Z</dc:date>
    <item>
      <title>[Newbie] Is it possible to write/run Spark code in JAVA on HDP2.4 (Centos 6.7)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103523#M25417</link>
      <description>&lt;P&gt;I am a newbie to ambari and HDP, currently playing on HDP2.4, I have gone through a couple of sample exercises mentioned in hortonworks pages, given my interest/focus is on Spark, I understand that I can write spark code in Zepplin-notebook, the exercises that I went through were already in Scala.&lt;/P&gt;&lt;P&gt;Given that I hail from java background,&lt;/P&gt;&lt;P&gt;1) Is it possible to write/run spark code in java on zepplin or any other workaround? &lt;/P&gt;&lt;P&gt;2) Could anyone link me to good starter-intermediate spark examples/questions (not necessarily Java)?&lt;/P&gt;&lt;P&gt;Many thanks in advance, &lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 09:03:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103523#M25417</guid>
      <dc:creator>navpap_1029</dc:creator>
      <dc:date>2016-04-18T09:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: [Newbie] Is it possible to write/run Spark code in JAVA on HDP2.4 (Centos 6.7)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103524#M25418</link>
      <description>&lt;P&gt;For Spark on HDP, please check &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_spark-guide/content/ch_introduction-spark.html"&gt;HDP Spark Guide&lt;/A&gt;. For general Spark programming check &lt;A href="http://spark.apache.org/docs/latest/programming-guide.html"&gt;Spark Programming Guide&lt;/A&gt; with all examples given in Scala, Java, and Python. If you want to program in Java you need a development environment like Eclipse or IntelliJ.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 12:56:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103524#M25418</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-04-18T12:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: [Newbie] Is it possible to write/run Spark code in JAVA on HDP2.4 (Centos 6.7)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103525#M25419</link>
      <description>&lt;P&gt;Zeppelin comes with a long list of interpreters (including Spark/Scala, Python/Pyspark, Hive, Cassandra, SparkSQL, Phoenix, Markdown and Shell), which basically provide language binding to run code that you type into a notebook cell. Currently, the list of interpreters does not include Java, so you will need to compile your code first and build a jar file, which can be submitted to Spark via spark-submit, as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://spark.apache.org/docs/latest/submitting-applications.html"&gt;http://spark.apache.org/docs/latest/submitting-applications.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 00:06:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103525#M25419</guid>
      <dc:creator>phargis</dc:creator>
      <dc:date>2016-04-19T00:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: [Newbie] Is it possible to write/run Spark code in JAVA on HDP2.4 (Centos 6.7)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103526#M25420</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Thanks for the reply, gives me a good start, on that node, is it possible to add GUI to the HDP VM and install intelliJ there? &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 08:04:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103526#M25420</guid>
      <dc:creator>navpap_1029</dc:creator>
      <dc:date>2016-04-23T08:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: [Newbie] Is it possible to write/run Spark code in JAVA on HDP2.4 (Centos 6.7)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103527#M25421</link>
      <description>&lt;P&gt;&lt;STRONG&gt;good to know, thanks for the sharing that information.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 08:09:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newbie-Is-it-possible-to-write-run-Spark-code-in-JAVA-on/m-p/103527#M25421</guid>
      <dc:creator>navpap_1029</dc:creator>
      <dc:date>2016-04-23T08:09:08Z</dc:date>
    </item>
  </channel>
</rss>

