+ "population:int," + "life_expectancy:double," + "gnp:double," + "gnp_old:double,"
+ "local_name:string," + "government_form:string," + "head_of_state:string," + "capital:int,"
+ "code2:string"));
MapOnlyJobBuilder mO = new MapOnlyJobBuilder(conf);
mO.addInput(inPath, new TupleTextInputFormat(schema, false, false, ',', '"', '\\',
FieldSelector.NONE, TupleTextInputFormat.NO_NULL_STRING),
new MapOnlyMapper<ITuple, NullWritable, NullWritable, NullWritable>() {
protected void map(ITuple key, NullWritable value, Context context,
MultipleOutputsCollector collector) throws IOException, InterruptedException {