com.splout.db.hadoop
Class TableInput

java.lang.Object
  extended by com.splout.db.hadoop.TableInput

public class TableInput
extends java.lang.Object

A file (represented by a Hadoop Path) associated with an Pangool's InputFormat. TableFiles are used by Table instances to represent a mapping between files and Tables.


Method Summary
 com.datasalt.pangool.io.Schema getFileSchema()
           
 org.apache.hadoop.mapreduce.InputFormat<com.datasalt.pangool.io.ITuple,org.apache.hadoop.io.NullWritable> getFormat()
           
 org.apache.hadoop.fs.Path[] getPaths()
           
 RecordProcessor getRecordProcessor()
           
 java.util.Map<java.lang.String,java.lang.String> getSpecificHadoopInputFormatContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormat

public org.apache.hadoop.mapreduce.InputFormat<com.datasalt.pangool.io.ITuple,org.apache.hadoop.io.NullWritable> getFormat()

getPaths

public org.apache.hadoop.fs.Path[] getPaths()

getFileSchema

public com.datasalt.pangool.io.Schema getFileSchema()

getRecordProcessor

public RecordProcessor getRecordProcessor()

getSpecificHadoopInputFormatContext

public java.util.Map<java.lang.String,java.lang.String> getSpecificHadoopInputFormatContext()


Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.