How can I trace the failure ot TSaslTransport (hive related)
问题 I've been debugging a JDBC Connection error in hive, similar to what was asked here: Hive JDBC getConnection does not return. By turning on log4j properly, i finally got down to seeing this , before the getConnection() hangs. What is thrift waiting for ? If this is related to using the wrong thrift APIs, how can I determine versioning differences between client/server? I have tried copying all libraries from my hive server onto my client app to test if it is some kind of minor thrift class