org.apache.hadoop.hive.ql.io.parquet.write
Class DataWritableWriter
java.lang.Object
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataWritableWriter
public DataWritableWriter(parquet.io.api.RecordConsumer recordConsumer,
parquet.schema.GroupType schema)
write
public void write(org.apache.hadoop.io.ArrayWritable arr)
Copyright © 2014 The Apache Software Foundation. All rights reserved.