-
I am trying to use LDAP auth, but I can't see to get the code to accept it:
Input vars:
```
AUTH = LDAP
PRINCIPAL = ""
HOST =
port =
```
```
conn = hive.Connection(host=HOST, port=PORT,…
-
```python
conn = connect(host=‘example.com', port=21050, database=‘default’, auth_mechanism='LDAP', user=‘xxxxx’, password=‘xxxxx’, use_ssl=True, ca_cert='truststore.pem')
```
Log:
```
…
-
Not sure what I should do about this
Exception in thread "Thread-4" java.lang.RuntimeException: java.sql.SQLException: java.lang.ClassNotFoundException
at com.nexr.rhive.hive.HiveJdbcClient$Hiv…
-
Python 3 support would be nice.
Lots of other packages depending on it:
https://github.com/BradRuderman/pyhs2/issues/44
http://stackoverflow.com/questions/31701493/problems-installing-pyhs2-in-python…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before creating
- [X] I have searched in the [tas…
-
### 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…
-
## Document structure design
_- The principle of gradual progress._
_- Users at different stages of learning can find the corresponding guide._
_- Each model should have a corresponding applicati…
-
We experience an error when connecting to hive using Kerberos auth:
Bad SASL negotiation status: 3 (GSS initiate failed)
Below is our code and before executing our code, we execute kinit:
`ki…
-
we connect hive with kerberos, kinit was done, but some wrong happend:
Failed to open Apache Hive connection: Bad SASL negotiation status: 3 (Final handshake step failed)
-
I posted a message earlier on this board and it got deleted and so posting again.
I down loaded the samples and modified some of them for Hive13, hadoop 2.4.1 (hrtonworks 2.1).
Please take aa look an…