Description
When we try to write back a materialized collection to a file using the To.Text(..) the MCSPlanner throws back a NPE.
java.lang.NullPointerException
at org.apache.crunch.impl.mr.plan.MSCRPlanner.constructJobPrototypes(MSCRPlanner.java:192)
at org.apache.crunch.impl.mr.plan.MSCRPlanner.plan(MSCRPlanner.java:98)
at org.apache.crunch.impl.mr.MRPipeline.run(MRPipeline.java:116)
at org.apache.crunch.MrPipelinetTest.pipelineShouldNotFail(MrPipelinetTest.java:41)