Skip to content

Commit

Permalink
[fix] httpclient:4.5.7 breaks fetching S3 aws/aws-sdk-java#1919
Browse files Browse the repository at this point in the history
  • Loading branch information
r-uchida13 committed Dec 18, 2019
1 parent 4cb6491 commit 40b3f43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utilities/Spark_UI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN tar -xzf spark-2.4.3-bin-without-hadoop.tgz && \
rm spark-2.4.3-bin-without-hadoop.tgz
RUN mvn dependency:copy-dependencies -DoutputDirectory=/opt/spark/jars/

RUN curl -o ./httpclient-4.5.9.jar http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
RUN mv httpclient-4.5.9.jar /opt/spark/jars/

RUN echo $'\n\
spark.eventLog.enabled true\n\
spark.history.ui.port 18080\n\
Expand Down

0 comments on commit 40b3f43

Please sign in to comment.