Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 5696913

Browse files
committed
Updated README with Kerberos information
1 parent c8b1a6c commit 5696913

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

v6/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ In addition, further customization of the cluster deployment can be done by modi
5757

5858
This does require some knowledge of Python - modify at your own risk. These functions contain Cloudera specific tuning parameters as well as host mapping for roles.
5959

60+
## Kerberos Secure Cluster by Default
61+
62+
This automation now defaults to using a local KDC deployed on the Cloudera Manager instance for secure cluster operation. Please read the scripts [README](../blob/master/scripts/README.md) for information regarding how to set these parameters prior to deployment.
63+
64+
Also - for cluster management, you will need to manually create at a minimum the HDFS Superuser Principal as [detailed here](https://www.cloudera.com/documentation/enterprise/latest/topics/cm_sg_using_cm_sec_config.html#create-hdfs-superuser) after deployment.
65+
6066
## Cloudera Manager and Cluster Metadata Database
6167
You are able to customize which database you want to use for Cloudera Manager and Cluster Metadata. In compute.tf you will see a "user_data" field for the Utility instance:
6268

@@ -81,7 +87,11 @@ This will create all the required elements in a compartment in the target OCI te
8187

8288
After Terraform is finished deploying, the output will show the Python syntax to trigger cluster deployment. This command can be run immediately following deployment, as it has built-in checks to wait until Cloudera Manager API is up and responding before it executes deployment. The syntax is as follows:
8389

84-
python scripts/deploy_on_oci.py -m <master_ip> -d <disk_count> -w <worker_shape>
90+
python scripts/deploy_on_oci.py -B -m <master_ip> -d <disk_count> -w <worker_shape>
91+
92+
It is also possible to destroy an existing cluster with this script using Cloudera Manager
93+
94+
python scripts/deploy_on_oci.py -D -m <master_ip>
8595

8696
## Destroy the Deployment
8797

v6/scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With the introduction of local KDC for secure cluster, this requires some setup
1414
* kdc_server - This is the hostname where KDC is deployed (defaults to Cloudera Manager host)
1515
* realm - This is set to hadoop.com by default.
1616
* REALM - This is set to HADOOP.COM by default.
17-
* cm_boot_mysql.sh -
17+
* cm_boot_mysql.sh
1818
* KERBEROS_PASSWORD - This is used for the root/admin account.
1919
* SCM_USER_PASSWORD - By default the cloudera-scm user is given admin control of the KDC. This is required for Cloudera Manager to setup and manage principals, and the password here is used by that account.
2020
* kdc_server - Defaults to local hostname.

0 commit comments

Comments
 (0)