Skip to content

Commit 7782c7c

Browse files
committed
edit pass: azure-hdinsight-articles
1 parent 095a468 commit 7782c7c

7 files changed

+60
-64
lines changed

articles/hdinsight/hdinsight-administer-use-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ az hdinsight list --resource-group RESOURCE_GROUP_NAME
4949
az hdinsight list --resource-group RESOURCE_GROUP_NAME --query "[].{clusterName:name}" --output table
5050
```
5151

52-
## Show cluster
52+
## Show clusters
5353

5454
Use [az HDInsight show](/cli/azure/hdinsight#az-hdinsight-show) to show information for a specified cluster. Edit the following command by replacing `RESOURCE_GROUP_NAME` and `CLUSTER_NAME` with the relevant information. Then enter the command:
5555

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,10 @@ Use the cluster scaling feature to change the number of worker nodes used by a c
132132
133133
The effect of changing the number of data nodes for each type of cluster supported by HDInsight:
134134

135-
* Apache Hadoop
136-
137-
You can seamlessly increase the number of worker nodes in a Hadoop cluster that's running without affecting any pending or running jobs. You can also submit new jobs while the operation is in progress. Failures in a scaling operation are gracefully handled so that the cluster is always left in a functional state.
135+
* **Apache Hadoop**: You can seamlessly increase the number of worker nodes in a Hadoop cluster that's running without affecting any pending or running jobs. You can also submit new jobs while the operation is in progress. Failures in a scaling operation are gracefully handled so that the cluster is always left in a functional state.
138136

139137
When a Hadoop cluster is scaled down by reducing the number of data nodes, some of the services in the cluster are restarted. All running and pending jobs fail at the completion of the scaling operation. After the operation is finished, you can resubmit the jobs.
140-
* Apache HBase
141-
142-
You can seamlessly add or remove nodes to your HBase cluster while it's running. Regional servers are automatically balanced within a few minutes of completing the scaling operation. You can also manually balance the regional servers. Sign in to the head node of a cluster and run the following commands from a command prompt window:
138+
* **Apache HBase**: You can seamlessly add or remove nodes to your HBase cluster while it's running. Regional servers are automatically balanced within a few minutes of completing the scaling operation. You can also manually balance the regional servers. Sign in to the head node of a cluster and run the following commands from a command prompt window:
143139

144140

145141
```bash

