Re: JobClient using deprecated JobConf

2010-09-23 Thread Martin Becker
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

Re: JobClient using deprecated JobConf

2010-09-23 Thread Tom White
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 to

Re: JobClient using deprecated JobConf

2010-09-23 Thread Martin Becker
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