Well, the tutorial let's me know how to use the command line
interface. That does work fine. Implementing the Tool interface and all.
By scanning through this tutorial roughly I cannot find any way of
actually submitting a job _not_ using the command line interface. I want
a java application t
This tutorial should help:
http://hadoop.apache.org/mapreduce/docs/r0.21.0/mapred_tutorial.html
Tom
On Thu, Sep 23, 2010 at 1:24 AM, Martin Becker <_martinbec...@web.de> wrote:
> Hi,
> I would still like to use the new API. So what I am trying to do now is to
> not use the command line interface
Hi,
I would still like to use the new API. So what I am trying to do now is
to not use the command line interface to submit a job, but do it from
Java code. How do I do this? This is what I do at the moment:
* Clean start up of Hadoop (formatted file system and all)
* Using the standard WordCo
Sorry I wrote that message right before I left hoping for a quick
solution without enough testing. So never mind. I was including another
project which was not supposed to but still exported Hadoop classes. The
old ones obviously. I am sorry.
Martin
On 22.09.2010 20:04, Tom White wrote:
Mar