<?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: How Run an MapReduce program in a VM from a Java app? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26711#M5597</link>
    <description>&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don´t explained well... sorry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that the data is store in the hdfs, my goal is that a java app generate some data, then the java app send this data to my virtual machine with hadoop installled and the data is stored in hdfs. In parallel the java app need tell to the map reduce to start to computing the data store in the hdfs that was sent from java app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2015 10:02:18 GMT</pubDate>
    <dc:creator>Bibi_rg</dc:creator>
    <dc:date>2015-04-23T10:02:18Z</dc:date>
    <item>
      <title>How Run an MapReduce program in a VM from a Java app?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26625#M5595</link>
      <description>&lt;P&gt;Hi I'm new in hadoop and I'm trying do some stuff but I don´t know from where start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying do a simple Java app that start and send data to a MapReduce program.&lt;/P&gt;&lt;P&gt;I read aboout webHdfs and HttpFS, but I don´t sure if it is what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone from where I can start or give me some advices?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:26:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26625#M5595</guid>
      <dc:creator>Bibi_rg</dc:creator>
      <dc:date>2022-09-16T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How Run an MapReduce program in a VM from a Java app?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26654#M5596</link>
      <description>&lt;P&gt;I think you should do a bit of reading to get some basic concepts first. There are many introductory videos in youtube, for instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer you question. You don't "send data" to a MapReduce job, you store data in hdfs (usually via&amp;nbsp;command line) and then run a job that uses that data as input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start with the "hello world" of Hadoop, which consists of storing a text file on hdfs and then run a job to count words.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A target="_blank" href="https://hadoop.apache.org/docs/r2.6.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html"&gt;https://hadoop.apache.org/docs/r2.6.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 14:11:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26654#M5596</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2015-04-21T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: How Run an MapReduce program in a VM from a Java app?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26711#M5597</link>
      <description>&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don´t explained well... sorry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that the data is store in the hdfs, my goal is that a java app generate some data, then the java app send this data to my virtual machine with hadoop installled and the data is stored in hdfs. In parallel the java app need tell to the map reduce to start to computing the data store in the hdfs that was sent from java app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:02:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26711#M5597</guid>
      <dc:creator>Bibi_rg</dc:creator>
      <dc:date>2015-04-23T10:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How Run an MapReduce program in a VM from a Java app?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26713#M5598</link>
      <description>&lt;P&gt;Ok, you have to build a MapReduce job and run it.&lt;/P&gt;&lt;P&gt;Basically you need to implement a few interfaces (maper, reducer), create a jar with that&amp;nbsp;code and submit it either command line or from Java create, configure and start a Job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this tutorial:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://hadoop.apache.org/docs/r2.6.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html"&gt;https://hadoop.apache.org/docs/r2.6.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:10:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Run-an-MapReduce-program-in-a-VM-from-a-Java-app/m-p/26713#M5598</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2015-04-23T10:10:25Z</dc:date>
    </item>
  </channel>
</rss>

