The java org.apache.hadoop.mapred.JobConf.setJobName method is used to set a human-readable name for a job in the Hadoop MapReduce framework. This name is displayed in the Hadoop JobTracker web interface and can be used for easier identification and tracking of jobs.
Java JobConf.setJobName - 30 examples found. These are the top rated real world Java examples of org.apache.hadoop.mapred.JobConf.setJobName extracted from open source projects. You can rate examples to help us improve the quality of examples.