Skip to content

Commit 140598e

Browse files
authored
Improved correctness score
Improved correctness score
1 parent 012436b commit 140598e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article walks you through setup in the [Azure portal](https://portal.azure.
3737

3838
## Basics
3939

40-
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/azure-portal-cluster-basics-blank-fs.png" alt-text="hdinsight create options custom quick.":::
40+
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/azure-portal-cluster-basics-blank-fs.png" alt-text="HDInsight create options custom quick.":::
4141

4242
### Project details
4343

@@ -88,15 +88,15 @@ With HDInsight clusters, you can configure two user accounts during cluster crea
8888
The HTTP username has the following restrictions:
8989

9090
* Allowed special characters: `_` and `@`
91-
* Characters not allowed: #;."',/:`!*?$(){}[]<>|&--=+%~^space
91+
* Characters not allowed: `#;."',/:`!*?$(){}[]<>|&--=+%~^space`
9292
* Max length: 20
9393

9494
The SSH username has the following restrictions:
9595

9696
* Allowed special characters:`_` and `@`
97-
* Characters not allowed: #;."',/:`!*?$(){}[]<>|&--=+%~^space
97+
* Characters not allowed: `#;."',/:`!*?$(){}[]<>|&--=+%~^space`
9898
* Max length: 64
99-
* Reserved names: hadoop, users, oozie, hive, mapred, ambari-qa, zookeeper, tez, hdfs, sqoop, yarn, hcat, ams, hbase, administrator, admin, user, user1, test, user2, test1, user3, admin1, 1, 123, a, actuser, adm, admin2, aspnet, backup, console, david, guest, john, owner, root, server, sql, support, support_388945a0, sys, test2, test3, user4, user5, spark
99+
* Reserved names: hadoop, users, oozie, hive, mapred, ambari-qa, zookeeper, tez, hdfs, sqoop, yarn, hcat, ams, hbase, administrator, admin, user, user1, test, user2, test1, user3, admin1, 1, 123, a, `actuser`, adm, admin2, aspnet, backup, console, David, guest, John, owner, root, server, sql, support, support_388945a0, sys, test2, test3, user4, user5, spark
100100

101101
## Storage
102102

@@ -158,7 +158,7 @@ Ambari is used to monitor HDInsight clusters, make configuration changes, and st
158158
159159
## Security + networking
160160

161-
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/azure-portal-cluster-security-networking.png" alt-text="hdinsight create options choose enterprise security package.":::
161+
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/azure-portal-cluster-security-networking.png" alt-text="HDInsight create options choose enterprise security package.":::
162162

163163
### Enterprise security package
164164

@@ -247,7 +247,7 @@ For more information, see [Sizes for virtual machines](../virtual-machines/sizes
247247
> The added disks are only configured for node manager local directories and **not for datanode directories**
248248
249249

250-
HDInsight cluster comes with pre-defined disk space based on SKU. Running some large applications, can lead to insufficient disk space, (with disk full error - ```LinkId=221672#ERROR_NOT_ENOUGH_DISK_SPACE```) and job failures.
250+
HDInsight cluster comes with pre-defined disk space based on SKU. If you run some large applications, can lead to insufficient disk space, with disk full error - `LinkId=221672#ERROR_NOT_ENOUGH_DISK_SPACE` and job failures.
251251

252252
More discs can be added to the cluster using the new feature **NodeManager**’s local directory. At the time of Hive and Spark cluster creation, the number of discs can be selected and added to the worker nodes. The selected disk, which will be of size 1TB each, would be part of **NodeManager**'s local directories.
253253

0 commit comments

Comments
 (0)