Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Document Python 3 + Hive caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
jingw committed Sep 1, 2017
1 parent 44717f7 commit d787916
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ Install using
- ``pip install pyhive[hive]`` for the Hive interface and
- ``pip install pyhive[presto]`` for the Presto interface.

`PyHive` works with
PyHive works with

- Python 2.7 / Python 3
- For Presto: Presto install
- For Hive: `HiveServer2 <https://cwiki.apache.org/confluence/display/Hive/Setting+up+HiveServer2>`_ daemon
- For Python 3 + Hive + SASL, you currently need to install an unreleased version of ``thrift_sasl``
(``pip install git+https://github.com/cloudera/thrift_sasl``).
At the time of writing, the latest version of ``thrift_sasl`` was 0.2.1.

There's also a `third party Conda package <https://binstar.org/blaze/pyhive>`_.

Expand Down

0 comments on commit d787916

Please sign in to comment.