
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
168h
|
|
|
Remaining Estimate:
|
168h
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Both platforms, Linux and Windows
|
|
Issue Links:
|
Dependants
|
|
|
|
Reference
|
|
|
|
This issue is related to:
|
|
|
HADOOP-2778 Hadoop job submission via ant using HMRExec
|
|
|
|
|
|
|
|
|
|
|
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
- security. Need to specify user; pick up user.name from JVM as default?
- 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
- testing. AntUnit to generate <junitreport> compatible XML files
- Documentation. With an example using Ivy to fetch the JARs for the tasks and hadoop client.
- Polling: ant task to block for a job finished?
|
|
Description
|
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
- security. Need to specify user; pick up user.name from JVM as default?
- 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
- testing. AntUnit to generate <junitreport> compatible XML files
- Documentation. With an example using Ivy to fetch the JARs for the tasks and hadoop client.
- Polling: ant task to block for a job finished?
|
Show » |
| No work has yet been logged on this issue.
|
|