Details
Description
mini_cluster.py doesn't currently set HADOOP_LOG_DIR when running bin/hadoop, which means that stuff like job history logs defaults to $HADOOP_HOME/logs. It's better to put the logs inside the temporary directory which we already use for the mini cluster.