OOZIE-2811 amend Add support for filtering out properties from SparkConfigurationService
(cherry picked from commit 669cea997b2d12310e86c0af57e5d3f98aef66dd) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/3f751ca2 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/3f751ca2 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/3f751ca2 Branch: refs/heads/branch-4.3 Commit: 3f751ca2b2e43c9137292f1274d083ae6c757d10 Parents: eeebb28 Author: Gezapeti Cseh <[email protected]> Authored: Wed Mar 22 20:44:09 2017 +0100 Committer: satishsaley <[email protected]> Committed: Fri Dec 8 16:34:55 2017 -0800 ---------------------------------------------------------------------- .../apache/oozie/service/TestSparkConfigurationService.java | 6 +++--- release-log.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/3f751ca2/core/src/test/java/org/apache/oozie/service/TestSparkConfigurationService.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/oozie/service/TestSparkConfigurationService.java b/core/src/test/java/org/apache/oozie/service/TestSparkConfigurationService.java index 0e00a45..1278efa 100644 --- a/core/src/test/java/org/apache/oozie/service/TestSparkConfigurationService.java +++ b/core/src/test/java/org/apache/oozie/service/TestSparkConfigurationService.java @@ -6,9 +6,9 @@ * 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 - * <p> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p> + * + * 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. http://git-wip-us.apache.org/repos/asf/oozie/blob/3f751ca2/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index b073ba9..5427bad 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.3.1 release +OOZIE-2811 amend Add support for filtering out properties from SparkConfigurationService OOZIE-2807 Oozie gets RM delegation token even for checking job status (satishsaley) OOZIE-2811 Add support for filtering out properties from SparkConfigurationService (gezapeti via rkanter) OOZIE-2802 Spark action failure on Spark 2.1.0 due to duplicate sharelibs (gezapeti via rkanter)
