Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

I want to know how to configure docker containers resource management by YARN

avatar
Explorer

Hello, every one.

Currently, I try to use Presto in docker on YARN.

I have 3 node manager hosts and 2 resource maneger hosts (this is because resource manager is HA) in my HDP cluster.

I completed creating docker containers on all node manager hosts and was able to run Presto server (one of three is presto-coordinator and remain are presto-workers) by using overlay network.

Also, I know that YARN supports docker containers and can manage docker containers resource (for example: CPU Usages).

Now, in my above use case, I want to know how to configure docker containers resource management by YARN.

Thank you.

1 ACCEPTED SOLUTION
2 REPLIES 2

avatar
Contributor

avatar
Explorer

@Naveen

Thank you for answering my question.

HDP version in my environment is 3.0.1.

Also, I appreciate for your sending the link about configuring docker on yarn.

I want to try it.

Thanks.