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

Commit

Permalink
thrift_sasl has a PyPI package now, so bundle it
Browse files Browse the repository at this point in the history
  • Loading branch information
jingw committed Aug 24, 2015
1 parent 6dd846e commit 2e56bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ Requirements
Install using ``pip install pyhive``.

- Python 2.7
- For Presto: Just a Presto install
- For Hive

- `HiveServer2 <https://cwiki.apache.org/confluence/display/Hive/Setting+up+HiveServer2>`_ daemon
- ``thrift_sasl`` (from `Cloudera <https://github.com/y-lan/python-hiveserver2/blob/master/src/cloudera/thrift_sasl.py>`_)
- For Presto: Presto install
- For Hive: `HiveServer2 <https://cwiki.apache.org/confluence/display/Hive/Setting+up+HiveServer2>`_ daemon

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):
],
extras_require={
"Presto": ['requests>=1.0.0'],
"Hive": ['sasl>=0.1.3', 'thrift>=0.8.0'],
"Hive": ['sasl>=0.1.3', 'thrift>=0.8.0', 'thrift_sasl>=0.1.0'],
"SQLAlchemy": ['sqlalchemy>=0.5.0'],
},
tests_require=[
Expand Down

0 comments on commit 2e56bff

Please sign in to comment.