|
|
-
Correct way to create a Job instance?Majid Azimi 2013-01-06, 08:19
Hi guys,
Job API has three deprecated API. So the correct way to create a Job is: Job job = Job.getInstance(Configuration conf) is this correct? second question: Job API says: Job.getInstance() Creates a new Job with no particular Cluster. A Cluster will be created with a generic Configuration. What is generic Configuration? |