articles/hdinsight/hdinsight-administer-use-portal-linux.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -34,60 +34,62 @@ On the [HDInsight clusters](#showClusters) page, select your cluster name. The *
3434

3535
:::image type="content" source="./media/hdinsight-administer-use-portal-linux/hdinsight-essentials2.png" alt-text="Screenshot that shows the Azure portal HDInsight cluster essentials.":::
3636

37-
#### Top menu
37+
### Top menu
3838

3939
| Item| Description |
4040
|---|---|
4141
|Move|Moves the cluster to another resource group or to another subscription.|
4242
|Delete|Deletes the cluster. |
4343
|Refresh|Refreshes the view.|
4444

45-
#### Left menu
46-
47-
- **Upper-left menu**
48-
49-
| Item| Description |
50-
|---|---|
51-
|Overview|Provide general information for your cluster.|
52-
|Activity log|Show and query activity logs.|
53-
|Access control (IAM)|Use role assignments. See [Assign Azure roles to manage access to your Azure subscription resources](../role-based-access-control/role-assignments-portal.yml).|
54-
|Tags|Set key/value pairs to define a custom taxonomy of your cloud services. For example, you might create a key named **project**, and then use a common value for all services associated with a specific project.|
55-
|Diagnose and solve problems|Display troubleshooting information.|
56-
|Quickstart|Display information that helps you get started using HDInsight.|
57-
|Tools|Help information for HDInsight-related tools.|
58-
59-
- **Settings menu**
60-
61-
| Item| Description |
62-
|---|---|
63-
|Cluster size|Check, increase, and decrease the number of cluster worker nodes. See [Scale clusters](hdinsight-administer-use-portal-linux.md#scale-clusters).|
64-
|Quota limits|Display the used and available cores for your subscription.|
65-
|SSH + Cluster login|Show the instructions to connect to the cluster by using a Secure Shell (SSH) connection. For more information, see [Use SSH with HDInsight](hdinsight-hadoop-linux-use-ssh-unix.md).|
66-
|Azure Data Lake Storage Gen2|Configure access to Data Lake Storage Gen2. See [Quickstart: Set up clusters in HDInsight](./hdinsight-hadoop-use-data-lake-storage-gen2-portal.md).|
67-
|Storage accounts|View the storage accounts and the keys. The storage accounts are configured during the cluster creation process.|
68-
|Applications|Add or remove HDInsight applications. See [Install custom HDInsight applications](hdinsight-apps-install-custom-applications.md).|
69-
|Script actions|Run Bash scripts on the cluster. See [Customize Linux-based HDInsight clusters using Script Action](hdinsight-hadoop-customize-cluster-linux.md).|
70-
|External metastores|View the [Apache Hive](https://hive.apache.org/) and [Apache Oozie](https://oozie.apache.org/) metastores. You can configure the metastores only during the cluster creation process.|
71-
|HDInsight partner|Add or remove the current HDInsight partner.|
72-
|Properties|View the [cluster properties](#properties).|
73-
|Locks|Add a lock to prevent the cluster from being modified or deleted.|
74-
|Export template|Display and export the Azure Resource Manager template for the cluster. Currently, you can export only the dependent Azure Storage account. See [Create Linux-based Apache Hadoop clusters in HDInsight by using Azure Resource Manager templates](hdinsight-hadoop-create-linux-clusters-arm-templates.md).|
75-
76-
- **Monitoring menu**
77-
78-
| Item| Description |
79-
|---|---|
80-
|Alerts|Manage the alerts and actions.|
81-
|Metrics|Monitor the cluster metrics in Azure Monitor logs.|
82-
|Diagnosis settings|Set where to store the diagnosis metrics.|
83-
|Azure Monitor|Monitor your cluster in Azure Monitor.|
84-
85-
- **Support + troubleshooting menu**
86-
87-
| Item| Description |
88-
|---|---|
89-
|Resource health|See [Azure resource health overview](/azure/service-health/resource-health-overview).|
90-
|New support request|Create a support ticket with Microsoft Support.|
45+
### Left menu
46+
47+
The left menu has multiple sections.
48+
49+
#### Upper-left menu
50+
51+
| Item| Description |
52+
|---|---|
53+
|Overview|Provide general information for your cluster.|
54+
|Activity log|Show and query activity logs.|
55+
|Access control (IAM)|Use role assignments. See [Assign Azure roles to manage access to your Azure subscription resources](../role-based-access-control/role-assignments-portal.yml).|
56+
|Tags|Set key/value pairs to define a custom taxonomy of your cloud services. For example, you might create a key named **project**, and then use a common value for all services associated with a specific project.|
57+
|Diagnose and solve problems|Display troubleshooting information.|
58+
|Quickstart|Display information that helps you get started using HDInsight.|
59+
|Tools|Help information for HDInsight-related tools.|
60+
61+
#### Settings menu
62+
63+
| Item| Description |
64+
|---|---|
65+
|Cluster size|Check, increase, and decrease the number of cluster worker nodes. See [Scale clusters](hdinsight-administer-use-portal-linux.md#scale-clusters).|
66+
|Quota limits|Display the used and available cores for your subscription.|
67+
|SSH + Cluster login|Show the instructions to connect to the cluster by using a Secure Shell (SSH) connection. For more information, see [Use SSH with HDInsight](hdinsight-hadoop-linux-use-ssh-unix.md).|
68+
|Azure Data Lake Storage Gen2|Configure access to Data Lake Storage Gen2. See [Quickstart: Set up clusters in HDInsight](./hdinsight-hadoop-use-data-lake-storage-gen2-portal.md).|
69+
|Storage accounts|View the storage accounts and the keys. The storage accounts are configured during the cluster creation process.|
70+
|Applications|Add or remove HDInsight applications. See [Install custom HDInsight applications](hdinsight-apps-install-custom-applications.md).|
71+
|Script actions|Run Bash scripts on the cluster. See [Customize Linux-based HDInsight clusters using Script Action](hdinsight-hadoop-customize-cluster-linux.md).|
72+
|External metastores|View the [Apache Hive](https://hive.apache.org/) and [Apache Oozie](https://oozie.apache.org/) metastores. You can configure the metastores only during the cluster creation process.|
73+
|HDInsight partner|Add or remove the current HDInsight partner.|
74+
|Properties|View the [cluster properties](#properties).|
75+
|Locks|Add a lock to prevent the cluster from being modified or deleted.|
76+
|Export template|Display and export the Azure Resource Manager template for the cluster. Currently, you can export only the dependent Azure Storage account. See [Create Linux-based Apache Hadoop clusters in HDInsight by using Azure Resource Manager templates](hdinsight-hadoop-create-linux-clusters-arm-templates.md).|
77+
78+
#### Monitoring menu
79+
80+
| Item| Description |
81+
|---|---|
82+
|Alerts|Manage the alerts and actions.|
83+
|Metrics|Monitor the cluster metrics in Azure Monitor logs.|
84+
|Diagnosis settings|Set where to store the diagnosis metrics.|
85+
|Azure Monitor|Monitor your cluster in Azure Monitor.|
86+
87+
#### Support + troubleshooting menu
88+
89+
| Item| Description |
90+
|---|---|
91+
|Resource health|See [Azure resource health overview](/azure/service-health/resource-health-overview).|
92+
|New support request|Create a support ticket with Microsoft Support.|
9193

9294
## <a name="properties"></a> Cluster properties
9395

@@ -131,7 +133,7 @@ On the [cluster home page](#homePage):
131133
1. On the top menu, select **Delete**.
132134
1. Follow the instructions on the new page.
133135

134-
For more information, see [Pause or shut down clusters](#pauseshut-down-clusters).
136+
For more information, see [Pause or shut down clusters](#pause-or-shut-down-clusters).
135137

136138
## Add more storage accounts
137139

@@ -213,9 +215,7 @@ The password changes on all nodes in the cluster.
213215
1. On the **Submit script action** page, enter the information in the following table.
214216

215217
> [!NOTE]
216-
> SSH passwords can't contain the following characters:
217-
>
218-
> ``` " ' ` / \ < % ~ | $ & ! # ```
218+
> SSH passwords can't contain the following characters: " ' ` / \ < % ~ | $ & ! #
219219
220220
| Field | Value |
221221
| --- | --- |

articles/hdinsight/hdinsight-administer-use-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To list all clusters in the current subscription, use the following command:
3333
Get-AzHDInsightCluster
3434
```
3535

36-
## Show cluster
36+
## Show clusters
3737

3838
To show details of a specific cluster in the current subscription, use the following command:
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ HDInsight clusters can use the following storage options:
109109

110110
* Azure Data Lake Storage Gen2
111111
* Azure Storage General Purpose v2
112-
* * Azure Storage Block blob (*only supported as secondary storage*)
112+
* Azure Storage Block blob (*only supported as secondary storage*)
113113

114114
For more information on storage options with HDInsight, see [Compare storage options for use with Azure HDInsight clusters](hdinsight-hadoop-compare-storage-options.md).
115115

articles/hdinsight/hdinsight-sales-insights-etl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ For other ways to transform data by using HDInsight, see [this article on using
260260
261261
1. From **Navigator**, select `sales` or `sales_raw` to preview the data. After the data is loaded, you can experiment with the dashboard that you want to create. To get started with Power BI dashboards, see the following articles:
262262
263-
* [Introduction to dashboards for Power BI designers](/power-bi/service-dashboards)
264-
* [Tutorial: Get started with the Power BI service](/power-bi/service-get-started)
263+
* [Introduction to dashboards for Power BI designers](/power-bi/service-dashboards)
264+
* [Tutorial: Get started with the Power BI service](/power-bi/service-get-started)
265265
266266
## Clean up resources
267267
@@ -280,7 +280,7 @@ If you're not going to continue to use this application, delete all resources so
280280
az ad sp delete --id $SERVICE_PRINCIPAL
281281
```
282282
283-
## Related content
283+
## Next step
284284
285285
> [!div class="nextstepaction"]
286286
> [Extract, transform, and load at scale](./hadoop/apache-hadoop-etl-at-scale.md)

articles/hdinsight/manage-clusters-runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Delete the cluster by selecting the `hdinsight-cluster-delete` runbook that you
161161
162162
When your resource is no longer needed, delete the Automation account that you created to avoid unintended charges. Go to the Azure portal, select the resource group where you created the Automation account, select the Automation account, and then select **Delete**.
163163
164-
## Related content
164+
## Next step
165165
166166
> [!div class="nextstepaction"]
167167
> [Manage Apache Hadoop clusters in HDInsight by using Azure PowerShell](hdinsight-administer-use-powershell.md)

0 commit comments

Comments
 (0)