Hextremist / mapredo

Mapredo -- Mapreducing at the speed of C
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Add option to compress output from reducer #20

Closed Hextremist closed 9 years ago

Hextremist commented 9 years ago

The output from the final reducer is currently not compressed, but this may be desirable (faster). We should probably not make this the default since this may make new users confused.

Hextremist commented 9 years ago

Of course, there has to be an option to read the input compressed (by the next mapredo in the pipe) as well.

Hextremist commented 9 years ago

We don't really need this, use --output and --input instead (which is compressed).