kseppi / mrs-mapreduce

Automatically exported from code.google.com/p/mrs-mapreduce
Apache License 2.0
0 stars 0 forks source link

Bug (with fix): output file is empty #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd examples
2. python3 wordcount.py -I Serial --mrs-verbose --mrs-debug wordcount.py outDir

What is the expected output? What do you see instead?
Expected: In outDir a file with 1241 bytes
I see: a file with 0 bytes

What version of the product are you using? On what operating system?
Mac OS X 10.8, python3.2 (homebrew)
Version 0.8 from 28.Sep

Please provide any additional information below.
I fixed the bug by inserting a file flush, see
http://code.google.com/r/martinbackschat-mrs-mapreduce/source/detail?r=042537483
73ddd5bb339e8d8a23c831fa81def80

Original issue reported on code.google.com by martin.b...@mgm-tp.com on 29 Sep 2012 at 5:23

GoogleCodeExporter commented 9 years ago

Original comment by amcna...@gmail.com on 2 Oct 2012 at 5:54

GoogleCodeExporter commented 9 years ago
Thanks for the report and patch. Great work. This is now fixed in commit 
71766af8.

Original comment by amcna...@gmail.com on 2 Oct 2012 at 6:04