93949596979899
return new Path( "jdbc:/" + connectionUrl.replaceAll( ":", "_" ) ); } @Override public TupleEntryIterator openForRead(JobConf conf) throws IOException { return new TupleEntryIterator(getSourceFields(), new TapIterator(this, conf)); }
279280281282283284285
return true; } public TupleEntryIterator openForRead( JobConf conf ) throws IOException { return new TupleEntryIterator( getSourceFields(), new TapIterator( this, conf ) ); }
55565758596061
properties.remove( "mapred.input.dir" ); jobConf = HadoopUtil.createJobConf( properties, null ); return new TupleEntryIterator( getSourceFields(), new TapIterator( this, jobConf ) ); }