Table of Contents |
---|
<Will remove the following text once I remove the restrictions and doc goes live.>
[RN Update]: The Hive Snap Pack is certified with the Cloudera Data Warehouse (CDW). You can use the Hive Execute Snap to work with CDW clusters, through a Generic Hive Database account.
Overview
The Hive Snap Pack supports Cloudera Data Platform (CDP) to connect to the Cloud Data Warehouse (CDW). Using the Workload user's credentials, you can use a Generic Hive Database Account to connect to the Hive database service running on CDP’s Data Warehouse
...
Drag the Hive Execute Snap.
Add the Generic Hive Database account to the Snap.
Enter the Username and Password of your Cloudera Workload instance. (Refer to Step 6 above.)
Enter the JDBC URL of the Hive Server.
Click the Ellipsis on the CDW and select Copy JDBC URL.
Enter the port number right after the domain and update the SSL value from true to 1, wherein 0 is false and 1 is true.
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 1.
For example,jdbc:hive2://<cdw-datahub-cluster-host>:443/;ssl=1;transportMode=http;httpPath=data-hub-cluster-1/cdw-proxy-api/hive
Upload the Hive driver in the JDBC Driver field. You can download the latest JDBC Hive driver from here.
Specify the JDBC Driver Class as
com.cloudera.hive.jdbc.HS2Driver
.Click Validate. Your account should validate successfully.