You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ry...@apache.org on 2014/10/07 23:09:26 UTC

[39/50] [abbrv] git commit: OOZIE-2003 Checkstyle issues (rkanter via shwethags)

OOZIE-2003 Checkstyle issues (rkanter via shwethags)


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

Branch: refs/remotes/trunk
Commit: 718943fe44f08c0bd01b66d9ac74e59f75500254
Parents: 45d6979
Author: Shwetha GS <sh...@inmobi.com>
Authored: Tue Sep 16 17:00:53 2014 +0530
Committer: Shwetha GS <sh...@inmobi.com>
Committed: Tue Sep 16 17:00:53 2014 +0530

----------------------------------------------------------------------
 .../java/org/apache/oozie/action/hadoop/Hive2ActionExecutor.java  | 3 ++-
 .../java/org/apache/oozie/action/hadoop/Hive2Credentials.java     | 1 +
 .../test/java/org/apache/oozie/test/hive/AbstractHiveService.java | 2 +-
 core/src/test/java/org/apache/oozie/test/hive/MiniHS2.java        | 2 +-
 release-log.txt                                                   | 1 +
 .../src/main/java/org/apache/oozie/action/hadoop/Hive2Main.java   | 3 ++-
 .../org/apache/oozie/action/hadoop/TestHive2ActionExecutor.java   | 3 ++-
 7 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/718943fe/core/src/main/java/org/apache/oozie/action/hadoop/Hive2ActionExecutor.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/oozie/action/hadoop/Hive2ActionExecutor.java b/core/src/main/java/org/apache/oozie/action/hadoop/Hive2ActionExecutor.java
index 7fec585..d70c3e1 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/Hive2ActionExecutor.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/Hive2ActionExecutor.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,
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import static org.apache.oozie.action.hadoop.LauncherMapper.CONF_OOZIE_ACTION_MAIN_CLASS;

http://git-wip-us.apache.org/repos/asf/oozie/blob/718943fe/core/src/main/java/org/apache/oozie/action/hadoop/Hive2Credentials.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/oozie/action/hadoop/Hive2Credentials.java b/core/src/main/java/org/apache/oozie/action/hadoop/Hive2Credentials.java
index 195956c..e4ebe97 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/Hive2Credentials.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/Hive2Credentials.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.sql.Connection;

http://git-wip-us.apache.org/repos/asf/oozie/blob/718943fe/core/src/test/java/org/apache/oozie/test/hive/AbstractHiveService.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/test/hive/AbstractHiveService.java b/core/src/test/java/org/apache/oozie/test/hive/AbstractHiveService.java
index f97485e..9f53645 100644
--- a/core/src/test/java/org/apache/oozie/test/hive/AbstractHiveService.java
+++ b/core/src/test/java/org/apache/oozie/test/hive/AbstractHiveService.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/718943fe/core/src/test/java/org/apache/oozie/test/hive/MiniHS2.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/test/hive/MiniHS2.java b/core/src/test/java/org/apache/oozie/test/hive/MiniHS2.java
index 9b4c400..c9dfd56 100644
--- a/core/src/test/java/org/apache/oozie/test/hive/MiniHS2.java
+++ b/core/src/test/java/org/apache/oozie/test/hive/MiniHS2.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/718943fe/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 2991a6e..aad3764 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.2.0 release (trunk - unreleased)
 
+OOZIE-2003 Checkstyle issues (rkanter via shwethags)
 OOZIE-1457 Create a Hive Server 2 action (rkanter)
 OOZIE-1950 Coordinator job info should support timestamp (nominal time) (shwethags)
 OOZIE-1813 Add service to report/kill rogue bundles and coordinator jobs (puru)

http://git-wip-us.apache.org/repos/asf/oozie/blob/718943fe/sharelib/hive2/src/main/java/org/apache/oozie/action/hadoop/Hive2Main.java
----------------------------------------------------------------------
diff --git a/sharelib/hive2/src/main/java/org/apache/oozie/action/hadoop/Hive2Main.java b/sharelib/hive2/src/main/java/org/apache/oozie/action/hadoop/Hive2Main.java
index b3fc5d6..6d4f44a 100644
--- a/sharelib/hive2/src/main/java/org/apache/oozie/action/hadoop/Hive2Main.java
+++ b/sharelib/hive2/src/main/java/org/apache/oozie/action/hadoop/Hive2Main.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,
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/oozie/blob/718943fe/sharelib/hive2/src/test/java/org/apache/oozie/action/hadoop/TestHive2ActionExecutor.java
----------------------------------------------------------------------
diff --git a/sharelib/hive2/src/test/java/org/apache/oozie/action/hadoop/TestHive2ActionExecutor.java b/sharelib/hive2/src/test/java/org/apache/oozie/action/hadoop/TestHive2ActionExecutor.java
index 48dc39d..ac39b94 100644
--- a/sharelib/hive2/src/test/java/org/apache/oozie/action/hadoop/TestHive2ActionExecutor.java
+++ b/sharelib/hive2/src/test/java/org/apache/oozie/action/hadoop/TestHive2ActionExecutor.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,
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.OutputStreamWriter;