<?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: Can Eclipse/IntelliJ Idea be used to execute code on the cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118613#M47046</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/5134/kaliyugantagonist.html"&gt;@Kaliyug Antagonist&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I like Tom's suggestion and will it try myself.&lt;/P&gt;&lt;P&gt;Otherwise, if you wish to create your local cluster with Vagrant: &lt;A href="https://community.hortonworks.com/articles/39156/setup-hortonworks-data-platform-using-vagrant-virt.html"&gt;https://community.hortonworks.com/articles/39156/setup-hortonworks-data-platform-using-vagrant-virt.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I use Eclipse and Vagrant cluster. I share a folder between my local machine and the cluster where I place the output jars and then submit them for execution. I followed instructions published here: here: &lt;A href="https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html"&gt;https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not sure why you are against of the idea to use the sandbox. The code you develop can be at most tested functionally, locally. I get it that you want more debugging capabilities locally. A true load testing still needs to happen in a full scale environment.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 05:15:48 GMT</pubDate>
    <dc:creator>cstanca</dc:creator>
    <dc:date>2016-12-19T05:15:48Z</dc:date>
    <item>
      <title>Can Eclipse/IntelliJ Idea be used to execute code on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118611#M47044</link>
      <description>&lt;P&gt;Production system : HDP-2.5.0.0 using Ambari  2.4.0.1&lt;/P&gt;&lt;P&gt;Aplenty demands coming in for executing a range of code(Java MR etc., Scala, Spark, R) atop the HDP but from a desktop Windows machine IDE i.e &lt;EM&gt;execute the code locally from IDE but it gets submitted, runs on the remote cluster and prints back the output.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For Spark and R, we have R-Studio set-up.&lt;/P&gt;&lt;P&gt;The challenge lies with Java, Scala and so on, also, people use a range of IDEs from Eclipse to IntelliJ Idea.&lt;/P&gt;&lt;P&gt;I am aware that the Eclipse Hadoop plugin is NOT actively maintained and also has aplenty bugs when working with latest versions of Hadoop, IntelliJ Idea I couldn't find reliable inputs from the official website.&lt;/P&gt;&lt;P&gt;I believe the Hive and HBase client API is a reliable way to connect from Eclipse etc. but I am skeptical about executing MR or other custom Java/Scala code.&lt;/P&gt;&lt;P&gt;I referred several threads like &lt;A target="_blank" href="https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html"&gt;this&lt;/A&gt; and &lt;A target="_blank" href="https://community.hortonworks.com/questions/31077/how-to-setup-intellij-idea-16-to-run-hortonworks-s.html"&gt;this&lt;/A&gt;, however, I still have the question that is any IDE like Eclipse/Intellij Idea having an official support for Hadoop ? Even the &lt;A target="_blank" href="https://github.com/spring-projects/spring-hadoop"&gt;Spring Data for Hadoop&lt;/A&gt; seems to lost traction, it anyways didn't work as expected 2 years ago &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As a realistic &lt;STRONG&gt;alternative&lt;/STRONG&gt;, which tool/plugin/library should be used to test the MR and other Java/Scala code &lt;STRONG&gt;'locally' i.e on the desktop machine using a standalone version of the cluster ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Note : I do not wish to work against/in the sandbox, its about connecting to the prod. cluster directly.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:49:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118611#M47044</guid>
      <dc:creator>kaliyugantagoni</dc:creator>
      <dc:date>2022-09-16T10:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can Eclipse/IntelliJ Idea be used to execute code on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118612#M47045</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5134/kaliyugantagonist.html" nodeid="5134"&gt;@Kaliyug Antagonist&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;"As a realistic alternative, which tool/plugin/library should be used to test the MR and other Java/Scala code 'locally' i.e on the desktop machine using a standalone version of the cluster?"&lt;/P&gt;&lt;P&gt;Please see the &lt;A href="https://github.com/sakserv/hadoop-mini-clusters"&gt;hadoop-mini-clusters github project&lt;/A&gt;. hadoop-mini-clusters provides an easy way to test Hadoop projects directly in your IDE, without the need for a sandbox or a full-blown development cluster. It allows the user to debug with the full power of the IDE.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 07:28:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118612#M47045</guid>
      <dc:creator>tmccuch</dc:creator>
      <dc:date>2016-12-18T07:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can Eclipse/IntelliJ Idea be used to execute code on the cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118613#M47046</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/5134/kaliyugantagonist.html"&gt;@Kaliyug Antagonist&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I like Tom's suggestion and will it try myself.&lt;/P&gt;&lt;P&gt;Otherwise, if you wish to create your local cluster with Vagrant: &lt;A href="https://community.hortonworks.com/articles/39156/setup-hortonworks-data-platform-using-vagrant-virt.html"&gt;https://community.hortonworks.com/articles/39156/setup-hortonworks-data-platform-using-vagrant-virt.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I use Eclipse and Vagrant cluster. I share a folder between my local machine and the cluster where I place the output jars and then submit them for execution. I followed instructions published here: here: &lt;A href="https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html"&gt;https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/43269/intellij-eclipse-usage-against-hdp-25-sandbox.html"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not sure why you are against of the idea to use the sandbox. The code you develop can be at most tested functionally, locally. I get it that you want more debugging capabilities locally. A true load testing still needs to happen in a full scale environment.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 05:15:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-Eclipse-IntelliJ-Idea-be-used-to-execute-code-on-the/m-p/118613#M47046</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-12-19T05:15:48Z</dc:date>
    </item>
  </channel>
</rss>

