Constructor and Description |
---|
HiveLoadDataOperation(org.apache.hadoop.fs.Path path,
ObjectPath tablePath,
boolean isOverwrite,
boolean isSrcLocal,
Map<String,String> partitionSpec) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
Map<String,String> |
getPartitionSpec() |
org.apache.hadoop.fs.Path |
getPath() |
ObjectPath |
getTablePath() |
boolean |
isOverwrite() |
boolean |
isSrcLocal() |
public HiveLoadDataOperation(org.apache.hadoop.fs.Path path, ObjectPath tablePath, boolean isOverwrite, boolean isSrcLocal, Map<String,String> partitionSpec)
public org.apache.hadoop.fs.Path getPath()
public ObjectPath getTablePath()
public boolean isOverwrite()
public boolean isSrcLocal()
public String asSummaryString()
Operation
asSummaryString
in interface Operation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.