Skip to content

Commit ac09074

Browse files
authored
Update README.rst (#476)
1 parent 486eaef commit ac09074

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README.rst

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
================================
2-
Pyhive project has been donated to Apache Kyuubi.
1+
========================================================
2+
PyHive project has been donated to Apache Kyuubi
3+
========================================================
34

45
You can follow it's development and report any issues you are experiencing here: https://github.com/apache/kyuubi/tree/master/python/pyhive
5-
================================
66

77

88

9+
Legacy notes / instructions
10+
===========================
911

10-
.. image:: https://travis-ci.org/dropbox/PyHive.svg?branch=master
11-
:target: https://travis-ci.org/dropbox/PyHive
12-
.. image:: https://img.shields.io/codecov/c/github/dropbox/PyHive.svg
13-
14-
======
1512
PyHive
16-
======
13+
**********
14+
1715

1816
PyHive is a collection of Python `DB-API <http://www.python.org/dev/peps/pep-0249/>`_ and
1917
`SQLAlchemy <http://www.sqlalchemy.org/>`_ interfaces for `Presto <http://prestodb.io/>`_ ,
2018
`Hive <http://hive.apache.org/>`_ and `Trino <https://trino.io/>`_.
2119

2220
Usage
23-
=====
21+
**********
2422

2523
DB-API
2624
------
@@ -134,7 +132,7 @@ Passing session configuration
134132
)
135133
136134
Requirements
137-
============
135+
************
138136

139137
Install using
140138

@@ -153,11 +151,11 @@ PyHive works with
153151
- For Hive: `HiveServer2 <https://cwiki.apache.org/confluence/display/Hive/Setting+up+HiveServer2>`_ daemon
154152

155153
Changelog
156-
=========
154+
*********
157155
See https://github.com/dropbox/PyHive/releases.
158156

159157
Contributing
160-
============
158+
************
161159
- Please fill out the Dropbox Contributor License Agreement at https://opensource.dropbox.com/cla/ and note this in your pull request.
162160
- Changes must come with tests, with the exception of trivial things like fixing comments. See .travis.yml for the test environment setup.
163161
- Notes on project scope:
@@ -168,7 +166,7 @@ Contributing
168166
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.
169167

170168
Tips for test environment setup
171-
================================
169+
****************************************
172170
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.
173171
It may not be feasible for everyone to get those credentials. Hence below are alternative instructions to setup test environment.
174172

@@ -188,7 +186,7 @@ Then run::
188186
docker-compose up -d
189187

190188
Testing
191-
=======
189+
*******
192190
.. image:: https://travis-ci.org/dropbox/PyHive.svg
193191
:target: https://travis-ci.org/dropbox/PyHive
194192
.. image:: http://codecov.io/github/dropbox/PyHive/coverage.svg?branch=master
@@ -207,7 +205,7 @@ WARNING: This drops/creates tables named ``one_row``, ``one_row_complex``, and `
207205
database called ``pyhive_test_database``.
208206

209207
Updating TCLIService
210-
====================
208+
********************
211209

212210
The TCLIService module is autogenerated using a ``TCLIService.thrift`` file. To update it, the
213211
``generate.py`` file can be used: ``python generate.py <TCLIServiceURL>``. When left blank, the

0 commit comments

Comments
 (0)