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

AzureHDInsightSqoopJobDefinition Class

Definition

Provides creation details for a new Hive jobDetails.

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

Constructors

AzureHDInsightSqoopJobDefinition()

Properties

Arguments

Gets the arguments for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)
Command

Gets or sets the command to use for a sqoop job.

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.

LibDir

Gets or sets the name of the directory for libraries.

StatusFolder

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

(Inherited from AzureHDInsightJobDefinition)

Applies to