org.apache.hadoop.hive.ql.plan
Class loadFileDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.loadDesc
org.apache.hadoop.hive.ql.plan.loadFileDesc
- All Implemented Interfaces:
- Serializable
public class loadFileDesc
- 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 |
loadFileDesc
public loadFileDesc()
loadFileDesc
public loadFileDesc(String sourceDir,
String targetDir,
boolean isDfsDir,
String columns)
getTargetDir
public String getTargetDir()
setTargetDir
public void setTargetDir(String targetDir)
getIsDfsDir
public boolean getIsDfsDir()
setIsDfsDir
public void setIsDfsDir(boolean isDfsDir)
getColumns
public String getColumns()
- Returns:
- the columns
setColumns
public void setColumns(String columns)
- Parameters:
columns
- the columns to set
Copyright © 2009 The Apache Software Foundation