The standard output (stdout) and error (stderr) streams of the task are read by the TaskTracker and logged to :

The standard output (stdout) and error (stderr) streams of the task are read by the TaskTracker and logged to :
${HADOOP_LOG_DIR}/userlogs
Excellent ! Your Answer is Correct. The child-jvm always has its current working directory added to the java.library.path and LD_LIBRARY_PATH.
${HADOOP_LOG_DIR}/user
${HADOOP_LOG_DIR}/logs
None of the Option is Correct

__________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.

__________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.
JobConf
Excellent ! Your Answer is Correct. JobConf is typically used to specify the Mapper, combiner (if any), Partitioner, Reducer, InputFormat, OutputFormat and OutputCommitter implementations.
JobConfig
JobConfiguration
All Options are Correct

Point out the wrong statement :

Point out the wrong statement :
All Options are Correct
Excellent ! Your Answer is Correct. Outputs of the map-tasks go directly to the FileSystem, into the output path set by setOutputPath(Path).
It is legal to set the number of reduce-tasks to zero if no reduction is desired
The outputs of the map-tasks go directly to the FileSystem
he Mapreduce framework does not sort the map-outputs before writing them out to the FileSystem
Page 3 of 5
1 2 3 4 5