You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by Ted Yu <yu...@gmail.com> on 2014/07/10 01:46:42 UTC

locating hbase master node(s)

Hi,
Below is snippet of output from 'slider status cl3' .
Please note the host in bold.

However the actual master is on hor10n08 and backup master is on hor10n03.

What do I miss ?

Cheers

      "HBASE_MASTER" : {
        "container_1404945458343_0006_01_000002" : {
          "name" : "container_1404945458343_0006_01_000002",
          "role" : "HBASE_MASTER",
          "roleId" : 1,
          "createTime" : 1404948793267,
          "startTime" : 1404948793925,
          "released" : false,
          "host" : "hor10n08.gq1.ygridcore.net",
          "state" : 3,
          "exitCode" : 0,
          "command" : "python ./infra/agent/slider-agent/agent/main.py
--label container_1404945458343_0006_01_000002___HBASE_MASTER --host
*hor10n00*.gq1.ygridcore.net --port 59215 ; ",
          "diagnostics" : "",
          "environment" : [ "AGENT_WORK_ROOT=\"$PWD\"",
"HADOOP_USER_NAME=\"yarn\"", "AGENT_LOG_ROOT=\"$LOG_DIRS\"",
"MALLOC_ARENA_MAX=\"4\"" ]
        },
        "container_1404945458343_0006_01_000003" : {
          "name" : "container_1404945458343_0006_01_000003",
          "role" : "HBASE_MASTER",
          "roleId" : 1,
          "createTime" : 1404948793305,
          "startTime" : 1404948793336,
          "released" : false,
          "host" : "hor10n03.gq1.ygridcore.net",
          "state" : 3,
          "exitCode" : 0,
          "command" : "python ./infra/agent/slider-agent/agent/main.py
--label container_1404945458343_0006_01_000003___HBASE_MASTER --host
*hor10n00*.gq1.ygridcore.net --port 59215 ; ",
          "diagnostics" : "",
          "environment" : [ "AGENT_WORK_ROOT=\"$PWD\"",
"HADOOP_USER_NAME=\"yarn\"", "AGENT_LOG_ROOT=\"$LOG_DIRS\"",
"MALLOC_ARENA_MAX=\"4\"" ]
        }
      },