Changes
Page history
removing some text that doesn't get printed
authored
Jan 12, 2016
by
Irene Y Zhang
Hide whitespace changes
Inline
Side-by-side
Lab-1.md
View page @
8f6235a9
...
@@ -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
...
...
...
...