From 2f2895cb6e3edf1ea0cf9cb54529beb55254aa83 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 7 May 2018 10:04:54 -0700 Subject: [PATCH] [docs] add entry for Hive in installation.rst --- .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 06afbc637a999..b89c025f19241 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://`` |