You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/01 11:39:59 UTC

incubator-ignite git commit: #[IGNITE-218]: some more cleanup.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-218 6be185b6e -> 4fae10730


#[IGNITE-218]: some more cleanup.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4fae1073
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4fae1073
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4fae1073

Branch: refs/heads/ignite-218
Commit: 4fae1073023efe68f74248cfd15a0d88fd81074e
Parents: 6be185b
Author: iveselovskiy <iv...@gridgain.com>
Authored: Mon Jun 1 12:34:13 2015 +0300
Committer: iveselovskiy <iv...@gridgain.com>
Committed: Mon Jun 1 12:34:13 2015 +0300

----------------------------------------------------------------------
 .../hadoop/taskexecutor/HadoopRunnableTask.java | 22 --------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4fae1073/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/taskexecutor/HadoopRunnableTask.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/taskexecutor/HadoopRunnableTask.java b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/taskexecutor/HadoopRunnableTask.java
index 92d1cb8..512d7ef 100644
--- a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/taskexecutor/HadoopRunnableTask.java
+++ b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/taskexecutor/HadoopRunnableTask.java
@@ -104,28 +104,6 @@ public abstract class HadoopRunnableTask implements Callable<Void> {
 
         user = IgfsUtils.fixUserName(user);
 
-        return callImpl(user);
-    }
-
-//    /**
-//     * Gets the job property.
-//     */
-//    private String getJobProperty(String key) {
-//        if (job instanceof HadoopV2Job) {
-//            Configuration conf = ((HadoopV2Job)job).jobConf();
-//
-//            return conf.get(key);
-//        }
-//        else
-//            return job.info().property(key);
-//    }
-
-    /**
-     * Runnable task call implementation
-     * @return null.
-     * @throws IgniteCheckedException
-     */
-    Void callImpl(final String user) throws IgniteCheckedException {
         assert user != null;
 
         ctx = job.getTaskContext(info);