DCOS hdfs installation fails to deploy all HDFS services! WHY?
I have my own cloud, installed DCOS on it and want to run HDFS.
I choosed it from the catalogue and installed with name "hdfs1"
but only few nodes appear :(
If I look in the deployment plan it shows, that all the nodes are pending...I can't see any errors or exceptions...
Where can I see how to fix journal-2:[node], because this is the one which blocks everything...
Maybe interesting, that I can access hdfs using
sudo docker run -it mesosphere/hdfs-client:2.6.4 /bin/bash
and then 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"
}
apache-spark hadoop hdfs dcos
add a comment |
I have my own cloud, installed DCOS on it and want to run HDFS.
I choosed it from the catalogue and installed with name "hdfs1"
but only few nodes appear :(
If I look in the deployment plan it shows, that all the nodes are pending...I can't see any errors or exceptions...
Where can I see how to fix journal-2:[node], because this is the one which blocks everything...
Maybe interesting, that I can access hdfs using
sudo docker run -it mesosphere/hdfs-client:2.6.4 /bin/bash
and then 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"
}
apache-spark hadoop hdfs dcos
add a comment |
I have my own cloud, installed DCOS on it and want to run HDFS.
I choosed it from the catalogue and installed with name "hdfs1"
but only few nodes appear :(
If I look in the deployment plan it shows, that all the nodes are pending...I can't see any errors or exceptions...
Where can I see how to fix journal-2:[node], because this is the one which blocks everything...
Maybe interesting, that I can access hdfs using
sudo docker run -it mesosphere/hdfs-client:2.6.4 /bin/bash
and then 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"
}
apache-spark hadoop hdfs dcos
I have my own cloud, installed DCOS on it and want to run HDFS.
I choosed it from the catalogue and installed with name "hdfs1"
but only few nodes appear :(
If I look in the deployment plan it shows, that all the nodes are pending...I can't see any errors or exceptions...
Where can I see how to fix journal-2:[node], because this is the one which blocks everything...
Maybe interesting, that I can access hdfs using
sudo docker run -it mesosphere/hdfs-client:2.6.4 /bin/bash
and then 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"
}
{
"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"
}
{
"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"
}
apache-spark hadoop hdfs dcos
apache-spark hadoop hdfs dcos
asked Nov 26 '18 at 13:14
Roman ZounRoman Zoun
12
12
add a comment |
add a comment |
0
active
oldest
votes
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53481938%2fdcos-hdfs-installation-fails-to-deploy-all-hdfs-services-why%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53481938%2fdcos-hdfs-installation-fails-to-deploy-all-hdfs-services-why%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown