Skip to content

Commit abf3527

Browse files
committed
Reduce spark log level in docker image
1 parent 283b7e3 commit abf3527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/docker/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ENV SPARK_HOME=/opt/spark
1010
RUN mkdir -p /opt/spark && curl -s http://apache.rediris.es/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz | tar -xz -C "${SPARK_HOME}" --strip-components=1
1111
ENV PATH=$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH
1212

13+
RUN cp "${SPARK_HOME}/conf/log4j.properties.template" "${SPARK_HOME}/conf/log4j.properties" && \
14+
sed -ibak 's/rootCategory=INFO/rootCategory=ERROR/g' "${SPARK_HOME}/conf/log4j.properties"
15+
1316
ENV SPARK_NO_DAEMONIZE=true
1417
ENV PYSPARK_PYTHON=python3
1518
EXPOSE 4040 7077 8080

0 commit comments

Comments
 (0)