读书人

hadoop 地图reduce查看System.out的数

发布时间: 2012-06-29 15:48:46 作者: rapoo

hadoop mapreduce查看System.out的数据

Actually stdout only shows the System.out.println() of the non map reduce classes. The System.out.println() for map and reduce phases can be seen in the logs. Easy way to access the logs is http://localhost:50030/jobtracker.jsp->click on the completed job->click on map or reduce task->click on tasknumber->task logs->stdout logs.

读书人网 >系统运维

热点推荐