From f21ba1aba7cc66171af6ee87d0722043fb190b00 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 7 May 2018 15:26:19 -0700 Subject: [PATCH] [docs] add entry for Hive in installation.rst (#4942) --- .gitignore | 1 + docs/installation.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bc71c515de500..df3cb8bd3c459 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ _images _modules superset/bin/supersetc env_py3 +envpy3 .eggs build *.db diff --git a/docs/installation.rst b/docs/installation.rst index f29453a14cb91..7302c74511c0e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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://`` |