...
Scenario Description
Using CloudFormation will allow you to get Trifacta up and running templates enable you to install
with a minimal amount of effort.
Additional - After install, customizations can be
...
- applied by tweaking the resources that were created by the CloudFormation process.
- If you have additional requirements or a complicated environment
...
- , please contact for assistance with your solution.
Install
The CloudFormation template will create creates a complete working instance of Trifacta including
, including the following:- VPC and all required networking infrastructure
- EC2 instance with all supporting policies/roles
- S3 bucket
- EMR cluster
- Configurable autoscaling instance groups
- All supporting policies/roles
Pre-requisites
Warning |
---|
If you are integrating the with an EMR cluster, you must acquire a license first. Additional configuration is required. For more information, please contact aws-marketplace@trifacta.com. |
...
Excerpt |
---|
Desktop Requirements- All desktop users of the platform must have the latest version of Google Chrome installed on their desktops.
- All desktop users must be able to connect to the EC2 instance through the enterprise infrastructure.
Steps: - In the Marketplace listing, click Deploy into a new VPC.
- Choose a Template: The template path is automatically populated for you.
- Specify Details:
Stack Name: Display name of the stack is used in the names of resources created by the stack and as an identifier for the stack. Info |
---|
NOTE: Each instance of the must have a separate name. |
Instance Type: Please select the appropriate instance depending on the number of users and data volumes of your environment. For more information, see the Sizing Guide above. Key Pair: This SSH key pair is used to access the and the EMR cluster instances.Allowed HTTP Source: This range of addresses are permitted access to the on port 80, 443, and 3005.Port numbers 80 and 443 do not have any services by default, but you may modify the to enable access via these ports.
Allowed SSH Source: This range of addresses is permitted access to port 22 on the .- EMR Cluster Node Configuration: Allows you to customize the configuration of the deployed EMR nodes
- Reasonable values are used as defaults.
- If you do customize these values, you should upsize. Avoid downsizing these values.
- EMR Cluster Autoscaling Configuration: Allows you to customize the autoscaling settings used by the EMR cluster.
- Reasonable values are used as defaults.
- Options: None of these is required for installation. Specify any options as needed for your environment.
- Review: Review your installation and configured options.
- Select the checkbox at the end of the page.
- To launch the stack, click Create.
- Please wait while the stack creates all required resources.
In the Stacks list, select the name of your application. Click the Outputs tab and collect the following information. Instructions on how to use this information are provided later. Parameter | Description | Use |
---|
| URL and port number to which to connect to the | Users must connect to this IP address and port number to access. By default, it is set to 3005 . The access port can be moved to 80 or 443 if desired. Please contact us for more details. | | The address of the default S3 bucket | This value must be applied through the application after it has been deployed. | | The identifier for the instance of the platform | This value is the default password for the admin account. Info |
---|
NOTE: You must change this password on the first login to the application. |
|
After the has been created, you must add a license file before starting the . Here we will SSH into the server and create the license file and paste the license file content in, plus update the ownership and permissions of that file:SSH into the server as the centos user and using the key you specified. Change to root user:
Add your license by creating the following file.: Code Block |
---|
/opt/trifacta/license/license.json |
Into the above file, paste the contents of the license.json file that was provided to you by your .Verify permissions on the file: Code Block |
---|
chown trifacta:trifacta /opt/trifacta/license/license.json
chmod 644 /opt/trifacta/license/license.json |
Start the : Code Block |
---|
service trifacta start |
- It may take some time for the server to finish coming online. Navigate to the .
- When the login screen appears, enter the following:
- Username:
admin@trifacta.local Password: (the TrifactaInstanceId value) Info |
---|
NOTE: After you login as an admin for the first time, you must change the password. |
- From the application menu, select the Settings menu. Then, click Settings >Admin Settings.
In the Admin Settings page, you can configure many aspects of the platform, including user management tasks, and perform restarts to apply the changes. Add the S3 bucket that was automatically created to store and EMR content. Search for: Code Block |
---|
"aws.s3.bucket.name" |
- Update the value with the provided when you created the stack in AWS.
Verify your Spark version. If the cluster was launched from AWS, this value should be set to 2.3.0 . Search for:
Code Block |
---|
"spark.version" |
Update its value to 2.3.0 , if necessary.
Enable the "Run in EMR" option within the platform. Search for:
Code Block |
---|
"webapp.runinEMR" |
- Select the checkbox to enable it.
Click Save underneath the Platform Settings section. In the Admin Settings page, locate the External Service Settings section. AWS EMR Cluster ID: Paste the value for the EMR Cluster ID for the cluster to which the platform is connecting. - Make sure to remove any extra spaces that may have been copiedVerify that there are no extra spaces in any copied value.
- AWS Region: Enter the region where your EMR cluster is located.
- Resource Bucket: you may use the already created .
- Make sure to remove any extra spaces that may have been copiedVerify that there are no extra spaces in any copied value.
- Resource Path: you should use something like
EMRLOGS .
Click Save underneath the External Service Settings section. When the platform restarts, you can begin using the product.
Warning |
---|
If you must delete the CloudFormation stack, please be aware of the following. |
- The S3 bucket that was created for the stack is not removed. If you want to delete it, you must empty it first and then delete it.
- Any EMR security groups created for the stack cannot be deleted, due to circular references. The stack deletion process informs you of the security groups that it failed to delete. To complete the deletion:
- Remove all rules from the security groups.
- Delete the security groups manually.
- Re-run the stack deletion, which should complete successfully.
|
...