Database Reference
In-Depth Information
Figure 4-2. NuGet Package Manager Console
Table 4-1 summarizes the NuGet packages available currently for HDInsight, with a brief description of each.
Table 4-1. HDInsight NuGet packages
Package Name
Function
Microsoft.WindowsAzure.Management.HDInsight
Set of APIs for HDInsight cluster-management operations.
Microsoft.Hadoop.WebClient
Set of APIs to work with the Hadoop file system.
Microsoft.Hadoop.Hive
Set of APIs for Hive operations.
Microsoft.Hadoop.MapReduce
Set of APIs for MapReduce job submission and execution.
Microsoft.Hadoop.Avro
Set of APIs for data serialization, based on the Apache open
source project Avro.
In your HadoopClient solution, install the Microsoft.WindowsAzure.Management.HDInsight package by running
the following command in the Package Manager Console:
install-package Microsoft.WindowsAzure.Management.HDInsight
Figure 4-3 shows how you would type the command into the Visual Studio Package Manager Console.
 
 
Search WWH ::




Custom Search