removing some text that doesn't get printed authored by Irene Y Zhang's avatar Irene Y Zhang
...@@ -57,7 +57,6 @@ Modify `Map` and `Reduce` so that `wc.go` reports the number of occurrences of e ...@@ -57,7 +57,6 @@ Modify `Map` and `Reduce` so that `wc.go` reports the number of occurrences of e
``` ```
$ go run wc.go master kjv12.txt sequential $ go run wc.go master kjv12.txt sequential
Split kjv12.txt Split kjv12.txt
Split read 4834757
DoMap: read split mrtmp.kjv12.txt-0 966954 DoMap: read split mrtmp.kjv12.txt-0 966954
DoMap: read split mrtmp.kjv12.txt-1 966953 DoMap: read split mrtmp.kjv12.txt-1 966953
DoMap: read split mrtmp.kjv12.txt-2 966951 DoMap: read split mrtmp.kjv12.txt-2 966951
... ...
......