mistercrunch closed pull request #4942: [docs] add entry for Hive in
installation.rst
URL: https://github.com/apache/incubator-superset/pull/4942
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.gitignore b/.gitignore
index bc71c515de..df3cb8bd3c 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 06afbc637a..b89c025f19 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://``
|
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]