org.apache.hadoop.hive.ql.plan
Class ShowCompactionsDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.ShowCompactionsDesc
- All Implemented Interfaces:
- Serializable
public class ShowCompactionsDesc
- extends DDLDesc
- implements Serializable
Descriptor for showing compactions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowCompactionsDesc
public ShowCompactionsDesc(org.apache.hadoop.fs.Path resFile)
- Parameters:
resFile - File that results of show will be written to.
ShowCompactionsDesc
public ShowCompactionsDesc()
- No arg constructor for serialization.
getSchema
public String getSchema()
getResFile
public String getResFile()
Copyright © 2014 The Apache Software Foundation. All rights reserved.