long nmaps = conf.getLong(NUMBER_OF_MAPS_KEY, NMAPS);
long nthreads = conf.getLong(NUMBER_OF_THREADS_KEY, NTHREADS);
out.writeChars("-----------------------------\n");
out.writeChars("Number of mapper :\t\t\t" + nmaps + "\n");
out.writeChars("Number of threads :\t\t\t" + nthreads + "\n");
float min = Float.MAX_VALUE;
float max = Float.MIN_VALUE;
Class<?> clazz = conf.getClass(THREAD_CLASS_KEY, null);