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-scaling-best-practices.md
+1-32Lines changed: 1 addition & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: yeturis
6
6
ms.service: hdinsight
7
7
ms.topic: how-to
8
8
ms.custom: seoapr2020
9
-
ms.date: 07/21/2022
9
+
ms.date: 11/17/2022
10
10
---
11
11
12
12
# Manually scale Azure HDInsight clusters
@@ -66,37 +66,6 @@ The impact of changing the number of data nodes varies for each type of cluster
66
66
67
67
For more information on using the HBase shell, see [Get started with an Apache HBase example in HDInsight](hbase/apache-hbase-tutorial-get-started-linux.md).
68
68
69
-
* Apache Storm
70
-
71
-
You can seamlessly add or remove data nodes while Storm is running. However, after a successful completion of the scaling operation, you'll need to rebalance the topology. Rebalancing allows the topology to readjust [parallelism settings](https://storm.apache.org/documentation/Understanding-the-parallelism-of-a-Storm-topology.html) based on the new number of nodes in the cluster. To rebalance running topologies, use one of the following options:
72
-
73
-
* Storm web UI
74
-
75
-
Use the following steps to rebalance a topology using the Storm UI.
76
-
77
-
1. Open `https://CLUSTERNAME.azurehdinsight.net/stormui` in your web browser, where `CLUSTERNAME` is the name of your Storm cluster. If prompted, enter the HDInsight cluster administrator (admin) name and password you specified when creating the cluster.
78
-
79
-
1. Select the topology you wish to rebalance, then select the **Rebalance** button. Enter the delay before the rebalance operation is done.
Connect to the server and use the following command to rebalance a topology:
86
-
87
-
```bash
88
-
storm rebalance TOPOLOGYNAME
89
-
```
90
-
91
-
You can also specify parameters to override the parallelism hints originally provided by the topology. For example, the code below reconfigures the `mytopology` topology to 5 worker processes, 3 executors for the blue-spout component, and 10 executors for the yellow-bolt component.
92
-
93
-
```bash
94
-
## Reconfigure the topology "mytopology" to use 5 worker processes,
You should rebalance partition replicas after scaling operations. For more information, see the [High availability of data with Apache Kafka on HDInsight](./kafka/apache-kafka-high-availability.md) document.
0 commit comments