1.

The standard output (stdout) and error (stderr) streams of the task are read by the TaskTracker and logged to _________(a) ${HADOOP_LOG_DIR}/user(b) ${HADOOP_LOG_DIR}/userlogs(c) ${HADOOP_LOG_DIR}/logs(d) None of the mentionedThe question was asked during an online exam.My question comes from MapReduce Features in division Developing a MapReduce Application of Hadoop

Answer»

Correct answer is (B) ${HADOOP_LOG_DIR}/userlogs

The explanation: The child-jvm ALWAYS has its current working DIRECTORY added to the java.library.path and LD_LIBRARY_PATH.



Discussion

No Comment Found

Related InterviewSolutions