Giving hingts that we support SparkSQL (#803)

This commit is contained in:
Maxime Beauchemin 2016-07-21 17:51:30 -07:00 committed by GitHub
parent a704d4ddee
commit e813726afb
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ Here's a list of some of the recommended packages.
+---------------+-------------------------------------+-------------------------------------------------+
| Impala | ``pip install impyla`` | ``impala://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| SparkSQL | ``pip install pyhive`` | ``jdbc+hive://`` |
+---------------+-------------------------------------+-------------------------------------------------+
Note that many other database are supported, the main criteria being the
existence of a functional SqlAlchemy dialect and Python driver. Googling