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 2b20269  YARN-6852. Native code changes to support isolate GPU devices 
by using CGroups. (wangda)

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 (265279a)
            \
             O -- O -- O   (2b20269)

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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to