org.apache.hadoop.hive.ql.io
Class FlatFileInputFormat.RowContainer<T>

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.FlatFileInputFormat.RowContainer<T>
Enclosing class:
FlatFileInputFormat<T>

public static class FlatFileInputFormat.RowContainer<T>
extends Object

A work-around until HADOOP-1230 is fixed. Allows boolean next(k,v) to be called by reference but still allow the deserializer to create a new object (i.e., row) on every call to next.


Constructor Summary
FlatFileInputFormat.RowContainer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileInputFormat.RowContainer

public FlatFileInputFormat.RowContainer()


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