IJobSubmissionSyncClient Methods
Note |
|---|
This version of the HDInsight .NET SDK is deprecated and will be removed by January 1, 2017. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference. |
Assembly: Microsoft.Hadoop.Client (in Microsoft.Hadoop.Client.dll)
| Name | Description | |
|---|---|---|
![]() | AddLogWriter(ILogWriter) | Adds a log writer to the client.(Inherited from IHadoopClientBase.) |
![]() | Cancel() | Cancel's a pending operation.(Inherited from IHadoopClientBase.) |
![]() | CreateHiveJob(HiveJobCreateParameters) | Submits a Hive job to Hadoop cluster. |
![]() | CreateMapReduceJob(MapReduceJobCreateParameters) | Submits a Map Reduce job to Hadoop cluster. |
![]() | CreatePigJob(PigJobCreateParameters) | Submits a Pig job to Hadoop cluster. |
![]() | CreateSqoopJob(SqoopJobCreateParameters) | Submits a Sqoop job to Hadoop cluster. |
![]() | CreateStreamingJob(StreamingMapReduceJobCreateParameters) | Submits a streaming job to Hadoop cluster. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | DownloadJobTaskLogs(String, String) | Downloads task logs of the job. |
![]() | GetJob(String) | Gets the job details synchronously using the job ID. |
![]() | GetJobErrorLogs(String) | Gets the error logs for a specified job. |
![]() | GetJobOutput(String) | Gets the output of a specified job. |
![]() | GetJobTaskLogSummary(String) | Gets the task log summary for a specified job. |
![]() | ListJobs() | Lists the jobs currently on the Hadoop cluster. |
![]() | RemoveLogWriter(ILogWriter) | Removes a log writer.(Inherited from IHadoopClientBase.) |
![]() | SetCancellationSource(CancellationTokenSource) | Allows a user to set a custom cancellation source.(Inherited from IHadoopClientBase.) |
![]() | StopJob(String) | Stops the execution of a job that is running currently. |

