private CompilerConfiguration getConf(MapReduceCompilerToolkit tk) throws IOException {
   CompilerConfiguration conf = tk.newConfiguration();
   conf.withClassLoader(getClass().getClassLoader());
   conf.withWorkingDirectory(temporary.newFolder());
   return conf;
 }