public class HiveJobProperties extends JobProperties
Constructor and Description |
---|
HiveJobProperties() |
Modifier and Type | Method and Description |
---|---|
Integer |
executedStatementCount()
Get the number of statements that have been run based on the script.
|
String |
logsLocation()
Get the Hive logs location.
|
String |
outputLocation()
Get the location of Hive job output files (both execution output and results).
|
Integer |
statementCount()
Get the number of statements that will be run based on the script.
|
runtimeVersion, script, withRuntimeVersion, withScript
public String logsLocation()
public String outputLocation()
public Integer statementCount()
public Integer executedStatementCount()
Copyright © 2019. All rights reserved.