public AvroFileSourceTarget(Path path, AvroType<T> atype) {
this(path, atype, new SequentialFileNamingScheme());
}
public AvroFileSourceTarget(Path path, AvroType<T> atype, DatumReader<T> reader) {
this(path, atype, reader, new SequentialFileNamingScheme());
}