Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Tableau parameters to connect to HDP Hive

avatar
New Member

I am using sandbox and wanted to connect the hive tables to the Tableau. Is there any documentation on what authentication (and other parameters) that I should be using?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Detailed step by step tutorials is here - http://hortonworks.com/hadoop-tutorial/how-to-install-and-configure-the-hortonworks-odbc-driver-on-w...

For authentication, you will be using hiveserver2, authentication mechanism as 'by name' and you can use either 'hue', 'root', or any other user that you may like.

Hopefully this helps.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

Detailed step by step tutorials is here - http://hortonworks.com/hadoop-tutorial/how-to-install-and-configure-the-hortonworks-odbc-driver-on-w...

For authentication, you will be using hiveserver2, authentication mechanism as 'by name' and you can use either 'hue', 'root', or any other user that you may like.

Hopefully this helps.

avatar
New Member

ah. yes it does. Authentication by name worked. Also, thanks for the tutorial link.