Add some useful info logs
-------------------------
Key: HAMA-462
URL: https://issues.apache.org/jira/browse/HAMA-462
Project: Hama
Issue Type: Improvement
Components: bsp
Affects Versions: 0.3.0
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Fix For: 0.4.0
Recently I'm testing with 5k tasks, and I noticed that INFO logs are too messy.
In BSPMaster case, there're too many 'task finished' logs and no useful
information about Job.
{code}
2011-10-25 13:02:13,585 INFO org.apache.hama.bsp.JobInProgress: Taskid
'attempt_201110251259_0002_000125_0' has finished successfully.
2011-10-25 13:02:13,585 INFO org.apache.hama.bsp.TaskInProgress: Task
'task_201110251259_0002_000125' has completed.
2011-10-25 13:02:13,587 INFO org.apache.hama.bsp.JobInProgress: Taskid
'attempt_201110251259_0002_000119_0' has finished successfully.
2011-10-25 13:02:13,587 INFO org.apache.hama.bsp.TaskInProgress: Task
'task_201110251259_0002_000119' has completed.
2011-10-25 13:02:13,587 INFO org.apache.hama.bsp.JobInProgress: Taskid
'attempt_201110251259_0002_000117_0' has finished successfully.
2011-10-25 13:02:13,588 INFO org.apache.hama.bsp.TaskInProgress: Task
'task_201110251259_0002_000117' has completed.
{code}
GroomServer also the same.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira