public class SaveToHiveTableV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
ApiSaveToHiveTableHandlerHiveFrameSaverFormat |
format
Storage format of the created table.
|
FrameKeyV3 |
frameId
H2O Frame ID
|
java.lang.String |
jdbcUrl
HIVE JDBC URL
|
java.lang.String |
tableName
Name of table to save data to.
|
java.lang.String |
tablePath
HDFS Path to where the table should be stored.
|
java.lang.String |
tmpPath
HDFS Path where to store temporary data.
|
_excludeFields| Constructor and Description |
|---|
SaveToHiveTableV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="frame_id") public FrameKeyV3 frameId
@SerializedName(value="jdbc_url") public java.lang.String jdbcUrl
@SerializedName(value="table_name") public java.lang.String tableName
@SerializedName(value="table_path") public java.lang.String tablePath
public ApiSaveToHiveTableHandlerHiveFrameSaverFormat format
@SerializedName(value="tmp_path") public java.lang.String tmpPath
public java.lang.String toString()
toString in class RequestSchemaV3