Skip to content

Instantly share code, notes, and snippets.

@chathurawidanage
Last active February 23, 2020 22:46
Show Gist options
  • Save chathurawidanage/c3595a7f665981eb43481facea89f6ee to your computer and use it in GitHub Desktop.
Save chathurawidanage/c3595a7f665981eb43481facea89f6ee to your computer and use it in GitHub Desktop.
{
totalMapTaskSpecs: 29,
completedMapTaskSpecs: 29,
totalReduceTaskSpecs: 8,
completedReduceTaskSpecs: 0,
jobConfig: {
name: "Word Count",
id: "37f40245-de47-4d43-bd6c-9c896e780e37",
mapperClass: "com.cwidanage.mapred.examples.WordCount$WordMapper",
reducerClass: "com.cwidanage.mapred.examples.WordCount$WordReducer",
chunkReaderClass: "com.cwidanage.mapred.api.readers.SpaceDelimitedInputChunkReader",
shufflerClass: "com.cwidanage.mapred.api.shufflers.HashShuffler",
jarPath: "examples.jar",
inputPath: "fs/input",
outputPath: "fs/output"
},
busyWorkers: [
4,
5
],
jobId: "37f40245-de47-4d43-bd6c-9c896e780e37",
completed: false,
jobStatus: "RUNNING"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment