You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2014/01/09 00:19:48 UTC

git commit: More changes for Yarn integration

Updated Branches:
  refs/heads/helix-provisioning d23198c76 -> 26502e84c


More changes for Yarn integration


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

Branch: refs/heads/helix-provisioning
Commit: 26502e84c6b8c5c01113aab7b016a19e3d5520b3
Parents: d23198c
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Wed Jan 8 15:19:39 2014 -0800
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Wed Jan 8 15:19:39 2014 -0800

----------------------------------------------------------------------
 .../provisioning/yarn/YarnApplicationMaster.java    | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/26502e84/helix-provisioning/src/main/java/org/apache/helix/provisioning/yarn/YarnApplicationMaster.java
----------------------------------------------------------------------
diff --git a/helix-provisioning/src/main/java/org/apache/helix/provisioning/yarn/YarnApplicationMaster.java b/helix-provisioning/src/main/java/org/apache/helix/provisioning/yarn/YarnApplicationMaster.java
deleted file mode 100644
index 55d79bb..0000000
--- a/helix-provisioning/src/main/java/org/apache/helix/provisioning/yarn/YarnApplicationMaster.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.helix.provisioning.yarn;
-
-/**
- * This will <br/>
- * <ul>
- * <li> start zookeeper automatically</li>
- * <li>create the cluster</li>
- * <li>set up resource(s)</li>
- * <li>start helix controller</li> 
- * </ul>
- */
-public class YarnApplicationMaster {
-  public static void main(String[] args) {
-    
-  }
-}