Skip to content

Commit

Permalink
[docs] add entry for Hive in installation.rst (#4942)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored May 7, 2018
1 parent 415d1c0 commit f21ba1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ _images
_modules
superset/bin/supersetc
env_py3
envpy3
.eggs
build
*.db
Expand Down
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ Here's a list of some of the recommended packages.
+---------------+-------------------------------------+-------------------------------------------------+
| Presto | ``pip install pyhive`` | ``presto://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| Hive | ``pip install pyhive`` | ``hive://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| Oracle | ``pip install cx_Oracle`` | ``oracle://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| sqlite | | ``sqlite://`` |
Expand Down

0 comments on commit f21ba1a

Please sign in to comment.