- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on ‎08-31-2017 10:31 PM
Note: The ODBC connector is supported for Windows version of Tableau only.
- Download Hortonworks driver from the link below
https://hortonworks.com/downloads/#addons
- Chose Hortonworks ODBC Driver for Apache Hive (v2.1.10) from Hortonworks Data Platform Add-Ons section (Tested Windows 64 bit)
- Download and run/install the driver.
- Create a Data Source Name in ODBC Administrator:
- Open Data Sources (ODBC) from Control Panel/Administrative Tools.
- Highlight "Sample Hortonworks Hive DSN" from System DSN tab and click "Configure" button
- Enter the following info
- Host(s): <HOST_NAME>
- Port: <PORT>
- Database: Default
- Mechanism: select "User name password" from dropdown
- User name: <USER_NAME>
- Password: <PASSWORD>
- Delegation UID:
- Thrift Transport: select "HTTP" from dropdown
- Click on HTTP Options
- HTTP Path: gateway/default/hive
- Click on SSL Options
- Check "Enable SSL" checkbox
- Check "Allow Common name host name mismatch" checkbox - This option specifies whether a CA-issued SSL certificate name must match the host name of the Hive server
- Trusted Certificates: The full path of the .pem file containing trusted CA certificates for verifying the server when using SSL.
- Click "Test" on the bottom of the dialog box to test
- Once successful, click "OK" button
From Tableau
- On the Connect screen
- Click "More ..." from "To a Server" section
- Choose "Other Databases (ODBC)"
- DSN: Choose "Sample Hortonworks Hive DSN" from dropdown
- Click "Connect" button. (Once connected, "Connection Attributes" section will be activated/enabled)
- On the Connection Attributes Section
- Server: <HOST_NAME>
- Port: <PORT>
- Database: Default
- Username: <USER_NAME>
- Password: <PASSWORD>
- Click on "Sign In"
Created on ‎11-15-2018 09:11 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Avinash Makey ...Can you please guide on how to connect to Tableau in environments without SSL connection.
Created on ‎11-15-2018 09:57 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Did you try without checking "Enable SSL" option?
Created on ‎02-20-2020 02:30 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi
I am trying to connect to Hive DB to Tableau.
I have Hive DB in HDFS in a Linux VM and Tableau Desktop installed on my Windows machine.
I am getting below error when I try to create ODBC Data Source.
[Cloudera][DriverSupport] (1110) Unexpected response received from server. Please ensure the server host and port specified for the connection are correct and confirm if SSL should be enabled for the connection.
What could be the reason behind the error?
Could it be because the Hive Server is not running?
The VM in Running and when I execute a select query on VM I am getting the table from Hive in linux.
Do we need to start the HiveServer2 explicitly? If yes, what is the syntax?
I tried using
hive --service hiveserver2
but the VM is going in to hung state.
Kindly help
Created on ‎03-24-2020 01:20 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi,
Just wondering if HPKakade issue every got resolved.
I'm experiencing a similar issue when I try to connect in Python via pyodbc.
Thanks!