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/lab-services/classroom-labs/class-type-big-data-analytics.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,10 @@ Use the settings in the table below when setting up a classroom lab. For more i
47
47
|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.|
48
48
|Virtual Machine Image| Windows 10 Pro|
49
49
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
53
54
54
55
## Template machine configuration
55
56
@@ -66,14 +67,16 @@ To use Docker containers, you must first install Docker Desktop on the template
66
67
67
68
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/).
68
69
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
+
71
73
1. Ensure that **Windows Containers and Hyper-V features** are turned on.
72
74

73
75
74
76
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.
75
77
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**.
77
80
78
81
### Deploy HDP Sandbox
79
82
@@ -86,13 +89,16 @@ In this section, you will deploy HDP Sandbox and then also access HDP Sandbox us
86
89
- Deploy HDP Sandbox
87
90
- Verify HDP Sandbox
88
91
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.
90
94
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.
92
97
93
98
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.
94
99
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).
96
102
97
103
### Automatically start Docker containers when students log in
0 commit comments