DCOS hdfs安装无法部署所有HDFS服务!为什么?

时间:2018-11-26 13:14:46

标签: apache-spark hadoop hdfs dcos

我有自己的云,在上面安装了DCOS,并希望运行HDFS。 我从目录中选择它,并安装了名称“ hdfs1”

but only few nodes appear :(

如果我查看显示的部署计划,则所有节点都处于待处理状态...我看不到任何错误或异常... 在哪里可以看到如何修复journal-2:[node],因为这会阻塞所有内容...

也许很有趣,我可以使用以下命令访问hdfs sudo docker run -it mesosphere/hdfs-client:2.6.4 /bin/bash 然后root@11112833b456:/hadoop-2.6.0-cdh5.9.1# ./bin/hdfs dfs -ls

{
  "phases" : [ {
    "id" : "12b82047-d2f3-4a24-9376-6dd5bf90fd9d",
    "name" : "journal",
    "steps" : [ {
      "id" : "c77ed0e3-c1b7-4ba2-bf35-caa0827d36f9",
      "status" : "COMPLETE",
      "name" : "journal-0:[node]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: journal-0:[node] [c77ed0e3-c1b7-4ba2-bf35-caa0827d36f9] with status: COMPLETE"
    }, {
      "id" : "31035f1b-26cd-40e2-bf44-c66d8cd5869e",
      "status" : "COMPLETE",
      "name" : "journal-1:[node]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: journal-1:[node] [31035f1b-26cd-40e2-bf44-c66d8cd5869e] with status: COMPLETE"
    }, {
      "id" : "0f560cf0-7d35-4d1c-9076-a37c31b51467",
      "status" : "PREPARED",
      "name" : "journal-2:[node]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: journal-2:[node] [0f560cf0-7d35-4d1c-9076-a37c31b51467] with status: PREPARED"
    } ],
    "strategy" : "parallel",
    "status" : "IN_PROGRESS"
  }, {
    "id" : "af71dec3-a912-47f2-8743-15c019621720",
    "name" : "name",
    "steps" : [ {
      "id" : "ad70c57d-5f5d-418a-a8e5-00c774162748",
      "status" : "PENDING",
      "name" : "name-0:[format]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-0:[format] [ad70c57d-5f5d-418a-a8e5-00c774162748] with status: PENDING"
    }, {
      "id" : "8b8c7455-06aa-40bf-a428-4e3bca828de9",
      "status" : "PENDING",
      "name" : "name-0:[node]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-0:[node] [8b8c7455-06aa-40bf-a428-4e3bca828de9] with status: PENDING"
    }, {
      "id" : "18f00e61-b488-4e89-83a4-8adf26cd6369",
      "status" : "PENDING",
      "name" : "name-1:[bootstrap]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-1:[bootstrap] [18f00e61-b488-4e89-83a4-8adf26cd6369] with status: PENDING"
    }, {
      "id" : "bea10836-1522-481d-af24-cf86d13fc1d9",
      "status" : "PENDING",
      "name" : "name-1:[node]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-1:[node] [bea10836-1522-481d-af24-cf86d13fc1d9] with status: PENDING"
    } ],
    "strategy" : "serial",
    "status" : "PENDING"
  }, {
    "id" : "7fddad4b-5653-4a33-8d67-dff1b0718929",
    "name" : "zkfc",
    "steps" : [ {
      "id" : "9e3276bb-cbfa-4208-bf66-315618edc8b1",
      "status" : "PENDING",
      "name" : "name-0:[zkfc-format]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-0:[zkfc-format] [9e3276bb-cbfa-4208-bf66-315618edc8b1] with status: PENDING"
    }, {
      "id" : "45c22d50-e74e-4ca8-aac8-b5a99745d2ed",
      "status" : "PENDING",
      "name" : "name-0:[zkfc]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-0:[zkfc] [45c22d50-e74e-4ca8-aac8-b5a99745d2ed] with status: PENDING"
    }, {
      "id" : "88b9191e-ce85-4c79-8b9f-0419bba536b2",
      "status" : "PENDING",
      "name" : "name-1:[zkfc]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: name-1:[zkfc] [88b9191e-ce85-4c79-8b9f-0419bba536b2] with status: PENDING"
    } ],
    "strategy" : "serial",
    "status" : "PENDING"
  }, {
    "id" : "48c4bd68-4b92-403e-8b2e-2c684df39013",
    "name" : "data",
    "steps" : [ {
      "id" : "0d7aa131-8e48-45b4-93b4-a4466ff04440",
      "status" : "PENDING",
      "name" : "data-0:[node]",
      "message" : "com.mesosphere.sdk.scheduler.plan.DeploymentStep: data-0:[node] [0d7aa131-8e48-45b4-93b4-a4466ff04440] with status: PENDING"
    } ],
    "strategy" : "parallel",
    "status" : "PENDING"
  } ],
  "strategy" : "serial",
  "errors" : [ ],
  "status" : "IN_PROGRESS"
}

0 个答案:

没有答案