Enhance 'bin/hadoop job -submit <>' ------------------------------------
Key: HADOOP-808 URL: http://issues.apache.org/jira/browse/HADOOP-808 Project: Hadoop Issue Type: Improvement Components: mapred Reporter: Arun C Murthy Assigned To: Arun C Murthy Priority: Minor Today 'bin/hadoop job -submit' takes a config file and just does a JobClient.submitJob(jobConf), this isn't flexible enough for cases where the user wants to submit a job which calls his main(), does some work and then calls 'JobClient.runJob', I propose we enhance this subcommand to handle that scenario. This could be really useful for the time we decide to setup a simple webpage with 'form' where the user uploads a job.xml & job.jar and we can fire the job. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira