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-administer-use-portal-linux.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,18 +225,6 @@ The password is changed on all nodes in the cluster.
225
225
226
226
6. Select **Create** to apply the script. Once the script finishes, you're able to connect to the cluster using SSH with the new password.
227
227
228
-
## Grant/revoke access
229
-
230
-
HDInsight clusters have the following HTTP web services (all of these services have RESTful endpoints):
231
-
232
-
- ODBC
233
-
- JDBC
234
-
- Ambari
235
-
- Oozie
236
-
- Templeton
237
-
238
-
By default, these services are granted for access. You can revoke/grant the access using [Azure PowerShell](hdinsight-administer-use-powershell.md#grantrevoke-access).
239
-
240
228
## Find the subscription ID
241
229
242
230
Each cluster is tied to an Azure subscription. The Azure subscription ID is visible from the [cluster home page](#homePage).
[Set-AzHDInsightGatewayCredential](https://docs.microsoft.com/powershell/module/az.hdinsight/set-azhdinsightgatewaycredential) sets the gateway HTTP credentials of an Azure HDInsight cluster.
88
74
89
75
```powershell
90
-
$clusterName = "<HDInsight Cluster Name>"
76
+
$clusterName = "CLUSTERNAME"
77
+
$credential = Get-Credential -Message "Enter the HTTP username and password:" -UserName "admin"
> By granting/revoking the access, you reset the cluster user name and password.
106
-
107
-
Granting and revoking access can also be done via the portal. See [Manage Apache Hadoop clusters in HDInsight by using the Azure portal](hdinsight-administer-use-portal-linux.md).
108
-
109
-
## Update HTTP user credentials
110
-
111
-
It's the same procedure as Grant/revoke HTTP access. If the cluster has been granted the HTTP access, you must first revoke it. And then grant the access with new HTTP user credentials.
112
-
113
82
## Find the default storage account
114
83
115
84
The following PowerShell script demonstrates how to get the default storage account name and the related information:
0 commit comments