org.apache.hadoop.hive.ql.io.parquet.write
Class DataWritableWriter

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriter

public class DataWritableWriter
extends Object

DataWritableWriter is a writer, that will read an ArrayWritable and give the data to parquet with the expected schema


Constructor Summary
DataWritableWriter(parquet.io.api.RecordConsumer recordConsumer, parquet.schema.GroupType schema)
           
 
Method Summary
 void write(org.apache.hadoop.io.ArrayWritable arr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataWritableWriter

public DataWritableWriter(parquet.io.api.RecordConsumer recordConsumer,
                          parquet.schema.GroupType schema)
Method Detail

write

public void write(org.apache.hadoop.io.ArrayWritable arr)


Copyright © 2014 The Apache Software Foundation. All rights reserved.