-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pure-sasl only (including in linux) #36
Comments
Hey @attilajeges - quick question, I saw that pure-sasl version released in alpha couple of hours ago. do you have any expectations about the final release date? I believe this is the last blocker for Apache Airlfow to move to Python 3.9 (old sasl library does not support it). I saw also that you prepared alpha release for the |
Hi @potiuk , we don't have an ETA yet. Currently we are testing this alpha release to see how reliable / robust About the 0.4.3a1 alpha release with |
Understood. Thanks. Is there anything I can help with testing of the pure-sasl thrift_sasl? We are using thrift_sasl in our Hive integration in Apache Airflow https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/index.html and sasl is used with kerberos integration and I might either try to make some tests with our test harness with the new version if it is helpful. In Airflow we have some automated tests with Airflow + Hive Provider + Kerberos + Presto/Trino + Sasl. So this might be pretty helpful I guess ? |
@potiuk Thanks, any additional testing would be useful. Your help is appreciated. Note that we already found some minor issues, so there will be a new alpha release soon. |
Ok will wait for that and run some testing then. |
@potiuk Actually, I confused |
Hi,
I am wondering why are we not using pure-sasl on linux as well - https://github.com/cloudera/thrift_sasl/blob/master/setup.py#L36
sasl is pretty hard to install on linux. especially in environment we have not control over - e.g docker or client environment. So so it will be much easier if we can use pure-sasl, right?
Is there reason thrift-sasl depends on sasl for linux ?
The text was updated successfully, but these errors were encountered: