You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2017/05/24 12:01:27 UTC

[2/2] oozie git commit: Address RB comments

Address RB comments


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

Branch: refs/heads/oya
Commit: 9cb54a1bb76008494eab68f1f65231a3c02c8364
Parents: 0800f7e
Author: Gezapeti Cseh <ge...@gmail.com>
Authored: Wed May 24 14:00:51 2017 +0200
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Wed May 24 14:00:51 2017 +0200

----------------------------------------------------------------------
 .../org/apache/oozie/action/hadoop/ShellActionExecutor.java   | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/9cb54a1b/core/src/main/java/org/apache/oozie/action/hadoop/ShellActionExecutor.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/oozie/action/hadoop/ShellActionExecutor.java b/core/src/main/java/org/apache/oozie/action/hadoop/ShellActionExecutor.java
index c0b8a8d..d44bbc5 100644
--- a/core/src/main/java/org/apache/oozie/action/hadoop/ShellActionExecutor.java
+++ b/core/src/main/java/org/apache/oozie/action/hadoop/ShellActionExecutor.java
@@ -126,13 +126,6 @@ public class ShellActionExecutor extends JavaActionExecutor {
     }
 
     @Override
-    protected Configuration setupLauncherConf(Configuration conf, Element actionXml, Path appPath, Context context)
-            throws ActionExecutorException {
-        super.setupLauncherConf(conf, actionXml, appPath, context);
-        return conf;
-    }
-
-    @Override
     protected void addActionSpecificEnvVars(Map<String, String> env) {
         Apps.setEnvFromInputString(env, "PATH=.:$PATH", File.pathSeparator);
     }