mozilla / jydoop

Efficient Hadoop Map-Reduce in Python
Other
31 stars 19 forks source link

Allow scripts to customize the output. #34

Closed bsmedberg closed 11 years ago

bsmedberg commented 11 years ago

And make the default output a little better (use CSV if multiple values are present, otherwise just print value-per-line). Delete the temporary files off of hadoop after we've successfully completed output.

tarasglek commented 11 years ago

This is good. csv output by default makes my stuff simpler. I was gonna worry about json encoding, but my map/reduce output actually works better as a csv.