Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
Reviewed
Description
It's better to comment the following in hadoop-env.sh
- Where log files are stored. $HADOOP_HOME/logs by default.
export HADOOP_LOG_DIR=${HADOOP_LOG_DIR}/$USER
Because of this logs are placing under root($user) and this getting called two times while starting process.
hence logs are placing at /root/root/