Contents:
Please complete the following steps in the listed order to configure your installed instance of the Designer Cloud Powered by Trifacta platform to integrate with an HDInsight cluster.
Pre-requisites
Deploy HDI cluster and Alteryx node.
NOTE: The HDI cluster can be deployed as part of installation from the Marketplace. You can also integrate the platform with a pre-existing cluster. Details are below.
- Install Designer Cloud Powered by Trifacta platform on the node.
For more information, see Install from Azure Marketplace.
Configure Azure
Create registered application
You must create a Azure Active Directory (AAD) application and grant it the desired access permissions, such as read/write access to the ADLS resource and read/write access to the Azure Key Vault secrets .
This service principal is used by the Designer Cloud Powered by Trifacta platform for access to all Azure resources. For more information, see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal.
After you have registered, acquire the following information:
Azure Property | Location | Use |
---|---|---|
Application ID | Acquire this value from the Registered app blade of the Azure Portal. | Applied to Designer Cloud Powered by Trifacta platform configuration: |
Service User Key | Create a key for the Registered app in the Azure Portal. | Applied to Designer Cloud Powered by Trifacta platform configuration: NOTE: If you are using Azure AD to integrate with an Azure Databricks cluster, the Azure AD secret value stored in |
Directory ID | Copy the Directory ID from the Properties blade of Azure Active Directory. | Applied to Designer Cloud Powered by Trifacta platform configuration: |
These properties are applied later in the configuration process.
Configure the Platform
Configure for HDI
If you are integrating the Designer Cloud Powered by Trifacta platform with a pre-existing HDI cluster, additional configuration is required. See Configure for HDInsight.
NOTE: If you created a new HDI cluster as part of the installation, all required is listed below.
Configure for Azure Databricks
Optionally, you can integrate the Designer Cloud Powered by Trifacta platform with Azure Databricks, instead of HDI.
For more information, see Configure for Azure Databricks.
Configure base storage layer
For Azure installations, you can set your base storage layer to be HDFS or WASB.
NOTE: The base storage layer must be set after installation. After it has been configured, it cannot be modified.
Azure storage | webapp.storageProtocol setting | hdfs.protocolOverride setting |
---|---|---|
WASB |
wasbs
| (empty) |
ADLS | hdfs | adl |
Configure for Key Vault
For authentication purposes, the Designer Cloud Powered by Trifacta platform must be integrated with an Azure Key Vault keystore. For more information, see https://azure.microsoft.com/en-us/services/key-vault/.
Please complete the following sections to create and configure your Azure Key Vault.
Create a Key Vault resource in Azure
- Log into the Azure portal.
- Goto: https://portal.azure.com/#create/Microsoft.KeyVault
- Complete the form for creating a new Key Vault resource:
Name: Provide a reasonable name for the resource. Example:
<clusterName>-<applicationName>-<group/organizationName>
- Location: Pick the location used by the HDI cluster.
- For other fields, add appropriate information based on your enterprise's preferences.
- To create the resource, click Create.
Enable Key Vault access for the Designer Cloud Powered by Trifacta platform
In the Azure portal, you must assign access policies for application principal of the Alteryx registered application to access the Key Vault.
Steps:
- In the Azure portal, select the Key Vault you created. Then, select Access Policies.
- In the Access Policies window, select the Alteryx registered application.
- Click Add New.
- For Secret permissions, select the following:
- Get
- Set
- Delete
- Do not select any other options.
- Click OK.
Create WASB access token
If you are enabling access to WASB, you must create this token within the Azure Portal.
For more information, see https://docs.microsoft.com/en-us/rest/api/storageservices/delegating-access-with-a-shared-access-signature.
You must specify the storage protocol ( wasbs
) used by the Designer Cloud Powered by Trifacta platform .
Configure Key Vault key and secret for WASB
In the Key Vault, you can create key and secret pairs for use.
Base Storage Layer | Description |
---|---|
ADLS | The Designer Cloud Powered by Trifacta platform creates its own key-secret combinations in the Key Vault. No additional configuration is required. Please skip this section and populate the Key Vault URL into the Designer Cloud Powered by Trifacta platform. |
WASB | For WASB, you must create key and secret values that match other values in your Azure configuration. Instructions are below. |
WASB: To enable access to the Key Vault, you must specify your key and secret values as follows:
Item | Applicable Configuration |
---|---|
key | The value of the key must be specified as the |
secret | The value of the secret should match the shared access signature for your storage. This value is specified as |
Acquire shared access signature value:
In the Azure portal, please do the following:
- Open your storage account.
- Select Shared Access Signature .
- Generate or view existing signatures.
- For a new or existing signature, copy the SAS token value. Omit the leading question mark (?).
- Paste this value into a text file for safekeeping.
Create a custom key:
To create a custom key and secret pair for WASB use by the Designer Cloud Powered by Trifacta platform, please complete the following steps:
- On an existing or newly created Azure Key Vault resource, click Secrets.
- At the top of the menu, click Generate/Import.
- In the Create a secret menu:
- Select Manual for upload options.
Chose an appropriate name for the key.
NOTE: Please retain the name of the key for later use, when it is applied through the Designer Cloud Powered by Trifacta platform as the
sasTokenId
value. Instructions are provided later.- Paste the SAS token value for the key into the secret field.
- Click Create.
Configure Key Vault location
For ADLS or WASB, the location of the Azure Key Vault must be specified for the Designer Cloud Powered by Trifacta platform. The location can be found in the properties section of the Key Vault resource in the Azure portal.
Steps:
- Log in to the Azure portal.
- Select the Key Vault resource.
- Click Properties.
- Locate the DNS Name field. Copy the field value.
This value is the location for the Key Vault. It must be applied in the Designer Cloud Powered by Trifacta platform.
Steps:
- You can apply this change through the Admin Settings Page (recommended) or
trifacta-conf.json
. For more information, see Platform Configuration Methods. Specify the URL in the following parameter:
"azure.keyVaultURL": "<your key value URL>",
Apply SAS token identifier for WASB
If you are using WASB as your base storage layer, you must apply the SAS token value into the configuration of the Designer Cloud Powered by Trifacta platform.
Steps:
- You can apply this change through the Admin Settings Page (recommended) or
trifacta-conf.json
. For more information, see Platform Configuration Methods. Paste the value of the SAS Token for the key you created in the Key Vault as the following value:
"azure.wasb.defaultStore.sasTokenId": "<your Sas Token Id>",
- Save your changes.
Configure Secure Token Service
Access to the Key Vault requires use of the secure token service (STS) from the Designer Cloud Powered by Trifacta platform. To use STS with Azure, the following properties must be specified.
NOTE: Except in rare cases, the other properties for secure token service do not need to be modified.
You can apply this change through the Admin Settings Page (recommended) or trifacta-conf.json
.
For more information, see Platform Configuration Methods.
Property | Description |
---|---|
" secure-token-service .autorestart" | Set this value to |
"secure-token-service.port" | Set this value to 8090 . |
"com.trifacta.services.secure_token_service. refresh_token_encryption_key" | Enter a base64 string to serve as your encryption key for the refresh token of the secure token service. A default encryption key is inserted for you. NOTE: If a valid base64 string value is not provided here, the platform fails to start. For more information on how to generate an encryption key that is unique to your instance of the platform, see Install from Azure Marketplace. |
"secure-token-service.userIdHashingPepper" | Enter a base64 string. |
Configure for SSO
If needed, you can integrate the Designer Cloud Powered by Trifacta platform with Azure AD for Single-Sign On to the platform. See Configure SSO for Azure AD.
Configure for ADLS
Enable read-only or read-write access to ADLS. For more information, see Enable ADLS Access.
Configure for WASB
Enable read-only or read-write access to WASB. For more information on integrating with WASB, see Enable WASB Access.
Configure relational connections
If you are integrating Designer Cloud Enterprise Edition with relational datastores, please complete the following configuration sections.
Create encryption key file
An encryption key file must be created on the Alteryx node. This key file is shared across all relational connections. See Create Encryption Key File.
Create Hive connection
You can create a connection to the Hive instance on the HDI cluster with some modifications.
- High Availability: Natively, Azure supports high availability for HiveServer2 via Zookeeper. Host and port information in the JDBC URL must be replaced with a Zookeeper quorum. HA for Hive is not supported in deployments other than Azure.
In addition to the other Hive connection properties, please specify the following values for the properties listed below:
Property | Description |
---|---|
Host | Use your Zookeeper quorum value. For the final node of the list, omit the port number. Example: zk1.cloudapp.net:2181,zk2.cloudapp.net:2181,zk3.cloudapp.net |
Port | Set this value to 2181 . |
Connect String options | In addition to any options required for your environment, include the following option: /;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2 |
Database | Enter your Hive database name. |
Connections are created through the Connections page. See Connections Page.
For additional details on creating a connection to Hive, see Create Hive Connections.
A Hive connection can also be created using the above property substitutions via CLI or API.
- For details on values to use when creating via CLI or API, see Connection Types.
- See CLI for Connections.
- See API Connections Create v3.
Create Azure SQL DB connection
For more information, see Create SQL DB Connections.
Create Azure SQL DW connection
For more information, see Create SQL DW Connections.
Testing
- Load a dataset from the HDI cluster through either ADLS or WASB.
- Perform a few simple steps on the dataset.
- Click Run Job in the Transformer page.
- When specifying the job:
- Click the Profile Results checkbox.
- Select Hadoop.
- When the job completes, verify that the results have been written to the appropriate location.
This page has no comments.