You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyHive is a collection of Python `DB-API <http://www.python.org/dev/peps/pep-0249/>`_ and
19
17
`SQLAlchemy <http://www.sqlalchemy.org/>`_ interfaces for `Presto <http://prestodb.io/>`_ ,
20
18
`Hive <http://hive.apache.org/>`_ and `Trino <https://trino.io/>`_.
21
19
22
20
Usage
23
-
=====
21
+
**********
24
22
25
23
DB-API
26
24
------
@@ -134,7 +132,7 @@ Passing session configuration
134
132
)
135
133
136
134
Requirements
137
-
============
135
+
************
138
136
139
137
Install using
140
138
@@ -153,11 +151,11 @@ PyHive works with
153
151
- For Hive: `HiveServer2 <https://cwiki.apache.org/confluence/display/Hive/Setting+up+HiveServer2>`_ daemon
154
152
155
153
Changelog
156
-
=========
154
+
*********
157
155
See https://github.com/dropbox/PyHive/releases.
158
156
159
157
Contributing
160
-
============
158
+
************
161
159
- Please fill out the Dropbox Contributor License Agreement at https://opensource.dropbox.com/cla/ and note this in your pull request.
162
160
- Changes must come with tests, with the exception of trivial things like fixing comments. See .travis.yml for the test environment setup.
163
161
- Notes on project scope:
@@ -168,7 +166,7 @@ Contributing
168
166
For example, the Presto code takes an arbitrary ``requests_session`` argument for customizing HTTP calls, as opposed to having a separate parameter/branch for each ``requests`` option.
169
167
170
168
Tips for test environment setup
171
-
================================
169
+
****************************************
172
170
You can setup test environment by following ``.travis.yaml`` in this repository. It uses `Cloudera's CDH 5 <https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_download_510.html>`_ which requires username and password for download.
173
171
It may not be feasible for everyone to get those credentials. Hence below are alternative instructions to setup test environment.
0 commit comments