HDInsight (classic) .NET Reference

 

Note

A newer version of HDInsight .NET SDK is available that uses the Azure Resource Manager (ARM) approach. 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.

Namespaces

Namespace Description
Microsoft.Hadoop.Avro

Microsoft.Hadoop.Avro.Container

Provides classes used by Avro stream-based containers.

Microsoft.Hadoop.Avro.Schema

Microsoft.Hadoop.Avro.Utils.Templates

Provides the template interface used by Avro serialization.

Microsoft.Hadoop.Client

Provides classes related the creation, configuration, submission, and monitoring of Hadoop jobs.

Microsoft.Hadoop.Client.HadoopStorageClientLayer

Provides the interfaces associated with the Hadoop storage client.

Microsoft.HadoopAppliance.Client

Provides credentials and the means to connect to client storage in Hadoop on appliances.

Microsoft.HadoopAppliance.Client.HadoopStorageClientLayer

Provides the interface for the Hadoop appliance storage client.

Microsoft.WindowsAzure.Management.HDInsight

Provides classes used to manage the Windows Azure HDInsight Service, to create and manage HDInsight clusters, and to submit Hadoop jobs to these clusters.

Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning

Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data

Provides information used to provision clusters.

Microsoft.WindowsAzure.Management.HDInsight.JobSubmission

Contains types used to submit Hadoop jobs to an HDInsight cluster.

Return to top