Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AzureHdInsightJobManagementClient ( ) : System |
Parameterless constructor for mocking
|
|
AzureHdInsightJobManagementClient ( string clusterName, BasicAuthenticationCloudCredentials credential ) : System | ||
GetJob ( string jobId ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse | ||
GetJobError ( string jobid, IStorageAccess storageAccess ) : Stream | ||
GetJobOutput ( string jobid, IStorageAccess storageAccess ) : Stream | ||
ListJobs ( ) : JobListResponse | ||
ListJobsAfterJobId ( string jobId, int numberOfJobs ) : JobListResponse | ||
StopJob ( string jobId ) : void | ||
SubmitHiveJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition hiveJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse | ||
SubmitMRJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition mapredJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse | ||
SubmitPigJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition pigJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse | ||
SubmitSqoopJob ( |
||
SubmitStreamingJob ( |
||
WaitForJobCompletion ( string jobId, System.TimeSpan duration = null, System.TimeSpan waitInterval = null ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse |
public AzureHdInsightJobManagementClient ( ) : System | ||
Результат | System |
public AzureHdInsightJobManagementClient ( string clusterName, BasicAuthenticationCloudCredentials credential ) : System | ||
clusterName | string | |
credential | BasicAuthenticationCloudCredentials | |
Результат | System |
public GetJob ( string jobId ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse | ||
jobId | string | |
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse |
public GetJobError ( string jobid, IStorageAccess storageAccess ) : Stream | ||
jobid | string | |
storageAccess | IStorageAccess | |
Результат | Stream |
public GetJobOutput ( string jobid, IStorageAccess storageAccess ) : Stream | ||
jobid | string | |
storageAccess | IStorageAccess | |
Результат | Stream |
public ListJobsAfterJobId ( string jobId, int numberOfJobs ) : JobListResponse | ||
jobId | string | |
numberOfJobs | int | |
Результат | JobListResponse |
public SubmitHiveJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition hiveJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse | ||
hiveJobDef | Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition | |
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse |
public SubmitMRJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition mapredJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse | ||
mapredJobDef | Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition | |
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse |
public SubmitPigJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition pigJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse | ||
pigJobDef | Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition | |
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse |
public SubmitSqoopJob ( |
||
sqoopJobDef | ||
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse |
public SubmitStreamingJob ( |
||
streamingJobDef | ||
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse |
public WaitForJobCompletion ( string jobId, System.TimeSpan duration = null, System.TimeSpan waitInterval = null ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse | ||
jobId | string | |
duration | System.TimeSpan | |
waitInterval | System.TimeSpan | |
Результат | Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse |