Overview
The Hive Execute Snap in the Hive Snap Pack require a Cloudera instance to access the Hive database. For the Generic Hive Datbase account to authorize successfully, ensure to create and configure an application corresponding to the account.
Prerequisites
Valid Cloudera credentials.
Clouder instance.
Locate Details in Cloudera
To validate your account in SnapLogic, you must have the following details:
JDBC URL
JDBC Driver Class
Workload User name and password.
Log in to https://sso.cloudera.com/
The Cloudera home page is displayed.Click your Profile icon and select Cloudera Data Platform US West.
Under Data Management, click Management Console.
Click Data Hub Clusters. The list of hub clusters is displayed.
Click the Endpoints tab.
Copy or make note of the JDBC URL of the Hive Server to use it in the Generic Hive Database Account.
Click Snap Team and select Profile. Make note of the Workload credentials.
Configuring Generic Hive Database Account with Cloudera
Drag the Hive Execute Snap.
Add Generic Hive Database Account.
Enter the Username and Password of your Cloudera workload.
Enter the JDBC URL of the Hive Server.
Enter the Site number as 443.
If the SSL is enabled on the Hive server, leave SSL as true. If the SSL is not enabled on the server, enter SSL as 0 or 1.
Upload the JDBC Driver. You can download the latest JDBC Hive driver from here.
Specify the JDBC Driver Class as
com.cloudera.hive.jdbc.HS2Driver
.
Related Content: