Skip to content

Commit 7561b9e

Browse files
committed
fixed note sections
1 parent 0726c52 commit 7561b9e

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

articles/lab-services/classroom-labs/class-type-big-data-analytics.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ Use the settings in the table below when setting up a classroom lab. For more i
4747
|Virtual Machine Size| Medium (Nested Virtualization). This VM size is best suited for relational databases, in-memory caching, and analytics. This size also supports nested virtualization.|
4848
|Virtual Machine Image| Windows 10 Pro|
4949

50-
> [!NOTE] We need to use Medium (Nested Virtualization) since deploying HDP Sandbox using Docker requires:
51-
> - Windows Hyper-V with nested virtualization
52-
> - At least 10 GB of RAM
50+
> [!NOTE]
51+
> We need to use Medium (Nested Virtualization) since deploying HDP Sandbox using Docker requires:
52+
> - Windows Hyper-V with nested virtualization
53+
> - At least 10 GB of RAM
5354
5455
## Template machine configuration
5556

@@ -66,14 +67,16 @@ To use Docker containers, you must first install Docker Desktop on the template
6667

6768
1. Follow the steps in the [Prerequisites section](https://www.cloudera.com/tutorials/sandbox-deployment-and-install-guide/3.html#prerequisites) to install [Docker for Windows](https://docs.docker.com/docker-for-windows/install/).
6869

69-
> [!IMPORTANT] Ensure that the **Use Windows containers instead of Linux containers** configuration option is left unchecked.
70-
>
70+
> [!IMPORTANT]
71+
> Ensure that the **Use Windows containers instead of Linux containers** configuration option is left unchecked.
72+
7173
1. Ensure that **Windows Containers and Hyper-V features** are turned on.
7274
![Turn Windows features on or off](../media/class-type-big-data-analytics/windows-hyperv-features.png)
7375

7476
1. Follow the steps in the [Memory for Windows](https://www.cloudera.com/tutorials/sandbox-deployment-and-install-guide/3.html#memory-for-windows) section to configure Docker's memory configuration.
7577

76-
> [!WARNING]If you inadvertently check the **Use Windows containers instead of Linux containers** option when installing Docker, you won't see the memory configuration settings. To fix this, you can switch to using Linux containers by [clicking on the Docker icon in Windows System tray](https://docs.docker.com/docker-for-windows/#docker-settings-dialog); when the Docker Desktop menu opens, select **Switch to Linux containers**.
78+
> [!WARNING]
79+
> If you inadvertently check the **Use Windows containers instead of Linux containers** option when installing Docker, you won't see the memory configuration settings. To fix this, you can switch to using Linux containers by [clicking on the Docker icon in Windows System tray](https://docs.docker.com/docker-for-windows/#docker-settings-dialog); when the Docker Desktop menu opens, select **Switch to Linux containers**.
7780
7881
### Deploy HDP Sandbox
7982

@@ -86,13 +89,16 @@ In this section, you will deploy HDP Sandbox and then also access HDP Sandbox us
8689
- Deploy HDP Sandbox
8790
- Verify HDP Sandbox
8891

89-
> [!WARNING] When you download the latest .zip file for HDP, ensure that you do *not* save the .zip file in a directory path that includes whitespace.
92+
> [!WARNING]
93+
> When you download the latest .zip file for HDP, ensure that you do *not* save the .zip file in a directory path that includes whitespace.
9094
91-
> [!NOTE] If you receive an exception during deployment stating **Drive has not been shared**, you need to share your C drive with Docker so that HDP's Linux containers can access local Windows files. To fix this, [click on the Docker icon in Windows System tray](https://docs.docker.com/docker-for-windows/#docker-settings-dialog) to open the Docker Desktop menu and select **Settings**. When **Docker's Settings** dialog opens, select **Resources > File Sharing** and check the **C** drive. You can then repeat the steps to deploy HDP Sandbox.
95+
> [!NOTE]
96+
> If you receive an exception during deployment stating **Drive has not been shared**, you need to share your C drive with Docker so that HDP's Linux containers can access local Windows files. To fix this, [click on the Docker icon in Windows System tray](https://docs.docker.com/docker-for-windows/#docker-settings-dialog) to open the Docker Desktop menu and select **Settings**. When **Docker's Settings** dialog opens, select **Resources > File Sharing** and check the **C** drive. You can then repeat the steps to deploy HDP Sandbox.
9297
9398
1. Once the Docker containers for HDP Sandbox are deployed and running, you can access the environment by launching your browser and following Cloudera's instructions for opening the [Sandbox Welcome Page](https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html#welcome-page) and launching the HDP Dashboard.
9499

95-
> [!NOTE] These instructions assume that you have first mapped the local IP address of the sandbox environment to the sandbox-hdp.hortonworks.com in the host file on your template VM. If you do **not** do this mapping, you can access the Sandbox Welcome page by navigating to [http://localhost:8080](http://localhost:8080).
100+
> [!NOTE]
101+
> These instructions assume that you have first mapped the local IP address of the sandbox environment to the sandbox-hdp.hortonworks.com in the host file on your template VM. If you do **not** do this mapping, you can access the Sandbox Welcome page by navigating to [http://localhost:8080](http://localhost:8080).
96102
97103
### Automatically start Docker containers when students log in
98104

0 commit comments

Comments
 (0)