Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Use \n as a fake record delimiter instead of \0 #65

Closed mbossenbroek closed 10 years ago

mbossenbroek commented 10 years ago

PigStorage requires a delimiter, so we had been using \0 as this is rare in actual files. Turns out we can use \n because this, by definition, will never appear in a line.