HiveJobProperties Class

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

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

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