瀏覽代碼

[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 \