You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-administer-use-dotnet-sdk.md
+1-72Lines changed: 1 addition & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to perform administrative tasks for the Apache Hadoop clu
5
5
ms.service: hdinsight
6
6
ms.custom: "hdinsightactive, devx-track-csharp"
7
7
ms.topic: conceptual
8
-
ms.date: 06/30/2022
8
+
ms.date: 11/17/2022
9
9
10
10
11
11
---
@@ -151,77 +151,6 @@ The impact of changing the number of data nodes for each type of cluster support
151
151
>balancer
152
152
```
153
153
154
-
* Apache Storm
155
-
156
-
You can seamlessly add or remove data nodes to your Storm cluster while it is running. But after a successful completion of the scaling operation, you will need to rebalance the topology.
157
-
158
-
Rebalancing can be accomplished in two ways:
159
-
160
-
* Storm web UI
161
-
* Command-line interface (CLI) tool
162
-
163
-
Please refer to the [Apache Storm documentation](https://storm.apache.org/documentation/Understanding-the-parallelism-of-a-Storm-topology.html) for more details.
164
-
165
-
The Storm web UI is available on the HDInsight cluster:
The following code snippet shows how to resize a cluster synchronously or asynchronously:
180
-
181
-
```csharp
182
-
_hdiManagementClient.Clusters.Resize("<Resource Group Name>", "<Cluster Name>", <New Size>);
183
-
_hdiManagementClient.Clusters.ResizeAsync("<Resource Group Name>", "<Cluster Name>", <New Size>);
184
-
```
185
-
186
-
## Grant/revoke access
187
-
188
-
HDInsight clusters have the following HTTP web services (all of these services have RESTful endpoints):
189
-
190
-
* ODBC
191
-
* JDBC
192
-
* Apache Ambari
193
-
* Apache Oozie
194
-
* Apache Templeton
195
-
196
-
By default, these services are granted for access. You can revoke/grant the access. To revoke:
197
-
198
-
```csharp
199
-
var httpParams = new HttpSettingsParameters
200
-
{
201
-
HttpUserEnabled = false,
202
-
HttpUsername = "admin",
203
-
HttpPassword = "*******",
204
-
};
205
-
_hdiManagementClient.Clusters.ConfigureHttpSettings("<Resource Group Name>, <Cluster Name>, httpParams);
206
-
```
207
-
208
-
To grant:
209
-
210
-
```csharp
211
-
var httpParams = new HttpSettingsParameters
212
-
{
213
-
HttpUserEnabled = enable,
214
-
HttpUsername = "admin",
215
-
HttpPassword = "*******",
216
-
};
217
-
_hdiManagementClient.Clusters.ConfigureHttpSettings("<Resource Group Name>, <Cluster Name>, httpParams);
218
-
```
219
-
220
-
> [!NOTE]
221
-
> By granting/revoking the access, you will reset the cluster user name and password.
222
-
223
-
This can also be done via the Portal. See [Manage Apache Hadoop clusters in HDInsight by using the Azure portal](hdinsight-administer-use-portal-linux.md).
224
-
225
154
## Update HTTP user credentials
226
155
227
156
It is the same procedure as Grant/revoke HTTP access. If the cluster has been granted the HTTP access, you must first revoke it. And then grant the access with new HTTP user credentials.
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-administer-use-portal-linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create and manage Azure HDInsight clusters using the A
4
4
ms.service: hdinsight
5
5
ms.topic: conceptual
6
6
ms.custom: hdinsightactive
7
-
ms.date: 04/01/2022
7
+
ms.date: 11/11/2022
8
8
---
9
9
10
10
# Manage Apache Hadoop clusters in HDInsight by using the Azure portal
@@ -102,7 +102,7 @@ From the [cluster home page](#homePage), under **Settings** select **Properties
102
102
|REGION|Azure location. For a list of supported Azure locations, see the **Region** drop-down list box on [HDInsight pricing](https://azure.microsoft.com/pricing/details/hdinsight/).|
103
103
|DATE CREATED|The date the cluster was deployed.|
104
104
|OPERATING SYSTEM|Either **Windows** or **Linux**.|
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-apache-kafka-spark-structured-streaming.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to use Apache Spark streaming to get data into or out of
4
4
ms.service: hdinsight
5
5
ms.topic: tutorial
6
6
ms.custom: hdinsightactive,seodec18,seoapr2020
7
-
ms.date: 06/10/2022
7
+
ms.date: 11/17/2022
8
8
9
9
#Customer intent: As a developer, I want to learn how to use Spark Structured Streaming with Kafka on HDInsight.
10
10
---
@@ -323,9 +323,3 @@ To remove the resource group using the Azure portal:
323
323
>
324
324
> Deleting a Kafka on HDInsight cluster deletes any data stored in Kafka.
325
325
326
-
## Next steps
327
-
328
-
In this tutorial, you learned how to use Apache Spark Structured Streaming. To write and read data from Apache Kafka on HDInsight. Use the following link to learn how to use Apache Storm with Kafka.
329
-
330
-
> [!div class="nextstepaction"]
331
-
> [Use Apache Storm with Apache Kafka](hdinsight-apache-storm-with-kafka.md)
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-apps-install-applications.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to install third-party Apache Hadoop applications on Azur
4
4
ms.service: hdinsight
5
5
ms.custom: hdinsightactive
6
6
ms.topic: how-to
7
-
ms.date: 08/26/2022
7
+
ms.date: 11/17/2022
8
8
9
9
---
10
10
# Install third-party Apache Hadoop applications on Azure HDInsight
@@ -20,14 +20,14 @@ The following list shows the published applications:
20
20
|[AtScale Intelligence Platform](https://aws.amazon.com/marketplace/pp/AtScale-AtScale-Intelligence-Platform/B07BWWHH18)|Hadoop |AtScale turns your HDInsight cluster into a scale-out OLAP server, allowing you to query billions of rows of data interactively using the BI tools you already know, own, and love – from Microsoft Excel, Power BI, Tableau Software to QlikView. |
21
21
|[Datameer](https://azuremarketplace.microsoft.com/marketplace/apps/datameer.datameer)|Hadoop |Datameer's self-service scalable platform for preparing, exploring, and governing your data for analytics accelerates turning complex multisource data into valuable business-ready information, delivering faster, smarter insights at an enterprise-scale. |
22
22
|[Dataiku DSS on HDInsight](https://azuremarketplace.microsoft.com/marketplace/apps/dataiku.dataiku-data-science-studio)|Hadoop, Spark |Dataiku DSS in an enterprise data science platform that lets data scientists and data analysts collaborate to design and run new data products and services more efficiently, turning raw data into impactful predictions. |
23
-
|[WANdisco Fusion HDI App](https://community.wandisco.com/s/article/Use-WANdisco-Fusion-for-parallel-operation-of-ADLS-Gen1-and-Gen2)|Hadoop, Spark,HBase,Storm,Kafka |Keeping data consistent in a distributed environment is a massive data operations challenge. WANdisco Fusion, an enterprise-class software platform, solves this problem by enabling unstructured data consistency across any environment. |
23
+
|[WANdisco Fusion HDI App](https://community.wandisco.com/s/article/Use-WANdisco-Fusion-for-parallel-operation-of-ADLS-Gen1-and-Gen2)|Hadoop, Spark,HBase,Kafka |Keeping data consistent in a distributed environment is a massive data operations challenge. WANdisco Fusion, an enterprise-class software platform, solves this problem by enabling unstructured data consistency across any environment. |
24
24
|H2O SparklingWater for HDInsight |Spark |H2O Sparkling Water supports the following distributed algorithms: GLM, Naïve Bayes, Distributed Random Forest, Gradient Boosting Machine, Deep Neural Networks, Deep learning, K-means, PCA, Generalized Low Rank Models, Anomaly Detection, Autoencoders. |
25
-
|[Striim for Real-Time Data Integration to HDInsight](https://azuremarketplace.microsoft.com/marketplace/apps/striim.striimbyol)|Hadoop,HBase,Storm,Spark,Kafka |Striim (pronounced "stream") is an end-to-end streaming data integration + intelligence platform, enabling continuous ingestion, processing, and analytics of disparate data streams. |
25
+
|[Striim for Real-Time Data Integration to HDInsight](https://azuremarketplace.microsoft.com/marketplace/apps/striim.striimbyol)|Hadoop,HBase,Spark,Kafka |Striim (pronounced "stream") is an end-to-end streaming data integration + intelligence platform, enabling continuous ingestion, processing, and analytics of disparate data streams. |
26
26
|[Jumbune Enterprise-Accelerating BigData Analytics](https://azuremarketplace.microsoft.com/marketplace/apps/impetus-infotech-india-pvt-ltd.impetus_jumbune)|Hadoop, Spark |At a high level, Jumbune assists enterprises by, 1. Accelerating Tez, MapReduce & Spark engine based Hive, Java, Scala workload performance. 2. Proactive Hadoop Cluster Monitoring, 3. Establishing Data Quality management on distributed file system. |
27
27
|[Kyligence Enterprise](https://azuremarketplace.microsoft.com/marketplace/apps/kyligence.kyligence-cloud-saas)|Hadoop,HBase,Spark |Powered by Apache Kylin, Kyligence Enterprise Enables BI on Big Data. As an enterprise OLAP engine on Hadoop, Kyligence Enterprise empowers business analyst to architect BI on Hadoop with industry-standard data warehouse and BI methodology. |
28
28
|[StreamSets Data Collector for HDInsight Cloud](https://azuremarketplace.microsoft.com/marketplace/apps/streamsets.streamsets-data-collector-hdinsight)|Hadoop,HBase,Spark,Kafka |StreamSets Data Collector is a lightweight, powerful engine that streams data in real time. Use Data Collector to route and process data in your data streams. It comes with a 30 day trial license. |
29
29
|[Trifacta Wrangler Enterprise](https://azuremarketplace.microsoft.com/marketplace/apps/trifactainc1587522950142.trifactaazure)|Hadoop, Spark,HBase |Trifacta Wrangler Enterprise for HDInsight supports enterprise-wide data wrangling for any scale of data. The cost of running Trifacta on Azure is a combination of Trifacta subscription costs plus the Azure infrastructure costs for the virtual machines. |
30
-
|[Unifi Data Platform](https://www.crunchbase.com/organization/unifi-software)|Hadoop,HBase,Storm,Spark |The Unifi Data Platform is a seamlessly integrated suite of self-service data tools designed to empower the business user to tackle data challenges that drive incremental revenue, reduce costs or operational complexity. |
30
+
|[Unifi Data Platform](https://www.crunchbase.com/organization/unifi-software)|Hadoop,HBase,Spark |The Unifi Data Platform is a seamlessly integrated suite of self-service data tools designed to empower the business user to tackle data challenges that drive incremental revenue, reduce costs or operational complexity. |
31
31
32
32
The instructions provided in this article use Azure portal. You can also export the Azure Resource Manager template from the portal or obtain a copy of the Resource Manager template from vendors, and use Azure PowerShell and Azure Classic CLI to deploy the template. See [Create Apache Hadoop clusters on HDInsight using Resource Manager templates](hdinsight-hadoop-create-linux-clusters-arm-templates.md).
| Grant/revoke access to HDInsight clusters using .NET SDK |See [Grant/revoke access to HDInsight clusters](hdinsight-administer-use-dotnet-sdk.md#grantrevoke-access)|
240
+
| Grant/revoke access to HDInsight clusters using .NET SDK |See [Grant/revoke access to HDInsight clusters](hdinsight-administer-use-dotnet-sdk.md)|
241
241
| Update HTTP user credentials for HDInsight clusters using .NET SDK |See [Update HTTP user credentials for HDInsight clusters](hdinsight-administer-use-dotnet-sdk.md#update-http-user-credentials)|
242
242
| Find the default storage account for HDInsight clusters using .NET SDK |See [Find the default storage account for HDInsight clusters](hdinsight-administer-use-dotnet-sdk.md#find-the-default-storage-account)|
0 commit comments