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-hadoop-giraph-install-linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Once the cluster has been created, use the following steps to run the SimpleShor
106
106
107
107
Drawn out, and using the value (or weight) as the distance between objects, the data might look like the following diagram:
108
108
109
-

109
+

110
110
111
111
3. To save the file, use **Ctrl+X**, then**Y**, and finally **Enter** to accept the file name.
112
112
@@ -156,7 +156,7 @@ Once the cluster has been created, use the following steps to run the SimpleShor
156
156
157
157
Visualizing this data, you can verify the results by traveling the shortest paths between ID 1 and all other objects. The shortest path between ID 1 and ID 4 is 5. This value is the total distance between <span style="color:orange">ID 1 and 3</span>, and then<span style="color:red">ID 3 and 4</span>.
158
158
159
-

159
+

Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,15 @@ Create an Azure Data Lake Storage Gen2 storage account.
51
51
1. Click **Create**.
52
52
1. On the **Create storage account** screen:
53
53
1. Select the correct subscription and resource group.
54
-
1. Enter a name for your Data Lake Storage Gen2 account. For more information on storage account naming convetions see [Naming conventions for Azure resources](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions#storage).
54
+
1. Enter a name for your Data Lake Storage Gen2 account. For more information on storage account naming conventions see [Naming conventions for Azure resources](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions#storage).
55
55
1. Click on the **Advanced** tab.
56
56
1. Click **Enabled** next to **Hierarchical namespace** under **Data Lake Storage Gen2**.
57
57
1. Click **Review + create**.
58
58
1. Click **Create**
59
59
60
60
For more information on other options during storage account creation, see [Quickstart: Create an Azure Data Lake Storage Gen2 storage account](../storage/blobs/data-lake-storage-quickstart-create-account.md).
61
61
62
-

62
+

63
63
64
64
### Set up permissions for the managed identity on the Data Lake Storage Gen2 account
65
65
@@ -68,24 +68,24 @@ Assign the managed identity to the **Storage Blob Data Owner** role on the stora
68
68
1. In the [Azure portal](https://portal.azure.com), go to your storage account.
69
69
1. Select your storage account, then select **Access control (IAM)** to display the access control settings for the account. Select the **Role assignments** tab to see the list of role assignments.
70
70
71
-

71
+

72
72
73
73
1. Select the **+ Add role assignment** button to add a new role.
74
74
1. In the **Add role assignment** window, select the **Storage Blob Data Owner** role. Then, select the subscription that has the managed identity and storage account. Next, search to locate the user-assigned managed identity that you created previously. Finally, select the managed identity, and it will be listed under **Selected members**.
75
75
76
-

76
+

77
77
78
78
1. Select **Save**. The user-assigned identity that you selected is now listed under the selected role.
79
79
1. After this initial setup is complete, you can create a cluster through the portal. The cluster must be in the same Azure region as the storage account. In the **Storage** section of the cluster creation menu, select the following options:
80
80
81
81
* For **Primary storage type**, select **Azure Data Lake Storage Gen2**.
82
82
* Under **Select a Storage account**, search for and select the newly created Data Lake Storage Gen2 storage account.
83
83
84
-

84
+

85
85
86
86
* Under **Identity**, select the correct subscription and the newly created user-assigned managed identity.
87
87
88
-

88
+

89
89
90
90
> [!Note]
91
91
> To add a secondary Data Lake Storage Gen2 account, at the storage account level, simply assign the managed identity created earlier to the new Data Lake Storage Gen2 storage account that you wish to add.Please be advised that adding a secondary Data Lake Storage Gen2 account via the "Additional storage accounts" blade on HDInsight is not supported.
0 commit comments