Skip to content

Commit 204297a

Browse files
authored
Merge pull request #88265 from dagiro/cats67
cats67
2 parents efe012d + 43d429d commit 204297a

11 files changed

+9
-9
lines changed

articles/hdinsight/hdinsight-hadoop-giraph-install-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Once the cluster has been created, use the following steps to run the SimpleShor
106106

107107
Drawn out, and using the value (or weight) as the distance between objects, the data might look like the following diagram:
108108

109-
![tiny_graph.txt drawn as circles with lines of varying distance between](./media/hdinsight-hadoop-giraph-install-linux/giraph-graph.png)
109+
![tiny_graph.txt drawn as circles with lines of varying distance between](./media/hdinsight-hadoop-giraph-install-linux/hdinsight-giraph-graph.png)
110110

111111
3. To save the file, use **Ctrl+X**, then **Y**, and finally **Enter** to accept the file name.
112112

@@ -156,7 +156,7 @@ Once the cluster has been created, use the following steps to run the SimpleShor
156156

157157
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>.
158158

159-
![Drawing of objects as circles with shortest paths drawn between](./media/hdinsight-hadoop-giraph-install-linux/giraph-graph-out.png)
159+
![Drawing of objects as circles with shortest paths drawn between](./media/hdinsight-hadoop-giraph-install-linux/hdinsight-giraph-graph-out.png)
160160

161161
## Next steps
162162

articles/hdinsight/hdinsight-hadoop-hue-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This section provides instructions about how to use the script when provisioning
5252
>
5353
2. On the **Optional Configuration** blade, select **Script Actions**, and provide the information as shown below:
5454

55-
![Provide script action parameters for Hue](./media/hdinsight-hadoop-hue-linux/hue-script-action.png "Provide script action parameters for Hue")
55+
![Provide script action parameters for Hue](./media/hdinsight-hadoop-hue-linux/hdi-hue-script-action.png "Provide script action parameters for Hue")
5656

5757
* **NAME**: Enter a friendly name for the script action.
5858
* **SCRIPT URI**: https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh

articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Create an Azure Data Lake Storage Gen2 storage account.
5151
1. Click **Create**.
5252
1. On the **Create storage account** screen:
5353
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).
5555
1. Click on the **Advanced** tab.
5656
1. Click **Enabled** next to **Hierarchical namespace** under **Data Lake Storage Gen2**.
5757
1. Click **Review + create**.
5858
1. Click **Create**
5959

6060
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).
6161

62-
![Screenshot showing storage account creation in the Azure portal](./media/hdinsight-hadoop-data-lake-storage-gen2/azure-data-lake-storage-account-create-advanced.png)
62+
![Screenshot showing storage account creation in the Azure portal](./media/hdinsight-hadoop-use-data-lake-storage-gen2/azure-data-lake-storage-account-create-advanced.png)
6363

6464
### Set up permissions for the managed identity on the Data Lake Storage Gen2 account
6565

@@ -68,24 +68,24 @@ Assign the managed identity to the **Storage Blob Data Owner** role on the stora
6868
1. In the [Azure portal](https://portal.azure.com), go to your storage account.
6969
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.
7070

71-
![Screenshot showing storage access control settings](./media/hdinsight-hadoop-data-lake-storage-gen2/portal-access-control.png)
71+
![Screenshot showing storage access control settings](./media/hdinsight-hadoop-use-data-lake-storage-gen2/portal-access-control.png)
7272

7373
1. Select the **+ Add role assignment** button to add a new role.
7474
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**.
7575

76-
![Screenshot showing how to assign an RBAC role](./media/hdinsight-hadoop-data-lake-storage-gen2/add-rbac-role3.png)
76+
![Screenshot showing how to assign an RBAC role](./media/hdinsight-hadoop-use-data-lake-storage-gen2/add-rbac-role3-window.png)
7777

7878
1. Select **Save**. The user-assigned identity that you selected is now listed under the selected role.
7979
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:
8080

8181
* For **Primary storage type**, select **Azure Data Lake Storage Gen2**.
8282
* Under **Select a Storage account**, search for and select the newly created Data Lake Storage Gen2 storage account.
8383

84-
![Storage settings for using Data Lake Storage Gen2 with Azure HDInsight](./media/hdinsight-hadoop-data-lake-storage-gen2/primary-storage-type-adls-gen2.png)
84+
![Storage settings for using Data Lake Storage Gen2 with Azure HDInsight](./media/hdinsight-hadoop-use-data-lake-storage-gen2/primary-storage-type-adls-gen2.png)
8585

8686
* Under **Identity**, select the correct subscription and the newly created user-assigned managed identity.
8787

88-
![Identity settings for using Data Lake Storage Gen2 with Azure HDInsight](./media/hdinsight-hadoop-data-lake-storage-gen2/managed-identity-cluster-creation.png)
88+
![Identity settings for using Data Lake Storage Gen2 with Azure HDInsight](./media/hdinsight-hadoop-use-data-lake-storage-gen2/managed-identity-cluster-creation.png)
8989

9090
> [!Note]
9191
> 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

Comments
 (0)