Sailesh Mukil created HIVE-13049: ------------------------------------ Summary: Hive Thrift python lib not at latest version Key: HIVE-13049 URL: https://issues.apache.org/jira/browse/HIVE-13049 Project: Hive Issue Type: Bug Components: Authentication, Security Reporter: Sailesh Mukil Assignee: Thejas M Nair Priority: Blocker
The Thrift python lib in Hive does not seem to be of the latest Thrift version. We found this while running tests with SSL on our cluster. We have a python script that runs our workloads and we couldn't get SSL authentication. Looking at the Hive python thrift library, I noticed that the TSSLSocket.py file is missing: https://github.com/apache/hive/tree/master/service/lib/py/thrift/transport >From the thrift repo, we need TSSLSocket.py: https://github.com/apache/thrift/tree/master/lib/py/src/transport -- This message was sent by Atlassian JIRA (v6.3.4#6332)