PyHive
PyHive copied to clipboard
Python interface to Hive and Presto. 🐝
Hello, could someone explain to me the "Project is currently unsupported" statement? I looked into the issues and commit message which added that message, but it is not explanatory. **Does...
I really need help on this error. It requires me to put `hive.` on all my table on the query. I am using ipython-sql to send my connection string and...
* [Support for Presto decimals](https://github.com/dropbox/PyHive/commit/3547bd6cccf963a033928b73c5ed498684335c39) * [rename Trino entry point ](https://github.com/dropbox/PyHive/commit/8df7254c4016cbcb8a630166fdab9073955b0e48)
beeline : "jdbc:hive2://hostName:10000/;principal=kyuubi/hostName@com" I can't find anywhere to set the principal value. What I want to use is like following pattern: ```python connection = hive.connect( host=host, port=self.configuration.get("port", None), username=self.configuration.get("username", None),...
We have configuration in place the following beeline jdbc via keytab authentication and the same we are trying to establish using beeline. beeline -u "jdbc:hive2://hostname:10000/default;principal=hive/hostname@relam" Succesful /// Please let me...
PyHive defines a "trino" entry point for a SQLAlchemy dialect: https://github.com/dropbox/PyHive/blob/master/setup.py#L72 If you have both PyHive and `sqlalchemy-trino` installed both will register the same dialect, and each request will randomly...
**Context:** Pandas `read_sql` is now raising a warning suggesting moving from a DB-API connection to a SQLAlchemy connection. Hence we are trying to make the switch. **Issue:** When using a...
Hi, I think previous posts showed that pyhive has issues connecting to an ldap secured cluster (https://github.com/dropbox/PyHive/issues/257). There was mention of a package to fix it (pure-transport by @devinstevenson )....
Does anyone have an example of how to use Zookeper and Pyhive with SSL?
As the title says, we want to connect spark thrifthiveserver2. But there are no any examples. I wanna know whether pyhive support this feature or not? Looking for your reply...