GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/1239
CGroup Support for Drill-on-YARN
Original commit works for stand-alone Drill. During testing with
Drill-on-YARN, it was discovered that while the environment is sourced, the
DrillApplicationManager uses a different resource for spinning up the
Drillbits. This commit applies the CGroups application logic for YARN
specifically.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-143_yarn
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1239.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1239
----
commit d23b5d0674eb59743e6ff08310834f6baa8f21cc
Author: Kunal Khatua <kunal@...>
Date: 2018-04-23T17:31:21Z
CGroup Support for Drill-on-YARN
Initial patch
----
---