Skip to content

Instantly share code, notes, and snippets.

View kkonradI's full-sized avatar

Konrad Kurdej kkonradI

  • Intel Corporation
  • PL Gdańsk
View GitHub Profile
package com.cloudera.example;
import java.io.IOException;
import java.io.OutputStream;
import org.apache.avro.Schema;
import org.apache.avro.file.DataFileWriter;
import org.apache.avro.file.SeekableInput;
import org.apache.avro.mapred.FsInput;
import org.apache.avro.reflect.ReflectData;
import org.apache.avro.reflect.ReflectDatumWriter;