52535455565758
this.conf = context.getConfiguration(); Path file = fileSplit.getPath(); FileSystem fs = file.getFileSystem(conf); FSDataInputStream in = null; in = fs.open(file); rdr = new BSONLoader(in); }