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

Commit 84a0ef0

Browse files
committed
README update
1 parent 89eba50 commit 84a0ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can customize the default root password for MySQL by editing the source scri
8080
Note that you will also need to change "meta_db_port" in deploy_on_oci.py if you choose to run Postgres.
8181

8282
## Object Storage Integration
83-
As of the 2.1.0 release, included with this template is a means to deploy clusters with configuration to allow use of OCI Object Storage using S3 Compatability. In order to implement, an S3 Access and Secret key must be set up in the OCI Tenancy first. This process is detailed [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcredentials.htm#Working2). Once that is in place, modify the deploy_on_oci.py script, and set the following values:
83+
As of the 2.1.0 release, included with this template is a means to deploy clusters with configuration to allow use of OCI Object Storage using S3 Compatability. In order to implement, an S3 Access and Secret key must be set up in the OCI Tenancy first. This process is detailed [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcredentials.htm#Working2). Once that is in place, modify the [deploy_on_oci.py](https://github.com/oci-quickstart/oci-cloudera/blob/master/scripts/deploy_on_oci.py#L133-L141) script, and set the following values:
8484

8585
s3_compat_enable = 'False'
8686
s3a_secret_key = 'None'

0 commit comments

Comments
 (0)