//conf.set("mapred.child.java.opts", "-Xmx2048m");
conf.set("mapred.child.java.opts", "-Xmx2048m");
// conf.set("mapred.job.queue.name", "search");
JobClient client = new JobClient(conf);
client.submitJob(conf);
sLogger.info("Waiting for servers to start up...");
// poll HDFS for hostnames and ports
boolean allStarted = true;