AzureHDInsightHiveJobDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |