Browse Source

HUE-9445 [docker] Adding modules for Phoenix connector

Romain 5 năm trước cách đây
mục cha
commit
7c49cf4c36
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tools/docker/hue/Dockerfile

+ 2 - 1
tools/docker/hue/Dockerfile

@@ -65,7 +65,8 @@ RUN ./build/env/bin/pip install \
   flower \
   pyhive \
   gevent \
-  gssapi \
+  # For Phoenix Python 2
+  gssapi==1.5.1 protobuf requests-gssapi \
   # Needed for Jaeger
   threadloop \
   thrift-sasl==0.2.1