HiveJobProperties Class
- java.
lang. Object - JobProperties
- com.
microsoft. azure. management. datalake. analytics. models. HiveJobProperties
- com.
public class HiveJobProperties extends JobProperties
Hive job properties used when retrieving Hive jobs.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
executedStatementCount()
Get the executedStatementCount value. |
String |
logsLocation()
Get the logsLocation value. |
String |
outputLocation()
Get the outputLocation value. |
Integer |
statementCount()
Get the statementCount value. |
Inherited Members
JobProperties.runtimeVersion()
JobProperties.script()
JobProperties.withRuntimeVersion(String runtimeVersion)
JobProperties.withScript(String script)
Method Details
executedStatementCount
public Integer executedStatementCount()
Get the executedStatementCount value.
Returns:
the executedStatementCount value
logsLocation
public String logsLocation()
Get the logsLocation value.
Returns:
the logsLocation value
outputLocation
public String outputLocation()
Get the outputLocation value.
Returns:
the outputLocation value
statementCount
public Integer statementCount()
Get the statementCount value.
Returns:
the statementCount value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java