| Name | Description |
---|
 | RunJob(JobConfiguration, String[]) |
Creates a new job, stores the job configuration and the specified files on the DFS, and runs the job.
|
 | RunJob(Job, JobConfiguration, String[]) |
Stores the job configuration and the specified files on the DFS, and runs the job.
|
 | RunJob(JobConfiguration, FileSystemClient, String[]) |
Creates a new job, stores the job configuration and the specified files on the DFS using the specified FileSystemClient, and runs the job.
|
 | RunJob(Job, JobConfiguration, FileSystemClient, String[]) |
Stores the job configuration and the specified files on the DFS using the specified FileSystemClient, and runs the job.
|