Merge pull request #5 from ji3g4m6zo6/Update-elasticsearch-link

Update the URL of Elasticsearch hadoop. The former url got invalid.
This commit is contained in:
Chris 2020-02-20 08:14:56 +01:00 committed by GitHub
commit 9f4447b5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@ RUN conda update -n base conda -y
# Install elasticsearch libs
USER root
RUN apt-get update \
&& curl -sL http://central.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar
&& curl -sL https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar
RUN pip install --no-cache-dir elasticsearch==7.1.0
# Install rpy2 to share data between Python and R