Click or drag to resize

JetClient.RunJob Method

Overload List
 NameDescription
Public methodRunJob(JobConfiguration, String[]) Creates a new job, stores the job configuration and the specified files on the DFS, and runs the job.
Public methodRunJob(Job, JobConfiguration, String[]) Stores the job configuration and the specified files on the DFS, and runs the job.
Public methodRunJob(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.
Public methodRunJob(Job, JobConfiguration, FileSystemClient, String[]) Stores the job configuration and the specified files on the DFS using the specified FileSystemClient, and runs the job.
Top
See Also