Skip to content

Commit f868328

Browse files
authored
Merge pull request #100956 from dagiro/retired2
retired2
2 parents 2797e33 + 16c8e53 commit f868328

11 files changed

+11
-407
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12677,7 +12677,12 @@
1267712677
},
1267812678
{
1267912679
"source_path": "articles/hdinsight/hdinsight-hadoop-create-windows-clusters-dotnet-sdk.md",
12680-
"redirect_url": "/azure/hdinsight/hdinsight-hadoop-create-linux-clusters-dotnet-sdk",
12680+
"redirect_url": "https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet",
12681+
"redirect_document_id": false
12682+
},
12683+
{
12684+
"source_path": "articles/hdinsight/hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md",
12685+
"redirect_url": "https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet",
1268112686
"redirect_document_id": false
1268212687
},
1268312688
{

articles/hdinsight/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@
7373
href: ./hdinsight-hadoop-create-linux-clusters-azure-powershell.md
7474
- name: Create clusters using REST API
7575
href: ./hdinsight-hadoop-create-linux-clusters-curl-rest.md
76-
- name: Create clusters using .NET
77-
href: ./hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md
7876
- name: Cluster creation errors
7977
href: ./create-cluster-error-dictionary.md
8078
title:

articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following table shows the different methods that can be used to create an HD
3838
|[Azure CLI (ver 1.0)](../hdinsight-hadoop-create-linux-clusters-azure-cli.md)||X|||
3939
|[Azure PowerShell](../hdinsight-hadoop-create-linux-clusters-azure-powershell.md)||X|||
4040
|[cURL](../hdinsight-hadoop-create-linux-clusters-curl-rest.md)||X|X||
41-
|[.NET SDK](../hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md)||||X|
41+
|[.NET SDK](https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet)||||X|
4242
|[Python SDK](https://docs.microsoft.com/python/api/overview/azure/hdinsight?view=azure-python)||||X|
4343
|[Java SDK](https://docs.microsoft.com/java/api/overview/azure/hdinsight?view=azure-java-stable)||||X|
4444
|[Azure Resource Manager templates](../hdinsight-hadoop-create-linux-clusters-arm-templates.md)||X|||

articles/hdinsight/hdinsight-administer-use-dotnet-sdk.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ namespace HDInsightManagement
104104

105105
You shall see a prompt when you run this program. If you don't want to see the prompt, see [Create non-interactive authentication .NET HDInsight applications](hdinsight-create-non-interactive-authentication-dotnet-applications.md).
106106

107-
## Create clusters
108-
109-
See [Create Linux-based clusters in HDInsight using the .NET SDK](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md)
110107

111108
## List clusters
112109

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md

Lines changed: 0 additions & 393 deletions
This file was deleted.

articles/hdinsight/hdinsight-hadoop-customize-cluster-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $OozieConfigValues = @{ "oozie.service.coord.normal.default.timeout"="150" } #
103103

104104
## Use .NET SDK
105105

106-
See [Create Linux-based clusters in HDInsight using the .NET SDK](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md#use-bootstrap).
106+
See [Azure HDInsight SDK for .NET](https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet).
107107

108108
## Use Resource Manager template
109109

articles/hdinsight/hdinsight-hadoop-customize-cluster-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ It can take several minutes before the cluster is created.
217217

218218
### Use a script action during cluster creation from the HDInsight .NET SDK
219219

220-
The HDInsight .NET SDK provides client libraries that make it easier to work with HDInsight from a .NET application. For a code sample, see [Create Linux-based clusters in HDInsight by using the .NET SDK](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md#use-script-action).
220+
The HDInsight .NET SDK provides client libraries that make it easier to work with HDInsight from a .NET application. For a code sample, see [Script Actions](https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet#script-actions).
221221

222222
## Apply a script action to a running cluster
223223

articles/hdinsight/hdinsight-hadoop-development-using-azure-resource-manager.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ This section provides pointers to more information on how to perform certain tas
221221

222222
| How to... using the Resource Manager-based HDInsight SDK | Links |
223223
| --- | --- |
224-
| Create HDInsight clusters using .NET SDK |See [Create HDInsight clusters using .NET SDK](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md) |
225-
| Customize a cluster using Script Action with .NET SDK |See [Customize HDInsight Linux clusters using Script Action](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md#use-script-action) |
224+
| Azure HDInsight SDK for .NET|See [Azure HDInsight SDK for .NET](https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet) |
226225
| Authenticate applications interactively using Azure Active Directory with .NET SDK |See [Run Apache Hive queries using .NET SDK](hadoop/apache-hadoop-use-hive-dotnet-sdk.md). The code snippet in this article uses the interactive authentication approach. |
227226
| Authenticate applications non-interactively using Azure Active Directory with .NET SDK |See [Create non-interactive applications for HDInsight](hdinsight-create-non-interactive-authentication-dotnet-applications.md) |
228227
| Submit an Apache Hive job using .NET SDK |See [Submit Apache Hive jobs](hadoop/apache-hadoop-use-hive-dotnet-sdk.md) |

articles/hdinsight/hdinsight-hadoop-provision-linux-clusters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The following table shows the different methods you can use to set up an HDInsig
3333
| [Azure CLI](hdinsight-hadoop-create-linux-clusters-azure-cli.md) |  ||  |  |
3434
| [Azure PowerShell](hdinsight-hadoop-create-linux-clusters-azure-powershell.md) |  ||  |  |
3535
| [cURL](hdinsight-hadoop-create-linux-clusters-curl-rest.md) |  |||  |
36-
| [.NET SDK](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md) |  |  |  ||
3736
| [Azure Resource Manager templates](hdinsight-hadoop-create-linux-clusters-arm-templates.md) |  ||  |  |
3837

3938
## Basic cluster setup

articles/hdinsight/hdinsight-hadoop-windows-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Examples of tasks you can do with Visual Studio and Data Lake Tools for Visual S
5353
You can use Visual Studio with the .NET SDK to manage clusters and develop big data applications. You can use other IDEs for the following tasks, but examples are shown in Visual Studio.
5454

5555
Examples of tasks you can do with the .NET SDK in Visual Studio:
56-
* [Create clusters and work in HDInsight from a .NET Framework application](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md).
56+
* [Azure HDInsight SDK for .NET](https://docs.microsoft.com/dotnet/api/overview/azure/hdinsight?view=azure-dotnet).
5757
* [Run Apache Hive queries using the .NET SDK](hadoop/apache-hadoop-use-hive-dotnet-sdk.md).
5858
* [Use C# user-defined functions with Apache Hive and Apache Pig streaming on Apache Hadoop](hadoop/apache-hadoop-hive-pig-udf-dotnet-csharp.md).
5959

0 commit comments

Comments
 (0)