this.replace = replace;
}
void testParentJobConfToEnvVars() throws IOException
{
env = new Environment();
// test that some JobConf properties are exposed as expected
// Note the dots translated to underscore:
// property names have been escaped in PipeMapRed.safeEnvVarName()
expect("mapred_input_format_class", "org.apache.hadoop.mapred.TextInputFormat");
expect("mapred_job_tracker", "local");