你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |