Skip to content

Commit 913d369

Browse files
authored
Update hdinsight-faq.yml
1 parent d1c6381 commit 913d369

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/hdinsight/hdinsight-faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ sections:
228228
229229
- [Enable Microsoft Entra Domain Services](domain-joined/apache-domain-joined-configure-using-azure-adds.md#enable-azure-ad-ds)
230230
231-
- [Tutorial: Configure secure LDAP for an Microsoft Entra Domain Services managed domain](../active-directory-domain-services/tutorial-configure-ldaps.md)
231+
- [Tutorial: Configure secure LDAP for Microsoft Entra Domain Services managed domain](../active-directory-domain-services/tutorial-configure-ldaps.md)
232232
233233
- question: |
234234
Can I install Data Analytics Studio (DAS) as an ESP cluster?
@@ -370,6 +370,7 @@ sections:
370370
If you call the Curl command in the same virtual network or a peered virtual network, the command is:
371371
372372
```curl
373+
373374
curl -u <cluster login username> -sS -G
374375
http://<headnodehost>:8080/api/v1/clusters/<ClusterName>/services/YARN/components/NODEMANAGER?fields=metrics/cpu
375376
```
@@ -379,13 +380,15 @@ sections:
379380
- For a non-ESP cluster:
380381
381382
```curl
383+
382384
curl -u <cluster login username> -sS -G
383385
https://<ClusterName>.azurehdinsight.net/api/v1/clusters/<ClusterName>/services/YARN/components/NODEMANAGER?fields=metrics/cpu
384386
```
385387
386388
- For an ESP cluster:
387389
388390
```curl
391+
389392
curl -u <cluster login username>-sS -G
390393
https://<ClusterName>.azurehdinsight.net/api/v1/clusters/<ClusterName>/services/YARN/components/NODEMANAGER?fields=metrics/cpu
391394
```

0 commit comments

Comments
 (0)