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
@@ -126,6 +126,7 @@ The steps in this document walk-through creating a HDInsight 4.0 cluster using t
126
126
127
127
After you complete the article, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it isn't in use. You're also charged for an HDInsight cluster, even when it's not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they aren't in use.
128
128
129
+
129
130
Enter all or some of the following commands to remove resources:
130
131
131
132
```azurecli-interactive
@@ -157,6 +158,7 @@ If you run into issues with creating HDInsight clusters, see [access control req
157
158
158
159
Now that you've successfully created an HDInsight cluster using the Azure CLI, use the following to learn how to work with your cluster:
159
160
161
+
160
162
### Apache Hadoop clusters
161
163
162
164
*[Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-hadoop-create-linux-clusters-portal.md
+4-2Lines changed: 4 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 to create Apache Hadoop, Apache HBase, and Apache Spark clust
4
4
ms.service: azure-hdinsight
5
5
ms.topic: how-to
6
6
ms.custom: hdinsightactive, linux-related-content
7
-
ms.date: 11/21/2023
7
+
ms.date: 11/25/2024
8
8
---
9
9
10
10
# Create Linux-based clusters in HDInsight by using the Azure portal
@@ -51,7 +51,7 @@ From the **Basics** tab, provide the following information:
51
51
|Cluster login password|Provide the password.|
52
52
|Confirm cluster login password|Reenter the password|
53
53
|Secure Shell (SSH) username|Provide the username, default is **sshuser**|
54
-
|Use cluster login password for SSH|If you want the same SSH password as the admin password you specified earlier, select the **Use cluster login password for SSH** check box. If not, provide either a **PASSWORD** or **PUBLIC KEY** to authenticate the SSH user. A public key is the approach we recommend. Choose **Select** at the bottom to save the credentials configuration. For more information, see [Connect to HDInsight (Apache Hadoop) by using SSH](hdinsight-hadoop-linux-use-ssh-unix.md).|
54
+
|Use cluster login password for SSH|If you want the same SSH password as the admin password you specified earlier, select the **`Use cluster login password for SSH`** check box. If not, provide either a **PASSWORD** or **PUBLIC KEY** to authenticate the SSH user. A public key is the approach we recommend. Choose **Select** at the bottom to save the credentials configuration. For more information, see [Connect to HDInsight (Apache Hadoop) by using SSH](hdinsight-hadoop-linux-use-ssh-unix.md).|
55
55
56
56
Select **Next: Storage >>** to advance to the next tab.
57
57
@@ -157,6 +157,7 @@ Some of the icons in the window are explained as follows:
157
157
158
158
See [Delete an HDInsight cluster using your browser, PowerShell, or the Azure CLI](./hdinsight-delete-cluster.md).
159
159
160
+
160
161
## Troubleshoot
161
162
162
163
If you run into issues with creating HDInsight clusters, see [access control requirements](./hdinsight-hadoop-customize-cluster-linux.md#access-control).
@@ -165,6 +166,7 @@ If you run into issues with creating HDInsight clusters, see [access control req
165
166
166
167
You've successfully created an HDInsight cluster. Now learn how to work with your cluster.
167
168
169
+
168
170
*[Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)
169
171
*[Get started with Apache HBase on HDInsight](hbase/apache-hbase-tutorial-get-started-linux.md)
170
172
*[Customize Linux-based HDInsight clusters by using script actions](hdinsight-hadoop-customize-cluster-linux.md)
#Customer intent: I need to create a Kafka cluster so that I can use it to process streaming data
9
9
---
10
10
@@ -245,7 +245,7 @@ Kafka stores streams of data in *topics*. You can use the `kafka-topics.sh` util
245
245
246
246
For information on the number of fault domains in a region, see the [Availability of Linux virtual machines](/azure/virtual-machines/availability) document.
247
247
248
-
Kafka is not aware of Azure fault domains. When creating partition replicas for topics, it may not distribute replicas properly for high availability.
248
+
Kafka is not aware of Azure fault domains. When you create partition replicas for topics, it may not distribute replicas properly for high availability.
249
249
250
250
To ensure high availability, use the [Apache Kafka partition rebalance tool](https://github.com/hdinsight/hdinsight-kafka-tools). This tool must be ran from an SSH connection to the head node of your Kafka cluster.
0 commit comments