HCatSplit
insteadpublic class HCatSplit
extends InputSplit
Constructor and Description |
---|
HCatSplit()
Deprecated.
Instantiates a new hcat split.
|
HCatSplit(PartInfo partitionInfo,
org.apache.hadoop.mapred.InputSplit baseMapRedSplit,
HCatSchema tableSchema)
Deprecated.
Instantiates a new hcat split.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapred.InputSplit |
getBaseSplit()
Deprecated.
Gets the underlying InputSplit.
|
HCatSchema |
getDataSchema()
Deprecated.
Gets the data schema.
|
long |
getLength()
Deprecated.
|
java.lang.String[] |
getLocations()
Deprecated.
|
PartInfo |
getPartitionInfo()
Deprecated.
Gets the partition info.
|
HCatSchema |
getTableSchema()
Deprecated.
Gets the table schema.
|
void |
readFields(java.io.DataInput input)
Deprecated.
|
void |
write(java.io.DataOutput output)
Deprecated.
|
public HCatSplit()
public HCatSplit(PartInfo partitionInfo, org.apache.hadoop.mapred.InputSplit baseMapRedSplit, HCatSchema tableSchema)
partitionInfo
- the partition infobaseMapRedSplit
- the base mapred splittableSchema
- the table level schemapublic PartInfo getPartitionInfo()
public org.apache.hadoop.mapred.InputSplit getBaseSplit()
public HCatSchema getDataSchema()
public HCatSchema getTableSchema()
public long getLength()
public java.lang.String[] getLocations()
public void readFields(java.io.DataInput input) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
Copyright © 2012 The Apache Software Foundation