An example fragment is:
--------------------------------------- 8< ---------------------------------------
{
"priority" : "NORMAL",
"jobID" : "job_201007280625_0001",
"user" : "gridperf",
"jobName" : null,
"mapTasks" : [ {
"startTime" : 1280298532016,
"taskID" : "task_201007280625_0001_m_000323",
"taskType" : "MAP",
"attempts" : [ {
"location" :
{
"layers" : [ "98\\.137\\.102\\.64", "node1\\.yahoo\\.com" ]
}
,
"hostName" : "/98\\.137\\.102\\.64/node1\\.yahoo
.com",
"startTime" : 1280298532028,
"finishTime" : 1280298597501,
"result" : "SUCCESS",
--------------------------------------- 8< ---------------------------------------
This is because Rumen directly uses Properties instead of Configuration - the
new key-name is "mapreduce.job.name", while the old key-name was
"mapred.job.name". Using Configuration insulates against such changes.
An example fragment is:
{ "layers" : [ "98\\.137\\.102\\.64", "node1\\.yahoo\\.com" ] }--------------------------------------- 8< ---------------------------------------
{
"priority" : "NORMAL",
"jobID" : "job_201007280625_0001",
"user" : "gridperf",
"jobName" : null,
"mapTasks" : [ {
"startTime" : 1280298532016,
"taskID" : "task_201007280625_0001_m_000323",
"taskType" : "MAP",
"attempts" : [ {
"location" :
,
"hostName" : "/98\\.137\\.102\\.64/node1\\.yahoo
.com",
"startTime" : 1280298532028,
"finishTime" : 1280298597501,
"result" : "SUCCESS",
--------------------------------------- 8< ---------------------------------------
This is because Rumen directly uses Properties instead of Configuration - the
new key-name is "mapreduce.job.name", while the old key-name was
"mapred.job.name". Using Configuration insulates against such changes.