[sqllab] improve Hive support (#3187)

* [sqllab] improve Hive support

* Fix "Transport not open" bug
* Getting progress bar to show
* Bump pyhive to 0.4.0
* Getting [Track Job] button to show

* Fix testzz
This commit is contained in:
Maxime Beauchemin
2017-07-27 14:00:19 -07:00
committed by GitHub
parent 25c599d040
commit b888802e05
10 changed files with 122 additions and 51 deletions

View File

@@ -61,7 +61,7 @@ setup(
'pandas==0.20.2',
'parsedatetime==2.0.0',
'pydruid==0.3.1',
'PyHive>=0.3.0',
'PyHive>=0.4.0',
'python-dateutil==2.6.0',
'requests==2.17.3',
'simplejson==3.10.0',