This is an automated email from the ASF dual-hosted git repository.
jhung pushed a change to branch YARN-8200
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
discard 0fb1a38 YARN-9187. Backport YARN-6852 for GPU-specific native changes
to branch-2
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/YARN-8200 (12568a2)
\
O -- O -- O (0fb1a38)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../src/CMakeLists.txt | 8 +-
.../container-executor/impl/container-executor.h | 2 -
.../src/main/native/container-executor/impl/main.c | 11 -
.../impl/modules/cgroups/cgroups-operations.c | 161 ---------------
.../impl/modules/cgroups/cgroups-operations.h | 55 -----
.../impl/modules/gpu/gpu-module.c | 229 ---------------------
.../impl/modules/gpu/gpu-module.h | 45 ----
.../test/modules/cgroups/test-cgroups-module.cc | 121 -----------
.../test/modules/gpu/test-gpu-module.cc | 203 ------------------
.../test/test-container-executor.c | 1 +
10 files changed, 3 insertions(+), 833 deletions(-)
delete mode 100644
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/modules/cgroups/cgroups-operations.c
delete mode 100644
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/modules/cgroups/cgroups-operations.h
delete mode 100644
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/modules/gpu/gpu-module.c
delete mode 100644
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/modules/gpu/gpu-module.h
delete mode 100644
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/modules/cgroups/test-cgroups-module.cc
delete mode 100644
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/modules/gpu/test-gpu-module.cc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]