Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit cc136d3

Browse files
Update deployment-guidance.md
1 parent cd12bad commit cc136d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/big-data-cluster/deployment-guidance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following environment variables are used for security settings that are not
142142
| **CONTROLLER_USERNAME** | Required |The username for the cluster administrator. |
143143
| **CONTROLLER_PASSWORD** | Required |The password for the cluster administrator. |
144144
| **MSSQL_SA_PASSWORD** | Required |The password of SA user for SQL master instance. |
145-
| **KNOX_PASSWORD** | Required |The password for Knox user. |
145+
| **KNOX_PASSWORD** | Required |The password for Knox **root** user. Note than in a basic authentication setup only user supported for Knox is **root**.|
146146
| **ACCEPT_EULA**| Required for first use of `azdata`| Requires no value. When set as an environment variable, it applies EULA to both SQL Server and `azdata`. If not set as environment variable, you can include `--accept-eula` in the first use of `azdata` command.|
147147
| **DOCKER_USERNAME** | Optional | The username to access the container images in case they are stored in a private repository. See the [Offline deployments](deploy-offline.md) topic for more details on how to use a private Docker repository for big data cluster deployment.|
148148
| **DOCKER_PASSWORD** | Optional |The password to access the above private repository. |
@@ -165,6 +165,10 @@ SET MSSQL_SA_PASSWORD=<password>
165165
SET KNOX_PASSWORD=<password>
166166
```
167167

168+
> [!NOTE]
169+
> You must use **root** user for Knox gateway with the above password. **root** is the only user supported for in this basic authentication (username/password) setup. For SQL Server master, username provisioned to be used with the above password is **sa**.
170+
171+
168172
After setting the environment variables, you must run `azdata bdc create` to trigger the deployment. This example uses the cluster configuration profile created above:
169173

170174
```bash

0 commit comments

Comments
 (0)