Browse Source

[es] Add connector to docker image

Romain Rigaux 5 năm trước cách đây
mục cha
commit
ea9d886ae0

+ 2 - 0
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -749,6 +749,8 @@ The dialect for https://github.com/elastic/elasticsearch should be added to the
 
     ./build/env/bin/pip install elasticsearch-dbapi
 
+Then give Hue the information about the database source:
+
     [[[es]]]
     name = Elastic Search
     interface=sqlalchemy

+ 1 - 0
tools/docker/hue/Dockerfile

@@ -70,6 +70,7 @@ RUN ./build/env/bin/pip install \
   ksql \
   pydruid \
   pybigquery \
+  elasticsearch-dbapi \
   pyasn1==0.4.1 \
   # View some parquet files
   python-snappy==0.5.4 \

+ 1 - 0
tools/docker/hue/Dockerfile.py3

@@ -67,6 +67,7 @@ RUN ./build/env/bin/pip install \
   ksql \
   pydruid \
   pybigquery \
+  elasticsearch-dbapi \
   pyasn1==0.4.1 \
   gevent \
   eventlet \