You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Billy <sa...@pearsonwholesale.com> on 2008/01/21 09:39:36 UTC

INFO logging

I just download trunk and started testing and I get this in hbase log

every block written show these 4 lines this makes the hbase log way to hard 
to watch as process happen

2008-01-21 02:35:40,675 INFO org.apache.hadoop.fs.DFSClient: Allocating new 
block
2008-01-21 02:35:40,680 INFO org.apache.hadoop.fs.DFSClient: pipeline = 
10.0.0.4:50010
2008-01-21 02:35:40,680 INFO org.apache.hadoop.fs.DFSClient: pipeline = 
10.0.0.2:50010
2008-01-21 02:35:40,680 INFO org.apache.hadoop.fs.DFSClient: Connecting to 
10.0.0.4:50010

should this level of logging be done with INFO or DEBUG?

Billy