Skip to content

Commit f21ba1a

Browse files
authored
[docs] add entry for Hive in installation.rst (apache#4942)
1 parent 415d1c0 commit f21ba1a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _images
1111
_modules
1212
superset/bin/supersetc
1313
env_py3
14+
envpy3
1415
.eggs
1516
build
1617
*.db

docs/installation.rst

+2
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ Here's a list of some of the recommended packages.
294294
+---------------+-------------------------------------+-------------------------------------------------+
295295
| Presto | ``pip install pyhive`` | ``presto://`` |
296296
+---------------+-------------------------------------+-------------------------------------------------+
297+
| Hive | ``pip install pyhive`` | ``hive://`` |
298+
+---------------+-------------------------------------+-------------------------------------------------+
297299
| Oracle | ``pip install cx_Oracle`` | ``oracle://`` |
298300
+---------------+-------------------------------------+-------------------------------------------------+
299301
| sqlite | | ``sqlite://`` |

0 commit comments

Comments
 (0)