public void materialize() {
   try {
     materialized = sourceTarget.read(pipeline.getConfiguration());
   } catch (IOException e) {
     LOG.error("Could not materialize: " + sourceTarget, e);
     throw new CrunchRuntimeException(e);
   }
 }