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
HiveException
public 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.HiveException
public void persist(ObjectOutputStream out, MapJoinPersistableTableContainer tableContainer) throws HiveException
HiveException
public static void persistDummyTable(ObjectOutputStream out) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.