Class HiveJobProperties
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobProperties
com.microsoft.azure.management.datalake.analytics.models.HiveJobProperties
Hive job properties used when retrieving Hive jobs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the number of statements that have been run based on the script.Get the Hive logs location.Get the location of Hive job output files (both execution output and results).Get the number of statements that will be run based on the script.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.JobProperties
runtimeVersion, script, withRuntimeVersion, withScript
-
Constructor Details
-
HiveJobProperties
public HiveJobProperties()
-
-
Method Details
-
logsLocation
Get the Hive logs location.- Returns:
- the logsLocation value
-
outputLocation
Get the location of Hive job output files (both execution output and results).- Returns:
- the outputLocation value
-
statementCount
Get the number of statements that will be run based on the script.- Returns:
- the statementCount value
-
executedStatementCount
Get the number of statements that have been run based on the script.- Returns:
- the executedStatementCount value
-