Standard practices for logging in MapReduce jobs
问题 I'm trying to find the best approach for logging in MapReduce jobs. I'm using slf4j with log4j appender as in my other Java applications, but since MapReduce job runs in a distributed manner across the cluster I don't know where should I set the log file location, since it is a shared cluster with limited access privileges. Is there any standard practices for logging in MapReduce jobs, so you can easily be able to look at the logs across the cluster after the job completes? 回答1: You could use