cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
730 stars 248 forks source link

Connection Error With Apple M2 Chip #510

Open chihooo opened 1 year ago

chihooo commented 1 year ago

Hi there,

I am attempting to connect to my database via impyla using an Apple M2 Chip. However, I encountered an error message: thrift.transport.TTransport.TTransportException: Could not start SASL: None of the mechanisms listed meet all required properties.

I've successfully used the same code and database server with an Intel Chip before. I am now wondering if impyla is incompatible with the Apple Chip in MacOS?

csringhofer commented 9 months ago

My first guess is that this is related to the environment in Mac and not to the M2 chip itself. Can you provide some more info, e.g. auth mechanism, implyla version and python version?