Преглед изворни кода

[docker] Point to ksql module working with INSERT

Romain Rigaux пре 4 година
родитељ
комит
90265747d9
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      tools/docker/hue/Dockerfile

+ 2 - 1
tools/docker/hue/Dockerfile

@@ -63,7 +63,8 @@ RUN ./build/env/bin/pip install \
   # SparkSql show tables
   git+https://github.com/gethue/PyHive \
   # pyhive \
-  ksql \
+  #ksql \
+  git+https://github.com/bryanyang0528/ksql-python \
   pydruid \
   pybigquery \
   elasticsearch-dbapi \