public class MapJoinTableContainerSerDe extends Object
| Constructor and Description |
|---|
MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext,
MapJoinObjectSerDeContext valueContext) |
| Modifier and Type | Method and Description |
|---|---|
MapJoinObjectSerDeContext |
getKeyContext() |
MapJoinObjectSerDeContext |
getValueContext() |
MapJoinPersistableTableContainer |
load(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path folder)
Loads the table container from a folder.
|
MapJoinPersistableTableContainer |
load(ObjectInputStream in) |
void |
persist(ObjectOutputStream out,
MapJoinPersistableTableContainer tableContainer) |
static void |
persistDummyTable(ObjectOutputStream out) |
public MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext, MapJoinObjectSerDeContext valueContext)
public MapJoinObjectSerDeContext getKeyContext()
public MapJoinObjectSerDeContext getValueContext()
public MapJoinPersistableTableContainer load(ObjectInputStream in) throws HiveException
HiveExceptionpublic MapJoinPersistableTableContainer load(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path folder) throws HiveException
fs - FileSystem of the folder.folder - The folder to load table container.HiveExceptionpublic void persist(ObjectOutputStream out, MapJoinPersistableTableContainer tableContainer) throws HiveException
HiveExceptionpublic static void persistDummyTable(ObjectOutputStream out) throws IOException
IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.