MCPcopy Create free account
hub / github.com/apache/pig / setJobName

Method setJobName

src/org/apache/pig/PigServer.java:956–958  ·  view source on GitHub ↗

Set the name of the job. This name will get translated to mapred.job.name. @param name of job

(String name)

Source from the content-addressed store, hash-verified

954 * @param name of job
955 */
956 public void setJobName(String name) {
957 jobName = PigContext.JOB_NAME_PREFIX + ":" + name;
958 }
959
960 /**
961 * Set Hadoop job priority. This value will get translated to mapred.job.priority.

Callers 15

execMethod · 0.95
testListStatusMethod · 0.80
goHadoopMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 15

testListStatusMethod · 0.64
goHadoopMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64