Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
Description
When the following command is executed:
sudo service hadoop-mapreduce-historyserver start
the following information is shown in the console:
Starting Hadoop historyserver: [ OK ]
starting historyserver, logging to /var/log/hadoop-mapreduce/mapred-mapred-historyserver-localhost.out
13/02/06 13:40:41 INFO hs.JobHistoryServer: STARTUP_MSG:
/************************************************************
STARTUP_MSG: Starting JobHistoryServer
STARTUP_MSG: host = localhost/127.0.0.1
STARTUP_MSG: args = []
STARTUP_MSG: version = 2.0.3-wdd3.1.0
STARTUP_MSG: classpath = <and a very long classpath here>
Everything except for the first two lines should go to the out file and never been shown in the stdout.