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
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Updated Cloudera versions to refelect what is currently available in the public archive.
Note that this repository is not maintained on a frequent basis - these values may need to be updated quarterly to reflect what is not behind the Cloudera paywall. Refer to https://archive.cloudera.com/cdh7/ and ensure both schema.yaml and variables.tf reflect the appropriate version which is currently available.
Failure to download parcels during deployment is a symptom of this version URL being incorrect - it's dynamically generated based on the values in the two files mentioned above.
Also added the Deploy to OCI magic button, and updated OS images to refer to latest.
This Quick Start uses [OCI Resource Manager](https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Concepts/resourcemanager.htm) to make deployment quite easy. Simply [download the latest .zip](https://github.com/oracle-quickstart/oci-cloudera/archive/master.zip) and follow the [Resource Manager instructions](https://docs.cloud.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/managingstacksandjobs.htm) for how to build a stack. Prior to building the Stack, you may want to modify some parts of the deployment detailed in the sections below.
21
+
This Quick Start uses [OCI Resource Manager](https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Concepts/resourcemanager.htm) to make deployment quite easy.
22
22
23
-
It is highly suggested you use the included schema file to make deployment even easier. In order to leverage this feature, the GitHub zip must be repackaged so that it's contents are top-level prior to creating the ORM Stack. This is a straight forward process:
24
-
25
-
unzip oci-cloudera-master.zip
26
-
cd oci-cloudera-master
27
-
zip -r oci-cloudera-orm.zip *
28
-
29
-
Use the `oci-cloudera-orm.zip` file created in the last step to create the ORM Stack. The schema file can even be customized for your use, enabling you to build a set of approved variables for deployment.
23
+
Simply click this button to deploy to OCI.
24
+
[](https://console.us-ashburn-1.oraclecloud.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-cloudera/archive/3.3.0.zip)
30
25
31
26
This template uses Terraform v0.12, and has support to target existing VCN/Subnets for cluster deployment. To engage this functionality, just use the Schema menu system to select an existing VCN target, then select appropriate Subnets for each cluster host type.
32
27
33
28
If you deploy Cloudera Manager to a private subnet, you will require a VPN or SSH Tunnel through an edge node to access cluster management.
34
29
35
30
Once the deployment is complete you can access Cloudera manager at `http://<some IP address>:7180/cmf/login`.
36
31
32
+
Cluster Provisioning is executed on the Utility host using CloudInit. That activity is logged in /var/log/cloudera-OCI-initialize.log. This log file can be used to triage cluster setup issues.
33
+
37
34

38
35
39
36
The default username is `cm_admin` and the default password is `changeme`. You should see a cluster up and running like this:
0 commit comments