This is the Hadoop protocol message I was trying to compress
11/10/17 19:42:23 INFO mapred.MapTask: (EQUATOR) 0 kvi 26214396(104857584) 11/10/17 19:42:23 INFO mapred.MapTask: mapreduce.task.io.sort.mb: 100 11/10/17 19:42:23 INFO mapred.MapTask: soft limit at 83886080 11/10/17 19:42:23 INFO mapred.MapTask: bufstart = 0; bufvoid = 104857600 11/10/17 19:42:23 INFO mapred.MapTask: kvstart = 26214396; length = 6553600
I suppose they are configured using logg 4j.properties in the conf directory in the hadoop installation folder. No matter how I delete the logger, comment exit the logger and even rename log4j.properties. They are still being printed. Please advise.
I also suspect that these bulk messages will affect overall performance if the volume is large. Thanks,
source share