OOZIE-2811 amend Add support for filtering out properties from SparkConfigurationService
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/669cea99 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/669cea99 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/669cea99 Branch: refs/heads/oya Commit: 669cea997b2d12310e86c0af57e5d3f98aef66dd Parents: 6199eca Author: Gezapeti Cseh <[email protected]> Authored: Wed Mar 22 20:44:09 2017 +0100 Committer: Gezapeti Cseh <[email protected]> Committed: Wed Mar 22 20:44:09 2017 +0100 ---------------------------------------------------------------------- .../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/669cea99/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/669cea99/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index bdc3c2b..4e7097b 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.4.0 release (trunk - unreleased) +OOZIE-2811 amend Add support for filtering out properties from SparkConfigurationService OOZIE-2817 amend Increase test case stability in pre-commit job (gezapeti) OOZIE-2041 Add an admin command to run the PurgeXCommand (abhishekbafna) OOZIE-2393 Allow table drop in hcat prepare (abhishekbafna)
