@PublicApi @ThreadSafe public abstract class Job extends Object implements Serializable
Constructor and Description |
---|
Job(JobConf jobConf)
Constructs with job configuration.
|
Modifier and Type | Method and Description |
---|---|
JobConf |
getJobConf() |
abstract boolean |
run()
Runs the job.
|
public Job(JobConf jobConf)
jobConf
- the job configurationpublic JobConf getJobConf()
public abstract boolean run()
Copyright © 2023. All Rights Reserved.