Skip to content

Commit 25a75b4

Browse files
authored
remove class JndiLookup and release 3.0-v1.2 (#69)
1 parent c3e17ab commit 25a75b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

new_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
new_images:
3-
- spark: "3.1.1"
3+
- spark: "3.0.0"
44
use-case: "processing"
55
processors: ["cpu"]
66
python: ["py37"]
7-
sm_version: "1.0"
7+
sm_version: "1.3"

spark/processing/3.0/py3/docker/Dockerfile.cpu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ ENV HDFS_NAMENODE_USER="root"
7878
ENV HDFS_DATANODE_USER="root"
7979
ENV HDFS_SECONDARYNAMENODE_USER="root"
8080

81+
RUN zip -q -d /lib/hive/lib/log4j-core-2.10.0.jar org/apache/logging/log4j/core/lookup/JndiLookup.class
82+
8183
# Set up bootstrapping program and Spark configuration
8284
COPY *.whl /opt/program/
8385
RUN /usr/bin/python3 -m pip install pipenv --upgrade

0 commit comments

Comments
 (0)