Hey Everyone,
Just wanted to give another update.
I have successfully submitted Map-Reduce jobs using a simple java
application to the local job submitter. I am still figuring out how to
make the application read the hadoop-site.xml file in order to load a
configuration different from the default settings. As a result, the
program currently will not submit a job to the pseudo-distributed job
submitter. I have been talking on the hadoop IRC channel, and I hope
to figure this out soon. If anyone has any tips, I would be very
grateful.
Thanks,
Chris Trezzo
On Jun 19, 2008, at 11:45 AM, Chris Trezzo wrote:
Just wanted to give a brief update on my status.
I am currently playing with Hadoop, and writing a simple program
that will interact with the Map-Reduce API without their console
interface. The first goal for the program is to have it submit a Map-
Reduce job and return when the job is finished.
The reason for writing this program is to see if the framework will
allow for Map-Reduce jobs to be submitted in a format other than a
JAR file, or a set of class files.
Thoughts, suggestions or questions are always welcome.
Thanks,
Chris Trezzo