java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobProperties
com.microsoft.azure.management.datalake.analytics.models.HiveJobProperties

public class HiveJobProperties extends JobProperties
Hive job properties used when retrieving Hive jobs.
  • Constructor Details

    • HiveJobProperties

      public HiveJobProperties()
  • Method Details

    • logsLocation

      public String logsLocation()
      Get the Hive logs location.
      Returns:
      the logsLocation value
    • outputLocation

      public String outputLocation()
      Get the location of Hive job output files (both execution output and results).
      Returns:
      the outputLocation value
    • statementCount

      public Integer statementCount()
      Get the number of statements that will be run based on the script.
      Returns:
      the statementCount value
    • executedStatementCount

      public Integer executedStatementCount()
      Get the number of statements that have been run based on the script.
      Returns:
      the executedStatementCount value