Download Microsoft .NET SDK For Hadoop

Description

A collection of API's, tools and samples for using .NET with Apache Hadoop.

Source Files

The download file hadoopsdk.zip has the following entries.


.gitignore// www  .j a v  a2  s .  co  m
Enlistment.targets
Update-VsIde-StyleRegistrySettings.ps1
build-number.xml
build.bat
build.bin
build/BuildFiles/AllRules.ruleset
build/BuildFiles/BuildAssemblyVersion.cs
build/BuildFiles/BuildAssemblyVersion.fs
build/BuildFiles/Default.Test.Settings.StyleCop
build/BuildFiles/FakeSign.snk
build/BuildFiles/FxCopCustomDictionary.xml
build/BuildFiles/MinimumRecommendedRules.ruleset
build/BuildFiles/OfficialAssemblyVersion.cs
build/BuildFiles/OfficialAssemblyVersion.fs
build/BuildFiles/OfficialBankAssemblyInfoFile.cs
build/BuildFiles/Production.FxCop.ruleset
build/BuildFiles/PublicKey.snk
build/BuildFiles/Sample.FxCop.ruleset
build/BuildFiles/Settings.StyleCop
build/BuildFiles/Test.FxCop.ruleset
build/BuildFiles/buildconfig.xsd
build/BuildFiles/drop.xsd
build/BuildFiles/drop.xslt
build/BuildTools/FxCop/PowerShellRules/VS2012/Microsoft.PowerShell.CodeAnalysis.dll
build/BuildTools/FxCop/SDLRules/VS2010/FxCopThincryptRules.dll
build/BuildTools/FxCop/SDLRules/VS2010/FxCopThincryptRules.pdb
build/BuildTools/FxCop/SDLRules/VS2010/UnsafeXmlRules.dll
build/BuildTools/FxCop/SDLRules/VS2010/UnsafeXmlRules.pdb
build/BuildTools/FxCop/SDLRules/VS2012/FxCopThincryptRules.dll
build/BuildTools/FxCop/SDLRules/VS2012/FxCopThincryptRules.pdb
build/BuildTools/FxCop/SDLRules/VS2012/UnsafeXmlRules.dll
build/BuildTools/FxCop/SDLRules/VS2012/UnsafeXmlRules.pdb
build/BuildTools/NuGet/NuGet.Config
build/BuildTools/NuGet/nuget.exe
build/BuildTools/Prepare/Microsoft.Accelerators.BuildTools.Utilities.dll
build/BuildTools/Prepare/Prepare.exe
build/BuildTools/Prepare/frameworks.txt
build/BuildTools/Prepare/knowndirs.txt
build/BuildTools/StyleCop/Docs/StyleCop.chm
build/BuildTools/StyleCop/Docs/StyleCop.chw
build/BuildTools/StyleCop/Settings.StyleCop
build/BuildTools/StyleCop/StyleCop.CSharp.Rules.dll
build/BuildTools/StyleCop/StyleCop.CSharp.dll
build/BuildTools/StyleCop/StyleCop.VSPackage.dll
build/BuildTools/StyleCop/StyleCop.dll
build/BuildTools/StyleCop/StyleCopSettingsEditor.exe
build/BuildTools/StyleCop/VersionReadme.txt
build/targets/.nuget/nuget.exe
build/targets/NuGet.targets
build/targets/Prepare.task
build/targets/Project.CSharp.targets
build/targets/Project.CommonPost.targets
build/targets/Project.CommonPre.targets
build/targets/Project.FSharp.targets
build/targets/Project.SourceAnalysis.targets
build/targets/Project.Tests.targets
build/targets/Shared.Common.BuildPaths.targets
build/targets/Shared.Common.Properties.targets
build/targets/Shared.Common.Tasks.targets
build/targets/Solution.CommonPost.targets
build/targets/Solution.CommonPre.targets
build/targets/Solution.Drop.targets
build/targets/TechTalk.SpecFlow.targets
build/targets/TechTalk.SpecFlow.tasks
ignore.conf
readme.md
src/FxCopCustomDictionary.xml
src/HDInsightSDK.sln
src/HDInsightSDK.sln.DotSettings
src/HDInsightSDK.vsmdi
src/HDInsightSDKFull.sln
src/HadoopSdkLicense.rtf
src/Local.testsettings
src/Microsoft.HDInsight.Threading/Microsoft.HDInsight.Threading.csproj
src/Microsoft.HDInsight.Threading/Properties/AssemblyInfo.cs
src/Microsoft.HDInsight.Threading/System.Runtime.CompilerServices/AsyncTaskMethodBuilder.cs
src/Microsoft.HDInsight.Threading/System.Runtime.CompilerServices/AsyncTaskMethodBuilderOfT.cs
src/Microsoft.HDInsight.Threading/System.Runtime.CompilerServices/AsyncVoidMethodBuilder.cs
src/Microsoft.HDInsight.Threading/System.Runtime.CompilerServices/IAsyncStateMachine.cs
src/Microsoft.HDInsight.Threading/System.Runtime.CompilerServices/ICriticalNotifyCompletion.cs
src/Microsoft.HDInsight.Threading/System.Runtime.CompilerServices/INotifyCompletion.cs
src/Microsoft.HDInsight.Threading/System.Threading.Tasks/TaskAwaiter.cs
src/Microsoft.HDInsight.Threading/System.Threading.Tasks/TaskAwaiterOfT.cs
src/Microsoft.HDInsight.Threading/System.Threading.Tasks/TaskCoreExtensions.cs
src/Microsoft.HDInsight.Threading/System.Threading.Tasks/TaskEx.cs
src/Microsoft.HDInsight.Threading/System.Threading.Tasks/TaskSchedularHelper.cs
src/Microsoft.Hadoop.Client/BasicAuthCredential.cs
src/Microsoft.Hadoop.Client/ClientLayer/Client.cs
src/Microsoft.Hadoop.Client/ClientLayer/HadoopClientFactoryManager.cs
src/Microsoft.Hadoop.Client/ClientLayer/IHadoopAbstractionContext.cs
src/Microsoft.Hadoop.Client/ClientLayer/IHadoopClientFactory.cs
src/Microsoft.Hadoop.Client/ClientLayer/IHadoopClientFactoryManager.cs
src/Microsoft.Hadoop.Client/ClientLayer/IRemoteHadoopClientFactory.cs
src/Microsoft.Hadoop.Client/ClientLayer/RemoteHadoopClient.cs
src/Microsoft.Hadoop.Client/ClientLayer/RemoteHadoopClientFactory.cs
src/Microsoft.Hadoop.Client/Data/PayloadConverter.cs
src/Microsoft.Hadoop.Client/Data/PayloadConverterBase.cs
src/Microsoft.Hadoop.Client/Data/PayloadParsingExtensions.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/IHadoopJobSubmissionPocoClient.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/IHadoopJobSubmissionPocoClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/LocalHadoop/LocalHadoopJobSubmissionPocoClient.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/LocalHadoop/LocalHadoopJobSubmissionPocoClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/RemoteHadoop/IRemoteHadoopJobSubmissionPocoClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/RemoteHadoop/RemoteHadoopJobSubmissionPocoClient.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionPocoClient/RemoteHadoop/RemoteHadoopJobSubmissionPocoClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/HttpLayerException.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/IHadoopJobSubmissionRestClient.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/IHadoopJobSubmissionRestClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Local/HadoopLocalJobSubmissionRestClient.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Local/HadoopLocalJobSubmissionRestClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Local/IHadoopLocalJobSubmissionRestClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Remote/HadoopRemoteJobSubmissionRestClient.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Remote/HadoopRemoteJobSubmissionRestClientFactory.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Remote/HadoopRemoteRestHardCodes.cs
src/Microsoft.Hadoop.Client/HadoopJobSubmissionRestCleint/Remote/IHadoopRemoteJobSubmissionRestClientFactory.cs
src/Microsoft.Hadoop.Client/HardCodes.cs
src/Microsoft.Hadoop.Client/HiveJobCreateParameters.cs
src/Microsoft.Hadoop.Client/IHadoopClientExtensions.cs
src/Microsoft.Hadoop.Client/IJobSubmissionAsyncClient.cs
src/Microsoft.Hadoop.Client/IJobSubmissionClient.cs
src/Microsoft.Hadoop.Client/IJobSubmissionClientBase.cs
src/Microsoft.Hadoop.Client/IJobSubmissionClientCredential.cs
src/Microsoft.Hadoop.Client/IJobSubmissionSyncClient.cs
src/Microsoft.Hadoop.Client/InversionOfControl/HadoopJobSubmissionRegistrar.cs
src/Microsoft.Hadoop.Client/JobCreateHttpResponse.cs
src/Microsoft.Hadoop.Client/JobCreateParameters.cs
src/Microsoft.Hadoop.Client/JobCreationResults.cs
src/Microsoft.Hadoop.Client/JobDetails.cs
src/Microsoft.Hadoop.Client/JobDetailsBase.cs
src/Microsoft.Hadoop.Client/JobList.cs
src/Microsoft.Hadoop.Client/JobStatusCode.cs
src/Microsoft.Hadoop.Client/JobSubmissionClientFactory.cs
src/Microsoft.Hadoop.Client/LocalHadoopConnectionCredentials.cs
src/Microsoft.Hadoop.Client/MapReduceJobCreateParameters.cs
src/Microsoft.Hadoop.Client/Microsoft.Hadoop.Client.csproj
src/Microsoft.Hadoop.Client/Microsoft.Hadoop.Client.xml
src/Microsoft.Hadoop.Client/PigJobCreateParameters.cs
src/Microsoft.Hadoop.Client/Properties/AssemblyInfo.cs
src/Microsoft.Hadoop.Client/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.Hadoop.Client/SqoopJobCreateParameters.cs
src/Microsoft.Hadoop.Client/Storage/IStorageAbstraction.cs
src/Microsoft.Hadoop.Client/Storage/IWabStorageAbstractionFactory.cs
src/Microsoft.Hadoop.Client/Storage/WabStorageAbstraction.cs
src/Microsoft.Hadoop.Client/Storage/WabStorageAbstractionFactory.cs
src/Microsoft.Hadoop.Client/StreamingMapReduceJobCreateParameters.cs
src/Microsoft.Hadoop.Client/WaitJobStatusEventArgs.cs
src/Microsoft.Hadoop.Client/WebHCatResources/WebHCatHardCodes.cs
src/Microsoft.Hadoop.Client/WindowsAzureStorageAccountCredentials.cs
src/Microsoft.Hadoop.Client/externals/Microsoft.Data.Edm.dll
src/Microsoft.Hadoop.Client/externals/Microsoft.Data.OData.dll
src/Microsoft.Hadoop.Client/externals/Microsoft.WindowsAzure.Configuration.dll
src/Microsoft.Hadoop.Client/externals/Microsoft.WindowsAzure.Storage.dll
src/Microsoft.Hadoop.Client/externals/System.Spatial.dll
src/Microsoft.WindowsAzure.Management.Configuration/AzureHDInsightClusterConfigurationAccessor.cs
src/Microsoft.WindowsAzure.Management.Configuration/AzureHDInsightClusterConfigurationAccessorFactory.cs
src/Microsoft.WindowsAzure.Management.Configuration/AzureHDInsightConfigurationRestClient.cs
src/Microsoft.WindowsAzure.Management.Configuration/AzureHDInsightConfigurationRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/AzureHDInsightClusterConfiguration.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/ComponentSettingAddress.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/ConfigurationPropertyCollection.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/CoreSiteConfigurationCollection.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/HdfsSiteConfigurationCollection.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/HiveSiteConfigurationCollection.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/MapReduceSiteConfigurationCollection.cs
src/Microsoft.WindowsAzure.Management.Configuration/Data/OozieSiteConfigurationCollection.cs
src/Microsoft.WindowsAzure.Management.Configuration/IAzureHDInsightClusterConfigurationAccessor.cs
src/Microsoft.WindowsAzure.Management.Configuration/IAzureHDInsightClusterConfigurationAccessorFactory.cs
src/Microsoft.WindowsAzure.Management.Configuration/IAzureHDInsightConfigurationRestClient.cs
src/Microsoft.WindowsAzure.Management.Configuration/IAzureHDInsightConfigurationRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.Configuration/InversionOfControl/ServiceLocationRegistrar.cs
src/Microsoft.WindowsAzure.Management.Configuration/Microsoft.WindowsAzure.Management.Configuration.csproj
src/Microsoft.WindowsAzure.Management.Configuration/PayloadConverter.cs
src/Microsoft.WindowsAzure.Management.Configuration/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.Configuration/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IAddAzureHDInsightConfigValuesBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IAddAzureHDInsightMetaStoreBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IAddAzureHDInsightStorageBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IGetAzureHDInsightClusterBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IGetAzureHDInsightJobBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IGetAzureHDInsightJobOutputBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IGetAzureHDInsightPropertiesBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IManageAzureHDInsightHttpAccessBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightClusterBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightClusterConfigBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightHiveJobDefinitionBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightJobDefinitionBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightJobWithParameterConfigBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightMapReduceJobDefinitionBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightPigJobDefinitionBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightSqoopJobDefinitionBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/INewAzureHDInsightStreamingJobDefinitionBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IRemoveAzureHDInsightClusterBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/ISetAzureHDInsightDefaultStorageBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IStartAzureHDInsightJobBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IStopAzureHDInsightJobBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/BaseCommandInterfaces/IWaitAzureHDInsightJobBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/AddAzureHDInsightConfigValuesCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/AddAzureHDInsightMetastoreCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/AddAzureHDInsightStorageCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/GetAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/GetAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/GetAzureHDInsightJobOutputCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/GetAzureHDInsightPropertiesCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/InvokeHiveCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/ManageAzureHDInsightHttpAccessCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightClusterConfigCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightHiveJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightMapReduceJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightPigJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightSqoopJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/NewAzureHDInsightStreamingJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/RemoveAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/SetAzureHDInsightDefaultStorageCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/StartAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/StopAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/UseAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandImplementations/WaitAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IAddAzureHDInsightConfigValuesCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IAddAzureHDInsightMetaStoreCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IAddAzureHDInsightStorageCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IGetAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IGetAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IGetAzureHDInsightJobOutputCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IGetAzureHDInsightPropertiesCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IInvokeHiveCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IManageAzureHDInsightHttpAccessCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightClusterConfigCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightHiveJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightMapReduceJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightPigJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightSqoopJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/INewAzureHDInsightStreamingJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IRemoveAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/ISetAzureHDInsightDefaultStorageCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IStartAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IStopAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IUseAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Commands/CommandInterfaces/IWaitAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightCapabilities.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightCluster.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightClusterConnection.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightConfig.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightDefaultStorageAccount.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightHiveConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightHiveJobDefinition.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightJob.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightJobBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightJobDefinition.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightMapReduceConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightMapReduceJobDefinition.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightMetastore.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightMetastoreType.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightOozieConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightPigJobDefinition.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightSqoopJobDefinition.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightStorageAccount.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/AzureHDInsightStreamingMapReduceJobDefinition.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/DataObjects/JobOutputType.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightClusterCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightCommandExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightCommandFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightConnectionSessionManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightConnectionSessionManagerFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightJobCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightJobCommandExecutorBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightJobExecutorCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightNewJobDefinitionCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightNewJobDefinitionCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightSubscriptionsFileManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightSubscriptionsFileManagerFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightSubscriptionsManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/AzureHDInsightSubscriptionsManagerFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightClusterCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightClusterCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightCommonCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightJobCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightJobCommandCredentails.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightJobCommandCredentialsBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightPropertiesCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightSubscriptionsFileManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightSubscriptionsFileManagerFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightSubscriptionsManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/IAzureHDInsightSubscriptionsManagerFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/BaseInterfaces/SubscriptionData.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/IAzureHDInsightCommandFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/IAzureHDInsightConnectionSessionManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/IAzureHDInsightConnectionSessionManagerFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/ICancelCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/IInvokeAzureHDInsightJobCommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/InvokeAzureHDInsightJobCommandBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/PSCredentialsExtensionMethods.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/GetAzureHDInsightClusters/PsCmdletExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/InversionOfControl/CmdletServiceLocationRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Logging/IBufferingLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Logging/IBufferingLogWriterFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Logging/PowershellLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Logging/PowershellLogWriterFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.csproj
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.dll-help.xml
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/AddAzureHDInsightConfigValuesCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/AddAzureHDInsightMetastoreCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/AddAzureHDInsightStorageCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/AzureHDInsightCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/AzureHdInsightPowerShellHardCodes.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/GetAzureHDInsightClusterCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/GetAzureHDInsightJobCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/GetAzureHDInsightJobOutputCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/GetAzureHDInsightPropertiesCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/GrantAzureHDInsightHttpServicesAccessCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/InvokeHiveCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/New-AzureHDInsightCluster.maml
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightClusterCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightClusterConfigCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightHiveJobDefinitionCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightMapReduceDefinitionCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightPigJobDefinitionCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightSqoopJobDefinitionCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/NewAzureHDInsightStreamingJobDefinitionCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/RemoveClusterHDInsightClusterCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/RevokeAzureHDInsightHttpServicesAccessCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/SetAzureHDInsightDefaultStorageCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/StartAzureHDInsightJobCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/StopAzureHDInsightJobCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/UseAzureHDInsightClusterCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/PSCmdlets/WaitAzureHDInsightJobCmdlet.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Cmdlet/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/CoreFrameworkSources.targets
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/DisposableObject.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/IQueryDisposable.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/CollectionExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Reader/DynaXmlNamespaceMapping.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Reader/DynaXmlNamespaceTable.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/DynaXmlBuilder.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/DynaXmlBuilderContext.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/DynaXmlBuilderState.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/DynaXmlContextState.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/DynaXmlNamespaceContext.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/Model/DynaXmlAttribute.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/Model/DynaXmlCData.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/Model/DynaXmlDocument.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/Model/DynaXmlElement.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/Model/DynaXmlNode.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/DynamicXml/Writer/Model/DynaXmlText.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/ExceptionExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Help.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/InterlockedBoolean.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonArray.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonBoolean.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonFloat.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonInteger.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonItem.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonMissing.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonNull.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonObject.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonParseError.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/JsonString.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/IJsonParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonArrayParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonBooleanParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonNullParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonNumberParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonObjectParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonParserBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonStringParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonValueParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/Json/Parser/JsonWhiteSpaceParser.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/ObjectExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/ParseBuffer.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/QueueExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/StackExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/StringExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/TaskExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Library/ValidatedNotNullAttribute.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.csproj
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.xml
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Core/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IRegisteringService.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IServiceLocationIndividualTestManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IServiceLocationManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IServiceLocationRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IServiceLocationRuntimeManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IServiceLocationSimulationManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/IServiceLocator.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/InternalFrameworkRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal.csproj
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/ServiceLocationIndividualTestManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/ServiceLocationMockingLevel.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/ServiceLocationRegistrarProxyFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/ServiceLocationRuntimeManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/ServiceLocationSimulationManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Framework.Internal/ServiceLocator.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Internal/Microsoft.WindowsAzure.Management.HDInsight.Internal.csproj
src/Microsoft.WindowsAzure.Management.HDInsight.Internal/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Internal/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/Assert2.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/AzureTestCredentials.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/BufferingLogWriterFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/IntegrationTestBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/IntegrationTestManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities.csproj
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Concreates/CommandAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Concreates/PipelineAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Concreates/PipelineResultsAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Concreates/RunspaceAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Disposable/DisposableObject.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Disposable/IQueryDisposable.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Disposable/InterlockedBoolean.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Interfaces/ICommand.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Interfaces/IPipeline.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Interfaces/IPipelineResult.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Interfaces/IRunspace.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/PowerShellTestAbstraction/Interfaces/IRunspaceBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AsvValidatorSimulatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AsvValidatorSimulatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AzureHDInsightClusterConfigurationAccessorSimulator.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AzureHDInsightClusterConfigurationAccessorSimulatorFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AzureHDInsightConnectionSessionManagerSimulator.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AzureHDInsightConnectionSessionManagerSimulatorFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AzureHDInsightSubscriptionsFileManagerSimulator.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/AzureHDInsightSubscriptionsFileManagerSimulatorFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/HDInsightManagementRestSimulatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/HDInsightManagementRestSimulatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/HadoopJobSubmissionPocoSimulatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/HadoopJobSubmissionPocoSimulatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/HttpAbstractionSimulatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/HttpAbstractionSimulatorFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/RdfeServiceRestSimulatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/RdfeServiceRestSimulatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/StorageAccountSimulator.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/RestSimulator/StorageAccountSimulatorFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/ErrorDetails.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/HttpUserChangeRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/PassthroughResponse.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/RdpUserChangeRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/UserChangeOperationState.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/UserChangeOperationStatusResponse.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/UserChangeOperationType.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/UserChangeRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ChangeRequest/UserType.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ClusterProvisioningServerPayloadConverter.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ClusterUserChangeRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/IPassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/IPassthroughActionFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/IWebHCatHttpClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/Models/PassthroughErrorResponse.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/Models/PassthroughResponse.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/PassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/PassthroughActionFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/PassthroughActionProcessingException.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/WebHCatHttpClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Common/WebHCatReources.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobPayloadServerConverter.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/ClusterJobServiceProxy.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/ClusterJobServiceProxyFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/HiveJobRequestPassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/IClusterJobServiceProxy.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/IClusterJobServiceProxyFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/IJobRequestFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/JobDetailsPassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/JobRequestFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/JobRequestPassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/JobSubmissionConstants.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/ListJobsPassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/MapReduceJobRequestPassthroughAction.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/Models/ClientJobRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/Models/HiveJobRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/Models/JobDetails.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/Models/JobRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/Models/JobStatusCode.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/JobSubmission/Models/MapReduceJobRequest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/CloudService.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/CloudServiceList.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/OutputItem.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/OutputItemList.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/Payload.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/Property.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/Resource.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/ResourceErrorInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/ResourceList.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/ResourceOperationStatus.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/UsageMeter.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/Rdfe/UsageMeterCollection.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/ServerDataObjects/ServerSerializer.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/Settings.StyleCop
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/SubscriptionValidatorSimulator/SubscriptionRegistrationSimulatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/SubscriptionValidatorSimulator/SubscriptionRegistrationSimulatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/TestRunMode.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/App.config
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/BasicTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/AsvValidatorClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/HttpClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/JobPocoClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/JobRestClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/JobsPayloadConverterTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/LocationFinderClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/PayloadTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/PocoClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/RdfeServiceRestClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/RestClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/StorageAbstractionTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/StringLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/SubscriptionRegistrationTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/SyncTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/UnitTest1.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/UnitTest2.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ClientAbstractionTests/VersionFinderClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/AddConfigValuesCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/CmdLetHelpContent.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/CmdLetHelpFileTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/CmdLetIntegrationScenarioTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/CmdLetScenarioTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/CmdletHardCodes.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/CmdletScenariosTestCaseBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/ConnectClusterCommandCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/GetCommandCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/GetJobOutputCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/GetJobsCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/GetPropertiesCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/GrantHttpAccessCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/InvokeHiveCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/NewClusterCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/NewHiveJobCmdLetTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/NewMapReduceJobCmdLetTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/NewPigJobCmdLetTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/NewSqoopJobCmdLetTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/NewStreamingMapReduceJobCmdLetTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/SqoopJobDefinitionCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/StartJobsCmdletIntegrationTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/StartJobsCmdletTestCaseBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/StartJobsCmdletTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdLetTests/WaitCmdletTest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/AddHDInsightConfigValuesCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/AzureHDInsightClusterCommandBaseTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/AzureHDInsightSubscriptionsManagerTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/ConnectClusterCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/HDInsightGetCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/HDInsightGetJobOutputCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/HDInsightGetJobsCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/HDInsightGetPropertiesCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/HadoopCustomJobCerationDetails.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/InvokeHiveCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/ManageAzureHDInsightHttpAccessCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/NewHDInsightMapReduceJobCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/NewHDInsightPigJobCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/NewHDInsightSqoopJobCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/NewHDInsightStreamingMapReduceJobCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/StartAzureHDInsightJobCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/CmdletAbstractionTests/StopAzureHDInsightJobCommandTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Configuration/ConfigurationClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Configuration/PayloadConverterTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ConnectionCredentials/AlternativeEnvironmentIHDInsightSubscriptionCertificateCredentialsFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/DynamicXml/DynaXmlBuilderTest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/DynamicXml/DynaXmlNamespaceTableTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/Add-AzureHDInsightMetastoreCmdlet.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/Add-AzureHDInsightStorageCmdlet.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/DynaXml/DynaXmlNamespace.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/Get-AzureHDInsightClusterCmdlet.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/JsonParser/ParseJsonNumbers.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/JsonParser/ParseJsonOtherPrimitives.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/New-AzureHDInsightClusterCmdlet.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/New-AzureHDInsightConfig.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/PayloadConverter/JobPayloadConverter_JobCreation.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/PayloadConverter/JobPayloadConverter_JobDetails.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/PayloadConverter/JobPayloadConverter_JobList.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/Remove-AzureHDInsightClusterCmdlet.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/SetAzureHDInsightDefaultStorageCmdlet.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/StorageAccountAbstraction.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Gherkin/UriResolver.feature
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/ApiSecurityPocoClientTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/HDInsightPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/HadoopClientLayerTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/PayloadConverterTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/RemoteHadoopPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/RemoteHadoopRestLayer.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/HadoopClientTests/TimothyTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Json/1599940_repro.txt
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Json/JsonParserTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Microsoft.WindowsAzure.Management.HDInsight.Tests.csproj
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Microsoft.WindowsAzure.Management.HDInsight.Tests.ncrunchproject
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/NoDuplicateRegistrars.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ProcDetails/SerializerTest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Scenario/ClientScenarioTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Scenario/CmdletScenarioTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Scenario/ScenarioTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ServiceLocation/EchoServiceForTest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ServiceLocation/IEchoServiceForTest.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ServiceLocation/ServiceLocationForTestRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/ServiceLocation/ServiceLocatorTests.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/Settings.StyleCop
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/DynaXmlSteps.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/JsonParserSteps.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/PayloadConverterSteps.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/PowerShellCmdletSteps.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/SpecFlowSetup.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/StorageSimulatorSteps.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/StepDefinitions/UriResolverSteps.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/TestPocoClientFactoryFlowThrough.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/TestPocoClientFlowThrough.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/TestSetupCleanup.cs
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/external/Microsoft.HDInsight.Management.Contracts.dll
src/Microsoft.WindowsAzure.Management.HDInsight.Tests/packages.config
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/AsvValidator/AsvValidatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/AsvValidator/AsvValidatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/AsvValidator/IAsvValidatorClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/AsvValidator/IAsvValidatorClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/ClusterManager/HDInsightClusterOverrideManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/ClusterManager/HDInsightOverrideHandlers.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/ClusterManager/IHDInsightClusterOverrideManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ClusterCreateParameters.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ClusterDetails.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ClusterErrorStatus.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ClusterProvisioningStatusEventArgs.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ClusterRoleType.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ClusterState.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/ConfigValuesCollection.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/HDInsightMetastore.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/HDInsightVersion.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/HiveConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/IPayloadConverter.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/MapReduceConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/NodeVMSize.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/OozieConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/PayloadConverter.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/PayloadErrorDetails.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/PayloadResponse.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/SqlMetastoreType.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/UserChangeRequestStatus.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/VersionStatus.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/Data/WabStorageAccountConfiguration.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/HDInsightClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/HDInsightConstants.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/HDInsightSDKSupportedVersions.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/IHDInsightClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/LocationFinder/ILocationFinderClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/LocationFinder/ILocationFinderClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/LocationFinder/LocationFinderClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/LocationFinder/LocationFinderClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/HDInsightManagementPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/HDInsightManagementPocoClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/HDInsightManagementPocoHelper.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/IHDInsightManagementPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/IHDInsightManagementPocoClientExtensions.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/IHDInsightManagementPocoClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/IUserChangeRequestManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/PocoClient/UserChangeRequestManager.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/CloudServiceNameResolver.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/HDInsightManagementRdfeUriBuilder.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/HDInsightManagementRdfeUriBuilderFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/HDInsightManagementRestClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/HDInsightManagementRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/HDInsightRestConstants.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/ICloudServiceNameResolver.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/IHDInsightManagementRestClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/IHDInsightManagementRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/IHDInsightManagementRestUriBuilder.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/IHDInsightManagementRestUriBuilderFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/IRdfeServiceRestClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/IRdfeServiceRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/RdfeServiceRestClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/RestClient/RdfeServiceRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/SubscriptionRegistration/ISubscriptionRegistrationClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/SubscriptionRegistration/ISubscriptionRegistrationClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/SubscriptionRegistration/SubscriptionRegistrationClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/SubscriptionRegistration/SubscriptionRegistrationClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/VersionFinder/IVersionFinderClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/VersionFinder/IVersionFinderClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/VersionFinder/VersionFinderClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ClusterProvisioning/VersionFinder/VersionFinderClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ConnectionContext/HDInsightSubscriptionAbstractionContext.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ConnectionContext/IHDInsightCertificateCredential.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ConnectionContext/IHDInsightSubscriptionAbstractionContext.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ConnectionContext/IHDInsightSubscriptionCertificateCredentialsFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ConnectionContext/IHDInsightSubscriptionCredentials.cs
src/Microsoft.WindowsAzure.Management.HDInsight/ConnectionContext/ProductionIHDInsightSubscriptionCertificateCredentialsFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/HDInsightCertificateCredential.cs
src/Microsoft.WindowsAzure.Management.HDInsight/HDInsightClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/IHDInsightAsyncClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/IHDInsightClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/IHDInsightClientBase.cs
src/Microsoft.WindowsAzure.Management.HDInsight/IHDInsightSyncClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/InversionOfControl/SdkServiceLocationRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/Data/JobPayloadConverter.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/Data/XmlDocumentConverter.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/GatewayUriResolver.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/HDInsightHadoopClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/HDInsightHadoopClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/IHDInsightHadoopClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/PocoClient/HDInsightJobSubmissionPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/PocoClient/HDInsightJobSubmissionPocoClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/PocoClient/IHDInsightJobSubmissionPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/PocoClient/IHDInsightJobSubmissionPocoClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/PocoClient/RDFE/HDInsightRdfeJobSubmissionPocoClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/PocoClient/RDFE/HDInsightRdfeJobSubmissionPocoClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/RestClient/HDInsightJobSubmissionRestClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/RestClient/HDInsightJobSubmissionRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/RestClient/IHDInsightJobSubmissionRestClient.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmission/RestClient/IHDInsightJobSubmissionRestClientFactory.cs
src/Microsoft.WindowsAzure.Management.HDInsight/JobSubmissionCertificateCredential.cs
src/Microsoft.WindowsAzure.Management.HDInsight/Microsoft.WindowsAzure.Management.HDInsight.csproj
src/Microsoft.WindowsAzure.Management.HDInsight/Microsoft.WindowsAzure.Management.HDInsight.ncrunchproject
src/Microsoft.WindowsAzure.Management.HDInsight/Microsoft.WindowsAzure.Management.HDInsight.xml
src/Microsoft.WindowsAzure.Management.HDInsight/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDInsight/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDInsight/build.proj
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/AbstractionContext.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/IAbstractionContext.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/ConsoleLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/FileLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/ILogWriter.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/ILogger.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/LogWriter.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/Logger.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/NullLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Logging/StreamWriterLogWriter.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Microsoft.WindowsAzure.Management.HDInsight.Framework.csproj
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Microsoft.WindowsAzure.Management.HDInsight.Framework.xml
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Properties/AssemblyInfo.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/Properties/AssemblyInternalsVisibleTo.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/FrameworkServiceLocationRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IRegisteringService.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationAssemblySweep.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationIndividualTestManager.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationManager.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationRegistrar.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationRegistrarProxyFactory.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationRuntimeManager.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocationSimulationManager.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/IServiceLocator.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/ServiceLocationAssemblySweep.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/ServiceLocationMockingLevel.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/ServiceLocationRegistrarProxyFactory.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/ServiceLocation/ServiceLocator.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/HttpClientAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/HttpClientAbstractionFactory.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/HttpHardcodes.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/HttpResponseHeadersAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/HttpResponseMessageAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/IHttpClientAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/IHttpClientAbstractionFactory.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/IHttpResponseHeadersAbstraction.cs
src/Microsoft.WindowsAzure.Management.HDinsight.Framework/WebRequest/IHttpResponseMessageAbstraction.cs
src/after.HDInsightSDK.sln.targets
src/before.HDInsightSDK.sln.targets
src/buildconfig.xml
src/drop.xml
src/netmapred/App.config
src/netmapred/Program.cs
src/netmapred/Properties/AssemblyInfo.cs
src/netmapred/Properties/AssemblyInternalsVisibleTo.cs
src/netmapred/netmapred.csproj
src/nuget.config
src/procdetails/Entries.cs
src/procdetails/FxCopCustomDictionary.xml
src/procdetails/ProcDetails.cs
src/procdetails/Properties/AssemblyInfo.cs
src/procdetails/Properties/AssemblyInternalsVisibleTo.cs
src/procdetails/Sections.cs
src/procdetails/SectionsSerializer.cs
src/procdetails/SiteXmlSerializer.cs
src/procdetails/app.config
src/procdetails/procdetails.csproj

Download

Click the following link to download hadoopsdk.zip.

hadoopsdk.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML