getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
25.46k stars 4.3k forks source link

how to connect to HiveServer2 with ssl? #3151

Open tooptoop4 opened 5 years ago

tooptoop4 commented 5 years ago

Issue Summary

how to connect to HiveServer2 with ssl?

Steps to Reproduce

Install hive with ssl, verify beeline connection with ssl=false can't connect, verify beeline connection with ssl=true;sslTrustStore=actual;trustStorePassword=actual can connect, attempt hive connection in redash as seems no way to specify ssl options on hive connection. Redash gets Thrift socket error.

Technical details:

tooptoop4 commented 5 years ago

@arikfr any idea? :(