/** {@inheritDoc} */
 @Override
 public void initialize(Map<String, String> params) throws IOException {
   super.initialize(params);
   mPath = new Path(params.get(JobIOConfKeys.FILE_PATH_KEY));
 }