Issue Details (XML | Word | Printable)

Key: HADOOP-5123
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 1
Watchers: 6
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Ant tasks for job submission

Created: 26/Jan/09 03:30 PM   Updated: 25/Jun/09 04:36 PM
Return to search
Component/s: None
Affects Version/s: 0.21.0
Fix Version/s: None

Time Tracking:
Original Estimate: 168h
Original Estimate - 168h
Remaining Estimate: 168h
Remaining Estimate - 168h
Time Spent: Not Specified
Remaining Estimate - 168h

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works JobSubmitTask.java 2009-01-27 02:23 PM Steve Loughran 7 kB
Environment: Both platforms, Linux and Windows
Issue Links:
Dependants
 
Reference
 


 Description  « Hide
Ant tasks to make it easy to work with hadoop filesystem and submit jobs.

<submit> : uploads JAR, submits job as user, with various settings

filesystem operations: mkdir, copyin, copyout, delete
-We could maybe use Ant1.7 "resources" here, and so use hdfs as a source or dest in Ant's own tasks

  1. security. Need to specify user; pick up user.name from JVM as default?
  2. cluster binding: namenode/job tracker (hostname,port) or url are all that is needed?
    #job conf: how to configure the job that is submitted? support a list of <property name="name" value="something"> children
  3. testing. AntUnit to generate <junitreport> compatible XML files
  4. Documentation. With an example using Ivy to fetch the JARs for the tasks and hadoop client.
  5. Polling: ant task to block for a job finished?


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Chris Douglas made changes - 26/Jan/09 09:15 PM
Field Original Value New Value
Link This issue is related to HADOOP-1508 [ HADOOP-1508 ]
Chris Douglas made changes - 26/Jan/09 09:15 PM
Link This issue is related to HADOOP-2778 [ HADOOP-2778 ]
Steve Loughran made changes - 27/Jan/09 02:23 PM
Attachment JobSubmitTask.java [ 12398815 ]
Steve Loughran made changes - 25/Jun/09 04:36 PM
Link This issue depends on MAPREDUCE-445 [ MAPREDUCE-445 ]