public abstract class Partish extends Object
Constructor and Description |
---|
Partish() |
Modifier and Type | Method and Description |
---|---|
static Partish |
buildFor(Partition part) |
static Partish |
buildFor(Table table) |
static Partish |
buildFor(Table table,
Partition part) |
abstract Class<? extends org.apache.hadoop.mapred.InputFormat> |
getInputFormatClass() |
abstract String |
getLocation() |
abstract Object |
getOutput() |
abstract Class<? extends org.apache.hadoop.mapred.OutputFormat> |
getOutputFormatClass() |
String |
getPartishType() |
abstract Partition |
getPartition() |
abstract Map<String,String> |
getPartParameters() |
abstract org.apache.hadoop.hive.metastore.api.StorageDescriptor |
getPartSd() |
abstract String |
getSimpleName() |
abstract Table |
getTable() |
boolean |
isAcid()
Deprecated.
|
boolean |
isTransactionalTable() |
@Deprecated public final boolean isAcid()
public final boolean isTransactionalTable()
public abstract Table getTable()
public abstract org.apache.hadoop.hive.metastore.api.StorageDescriptor getPartSd()
public abstract Object getOutput() throws HiveException
HiveException
public abstract Partition getPartition()
public abstract Class<? extends org.apache.hadoop.mapred.InputFormat> getInputFormatClass() throws HiveException
HiveException
public abstract Class<? extends org.apache.hadoop.mapred.OutputFormat> getOutputFormatClass() throws HiveException
HiveException
public abstract String getLocation()
public abstract String getSimpleName()
public final String getPartishType()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.