Netflix / PigPen

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

Update debug to ignore anonymous projections #22

Closed mbossenbroek closed 10 years ago

mbossenbroek commented 10 years ago

Debug mode was broken when I changed key-selector code to use bind operations for performace gains.

The problem comes from Pig's inability to use a schema at that point, so I just disabled debugging for that intermediate command. It's actually better for debug mode, which would have written the same data twice.