You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/12/17 18:56:44 UTC

incubator-slider git commit: SLIDER-728 Placement policy for thrift / REST / thrift2 should be strict

Repository: incubator-slider
Updated Branches:
  refs/heads/develop db83a7ce3 -> 7777ad53a


SLIDER-728 Placement policy for thrift / REST / thrift2 should be strict


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/7777ad53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/7777ad53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/7777ad53

Branch: refs/heads/develop
Commit: 7777ad53a761a5d4ca6dd12ca905bbe35988f4da
Parents: db83a7c
Author: tedyu <yu...@gmail.com>
Authored: Wed Dec 17 09:56:28 2014 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Wed Dec 17 09:56:28 2014 -0800

----------------------------------------------------------------------
 app-packages/hbase-win/resources-default.json | 3 +++
 app-packages/hbase/resources-default.json     | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7777ad53/app-packages/hbase-win/resources-default.json
----------------------------------------------------------------------
diff --git a/app-packages/hbase-win/resources-default.json b/app-packages/hbase-win/resources-default.json
index 93dc17c..ba00847 100644
--- a/app-packages/hbase-win/resources-default.json
+++ b/app-packages/hbase-win/resources-default.json
@@ -23,16 +23,19 @@
     "HBASE_REST": {
       "yarn.role.priority": "3",
       "yarn.component.instances": "1",
+      "yarn.component.placement.policy": "1",
       "yarn.memory": "512"
     },
     "HBASE_THRIFT": {
       "yarn.role.priority": "4",
       "yarn.component.instances": "1",
+      "yarn.component.placement.policy": "1",
       "yarn.memory": "512"
     },
     "HBASE_THRIFT2": {
       "yarn.role.priority": "5",
       "yarn.component.instances": "0",
+      "yarn.component.placement.policy": "1",
       "yarn.memory": "512"
     }
   }

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7777ad53/app-packages/hbase/resources-default.json
----------------------------------------------------------------------
diff --git a/app-packages/hbase/resources-default.json b/app-packages/hbase/resources-default.json
index b1da1f7..d8dd9de 100644
--- a/app-packages/hbase/resources-default.json
+++ b/app-packages/hbase/resources-default.json
@@ -23,16 +23,19 @@
     "HBASE_REST": {
       "yarn.role.priority": "3",
       "yarn.component.instances": "1",
+      "yarn.component.placement.policy": "1",
       "yarn.memory": "556"
     },
     "HBASE_THRIFT": {
       "yarn.role.priority": "4",
       "yarn.component.instances": "0",
+      "yarn.component.placement.policy": "1",
       "yarn.memory": "556"
     },
     "HBASE_THRIFT2": {
       "yarn.role.priority": "5",
       "yarn.component.instances": "1",
+      "yarn.component.placement.policy": "1",
       "yarn.memory": "556"
     }
   }