AzureHDInsightHiveJobDefinition Class

Definition

Provides creation details for a new Hive jobDetails.

public class AzureHDInsightHiveJobDefinition : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition
type AzureHDInsightHiveJobDefinition = class
    inherit AzureHDInsightJobDefinition
Public Class AzureHDInsightHiveJobDefinition
Inherits AzureHDInsightJobDefinition
Inheritance
AzureHDInsightHiveJobDefinition

Constructors

AzureHDInsightHiveJobDefinition()

Initializes a new instance of the AzureHDInsightHiveJobDefinition class.

Properties

Arguments

Gets the arguments for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)
Defines

Gets the parameters for the jobDetails.

File

Gets or sets the query file to use for a hive jobDetails.

Files

Gets the files to be copied to the cluster

(Inherited from AzureHDInsightJobDefinition)
JobName

Gets or sets the name of the jobDetails.

Query

Gets or sets the query to use for a hive jobDetails.

RunAsFileJob

Gets or sets the switch to run queries as files.

StatusFolder

Gets or sets the status folder to use for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)

Applies to