Repository: oozie
Updated Branches:
  refs/heads/master f730573b8 -> ceefa2f6e


OOZIE-2909 amend Fix license headers (andras.piros via gezapeti)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/ceefa2f6
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/ceefa2f6
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/ceefa2f6

Branch: refs/heads/master
Commit: ceefa2f6eba5ddc1fe68af427f504f863b249b6d
Parents: f730573
Author: Gezapeti Cseh <gezap...@apache.org>
Authored: Fri Sep 22 13:35:53 2017 +0200
Committer: Gezapeti Cseh <gezap...@apache.org>
Committed: Fri Sep 22 13:35:53 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/oozie/action/hadoop/HDFSCredentials.java   | 2 +-
 .../java/org/apache/oozie/action/hadoop/HadoopTokenHelper.java | 2 +-
 .../java/org/apache/oozie/action/hadoop/JHSCredentials.java    | 2 +-
 .../java/org/apache/oozie/action/hadoop/YarnRMCredentials.java | 2 +-
 .../org/apache/oozie/action/hadoop/TestHadoopTokenHelper.java  | 6 +++---
 release-log.txt                                                | 1 +
 6 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/ceefa2f6/core/src/main/java/org/apache/oozie/action/hadoop/HDFSCredentials.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/oozie/action/hadoop/HDFSCredentials.java 
b/core/src/main/java/org/apache/oozie/action/hadoop/HDFSCredentials.java
index c693399..92a7ebe 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/HDFSCredentials.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/HDFSCredentials.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/ceefa2f6/core/src/main/java/org/apache/oozie/action/hadoop/HadoopTokenHelper.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/oozie/action/hadoop/HadoopTokenHelper.java 
b/core/src/main/java/org/apache/oozie/action/hadoop/HadoopTokenHelper.java
index 1018d9d..6457cf5 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/HadoopTokenHelper.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/HadoopTokenHelper.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/ceefa2f6/core/src/main/java/org/apache/oozie/action/hadoop/JHSCredentials.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/oozie/action/hadoop/JHSCredentials.java 
b/core/src/main/java/org/apache/oozie/action/hadoop/JHSCredentials.java
index d9099c5..7410190 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/JHSCredentials.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/JHSCredentials.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/ceefa2f6/core/src/main/java/org/apache/oozie/action/hadoop/YarnRMCredentials.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/oozie/action/hadoop/YarnRMCredentials.java 
b/core/src/main/java/org/apache/oozie/action/hadoop/YarnRMCredentials.java
index 061ca05..c2c8cdd 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/YarnRMCredentials.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/YarnRMCredentials.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/ceefa2f6/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopTokenHelper.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopTokenHelper.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopTokenHelper.java
index 17cdd9d..14f0a95 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopTokenHelper.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopTokenHelper.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/ceefa2f6/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 250a51e..646bf81 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-2909 amend Fix license headers (andras.piros via gezapeti)
 OOZIE-3054 Disable erasure coding for sharelib if Oozie runs on Hadoop 3 
(pbacsko)
 OOZIE-3048 Check El Functions for the coordinator action (satishsaley)
 OOZIE-3058 nocleanup option is missing in oozie-coordinator-0.5.xsd 
(satishsaley)

Reply via email to