From a5e11c74dea32b6e71aa5b6016649d4ee28b72b8 Mon Sep 17 00:00:00 2001 From: Alexey Kudinkin Date: Tue, 6 Sep 2022 17:52:26 -0700 Subject: [PATCH 1/2] Added "log4j2.component.properties" to properly set Log4j2 config in ScalaTest --- .../main/resources/log4j2.component.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hudi-tests-common/src/main/resources/log4j2.component.properties diff --git a/hudi-tests-common/src/main/resources/log4j2.component.properties b/hudi-tests-common/src/main/resources/log4j2.component.properties new file mode 100644 index 000000000000..d546c523ba30 --- /dev/null +++ b/hudi-tests-common/src/main/resources/log4j2.component.properties @@ -0,0 +1,18 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +### +log4j.configurationFile=log4j2-surefire.properties \ No newline at end of file From 6245a9ffa1b721f6c0640c3e9b819f0d258f02f2 Mon Sep 17 00:00:00 2001 From: Alexey Kudinkin Date: Tue, 6 Sep 2022 17:55:33 -0700 Subject: [PATCH 2/2] Fixed Pulsar's Spark connector version to be properly overridden in "spark3*" profiles --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index bd192f6846b4..7c55aecefced 100644 --- a/pom.xml +++ b/pom.xml @@ -1942,8 +1942,8 @@ ${fasterxml.spark3.version} ${fasterxml.spark3.version} ${fasterxml.spark3.version} - ${fasterxml.spark3.version} - + ${fasterxml.spark3.version} + ${pulsar.spark.scala12.version} true true @@ -1974,8 +1974,8 @@ ${fasterxml.spark3.version} ${fasterxml.spark3.version} ${fasterxml.spark3.version} - ${fasterxml.spark3.version} - + ${fasterxml.spark3.version} + ${pulsar.spark.scala12.version} true true @@ -2009,8 +2009,8 @@ ${fasterxml.spark3.version} ${fasterxml.spark3.version} ${fasterxml.spark3.version} - ${fasterxml.spark3.version} - + ${fasterxml.spark3.version} + ${pulsar.spark.scala12.version} true true @@ -2045,8 +2045,8 @@ ${fasterxml.spark3.version} ${fasterxml.spark3.version} ${fasterxml.spark3.version} - ${fasterxml.spark3.version} - + ${fasterxml.spark3.version} + ${pulsar.spark.scala12.version} true true