Browse Source

[docker] Adding impyla sql alchemy dialect

Romain Rigaux 4 years ago
parent
commit
493abc48e6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/docker/hue/Dockerfile

+ 2 - 1
tools/docker/hue/Dockerfile

@@ -57,9 +57,10 @@ RUN ./build/env/bin/pip install --no-cache-dir \
   # Avoid Django 3 pulling
   # Avoid Django 3 pulling
   django_redis==4.11.0 \
   django_redis==4.11.0 \
   flower \
   flower \
-  # SparkSql show tables
+  # Contains fix for SparkSql show tables
   git+https://github.com/gethue/PyHive \
   git+https://github.com/gethue/PyHive \
   # pyhive \
   # pyhive \
+  impyla==0.17.0 \
   #ksql \
   #ksql \
   git+https://github.com/bryanyang0528/ksql-python \
   git+https://github.com/bryanyang0528/ksql-python \
   pydruid \
   pydruid \