Richard and Ramon Yes, I think there should be a way as you see there is a class named JobClient in org.apache.hadoop.mapred which is basically invoked from commandline , if you open hadoop shell script my point will be clearer. Also I suggest you take a look at oozie there using java apis you can submit jobs to Hadoop.
http://yahoo.github.com/oozie/releases/3.1.0/DG_Examples.html#Java_API_Example Thanks -P On Sun, Nov 20, 2011 at 11:12 PM, Richard Dixon <rich.dixon2...@yahoo.com>wrote: > Ramon, > > You might issue an ./hadoop -list all to get the jobs and then > -set-priority <id> <priority>. I know that someone from that Ocean Sync ( > http://www.oceansync.com) Hadoop management project is working with > interacting with MapReduce jobs through a GUI, to set priorities through > that, but they are still in beta. > > > job > Command to interact with Map Reduce Jobs. > Usage: hadoop job [GENERIC_OPTIONS] [-submit <job-file>] | [-status > <job-id>] | [-counter <job-id> <group-name> <counter-name>] | [-kill > <job-id>] | [-events <job-id> <from-event-#> <#-of-events>] | [-history > [all] <jobOutputDir>] | [-list [all]] | [-kill-task <task-id>] | > [-fail-task <task-id>] | [-set-priority <job-id> <priority>] > > > ----- Original Message ----- > From: WangRamon <ramon_w...@hotmail.com> > To: common-user@hadoop.apache.org > Cc: > Sent: Sunday, November 20, 2011 4:44 AM > Subject: How to manage hadoop job submit? > > > Hi All > I'm new to hadoop, I know I can use "haddop jar" to submit my M/R job, but > we need to submit a lot of jobs in my real environment, there is priority > requirement for each jobs, so is there any way to manage how to submit > jobs? Any Java API? Or we can only use the hadoop command line with shell > or python to do the job submit? > Thanks Ramon >