Repository: ambari Updated Branches: refs/heads/trunk dd1741707 -> f6b6dfa67
AMBARI-13824. Additional Fix. Stop-and-Start Upgrade: Fix for Oozie Express upgrade issues from HDP 2.1 to 2.3 (Swapan Shridhar via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f6b6dfa6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f6b6dfa6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f6b6dfa6 Branch: refs/heads/trunk Commit: f6b6dfa6787787887be3bcee0dfff58c432461ba Parents: dd17417 Author: Alejandro Fernandez <[email protected]> Authored: Thu Nov 12 13:27:06 2015 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Thu Nov 12 13:27:06 2015 -0800 ---------------------------------------------------------------------- .../state/stack/upgrade/ConfigureFunction.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f6b6dfa6/ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureFunction.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureFunction.java b/ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureFunction.java index fc6a45b..086551e 100644 --- a/ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureFunction.java +++ b/ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureFunction.java @@ -1,3 +1,20 @@ +/** + * 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. + */ package org.apache.ambari.server.state.stack.upgrade; import javax.xml.bind.annotation.XmlAccessType;
