OOZIE-2789 Maven complains about checkstyle error during build (xzheng via abhishekbafna)
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/c9881fca Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/c9881fca Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/c9881fca Branch: refs/heads/oya Commit: c9881fcae7dd98d9bc4150935a92f3cad08d5085 Parents: a914196 Author: abhisek bafna <aba...@hortonworks.com> Authored: Sat Feb 4 12:54:32 2017 +0530 Committer: abhisek bafna <aba...@hortonworks.com> Committed: Sat Feb 4 12:54:32 2017 +0530 ---------------------------------------------------------------------- .../java/org/apache/oozie/util/StringSerializationUtil.java | 2 +- .../org/apache/oozie/util/TestStringSerializationUtil.java | 6 +++--- release-log.txt | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/c9881fca/core/src/main/java/org/apache/oozie/util/StringSerializationUtil.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/oozie/util/StringSerializationUtil.java b/core/src/main/java/org/apache/oozie/util/StringSerializationUtil.java index 6f930c0..feefb69 100644 --- a/core/src/main/java/org/apache/oozie/util/StringSerializationUtil.java +++ b/core/src/main/java/org/apache/oozie/util/StringSerializationUtil.java @@ -7,7 +7,7 @@ * "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 + * 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, http://git-wip-us.apache.org/repos/asf/oozie/blob/c9881fca/core/src/test/java/org/apache/oozie/util/TestStringSerializationUtil.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/oozie/util/TestStringSerializationUtil.java b/core/src/test/java/org/apache/oozie/util/TestStringSerializationUtil.java index 1c580db..76864ff 100644 --- a/core/src/test/java/org/apache/oozie/util/TestStringSerializationUtil.java +++ b/core/src/test/java/org/apache/oozie/util/TestStringSerializationUtil.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/c9881fca/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index e1730a1..309de5d 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.4.0 release (trunk - unreleased) +OOZIE-2789 Maven complains about checkstyle error during build (xzheng via abhishekbafna) OOZIE-2777 Config-default.xml longer than 64k results in java.io.UTFDataFormatException (gezapeti via harsh) OOZIE-2782 Input logic wait documentation is confusing (puru) OOZIE-2781 HCat partition available notification is not sent to coordinator actions if coordinator job is using a different hostname (cname, IP address, etc. ) for HCat URL (puru)