Desktop Requirements- All desktop users of the platform must have the latest version of Google Chrome installed on their desktops.
- Google Chrome must have the PNaCl client installed and enabled.
- PNaCl Version:
0.50.x.y or later
- All desktop users must be able to connect to the EC2 instance through the enterprise infrastructure.
Sizing Guide Info |
---|
NOTE: The following guidelines apply only to . |
Use the following guidelines to select your instance size: Info |
---|
NOTE: enforces a maximum limit of 30 users. |
Size | max recommended users | Avg. size of jobs on (GB) |
---|
Small | 5 | 5 GB | Medium | 15 | 20 GB | Large | 30 | 40 GB | Pre-requisitesBefore you install the platform, please verify that the following steps have been completed. EULA. Before you begin, please review the End-User License Agreement. See End-User License Agreement. S3 bucket. Please create an S3 bucket to store . In the bucket, the platform stores metadata in the following location: Code Block |
---|
<S3_bucket_name>/trifacta |
See https://s3.console.aws.amazon.com/s3/home. - IAM policies. Create IAM policies for access to the S3 bucket. Required permissions are the following:
- EC2 instance role. Create an EC2 instance role for this policy. See https://console.aws.amazon.com/iam/home#/roles.
Internet access Excerpt Include |
---|
| Configure for AWS |
---|
| Configure for AWS |
---|
nopanel | true |
---|
|
Install Steps- Launch from AMI.
- In the EC2 Console:
- Instance size: Select the instance size. See Sizing Guide.
- Network: Configure the VPC, subnet, firewall and other configuration settings necessary to communicate with the instance.
- Auto-assigned Public IP: You must create a public IP to access the .
- EC2 role: Select the EC2 role that you created.
Local storage: Select a local EBS volume. The default volume includes 100GB storage. Info |
---|
NOTE: The local storage environment contains the , the product installation, and its log files. No source data is ever stored within . |
- Security group: Use a security group that exposes access to port 3005, which is the default port for the platform.
- Create an AWS key-pair for access:This key is used to provide SSH access to the platform, which may be required for some admin tasks. Save key file to your local computer for later use.
- Save your changes.
Launch the configured version of . Info |
---|
NOTE: From the EC2 Console, please acquire the instanceId , which is needed in a later step. |
When the instance is spinning up for the first time, performance may be slow. When the instance is up, please navigate to the following: Code Block |
---|
http://<public_hostname>:3005 |
- When the login screen appears, enter the following:
- Username:
admin@trifacta.local Password: (the instanceId value) Info |
---|
NOTE: As soon as you login as an admin for the first time, you should immediately change the password. Select the User Profile menu item in the upper-right corner. Change the password and click Save to restart the platform. |
- From the application menu, select Settings menu > 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.
In the Search bar, enter the following: Code Block |
---|
aws.s3.bucket.name |
Set the value of this setting to be the bucket that you created for .
The following setting must be specified. Code Block |
---|
"aws.mode":"system", |
You can set the above value to either of the following: aws.mode value | Description |
---|
system | Set the mode to system to enable use of EC2 instance-based authentication for access. | user | Set the mode to user to utilize user-based credentials. This mode requires additional configuration. | Details on the above configuration are described later.Depending on how your VPC is configured, you may need to specify the VPC endpoint through which the connects to S3:
Code Block |
---|
"aws.s3.endpoint": "<your_vpc_endpoint>", |
For more information, see Enable S3 Access. Click Save. When the platform restarts, you can begin using the product.
SSH AccessIf you need to SSH to the , you can use the following command: Code Block |
---|
ssh -i <path_to_key_file> <userId>@<tri_node_DNS_or_IP> |
Parameter | Description |
---|
<path_to_key_file> | Path to the key file stored on your local computer. | <userId> | The user ID is always centos . | <tri_node_DNS_or_IP> | |
|