org.apache.hadoop.hive.ql.plan
Class loadTableDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.loadDesc
org.apache.hadoop.hive.ql.plan.loadTableDesc
- All Implemented Interfaces:
- Serializable
public class loadTableDesc
- extends loadDesc
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loadTableDesc
public loadTableDesc()
loadTableDesc
public loadTableDesc(String sourceDir,
String tmpDir,
tableDesc table,
HashMap<String,String> partitionSpec,
boolean replace)
loadTableDesc
public loadTableDesc(String sourceDir,
String tmpDir,
tableDesc table,
HashMap<String,String> partitionSpec)
getTmpDir
public String getTmpDir()
setTmpDir
public void setTmpDir(String tmp)
getTable
public tableDesc getTable()
setTable
public void setTable(tableDesc table)
getPartitionSpec
public HashMap<String,String> getPartitionSpec()
setPartitionSpec
public void setPartitionSpec(HashMap<String,String> partitionSpec)
getReplace
public boolean getReplace()
setReplace
public void setReplace(boolean replace)
Copyright © 2009 The Apache Software Foundation