[hadoop] Git Push Summary

2017-10-19 Thread junping_du
Repository: hadoop Updated Tags: refs/tags/release-2.8.2-RC1 [created] f0c79113f - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

[18/50] [abbrv] hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2017-10-19 Thread templedf
YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) (cherry picked from commit 1bbab7c1570a2438b2fa6da70397dd1d5211a137) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[37/50] [abbrv] hadoop git commit: YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton.

2017-10-19 Thread templedf
YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton. (cherry picked from commit a0030c8c6f5489d8285632a651394b2b2320255c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[06/50] [abbrv] hadoop git commit: MAPREDUCE-6972. Enable try-with-resources for RecordReader. Contributed by Zoltan Haindrich.

2017-10-19 Thread templedf
MAPREDUCE-6972. Enable try-with-resources for RecordReader. Contributed by Zoltan Haindrich. (cherry picked from commit 2523e1cce5f6d6c3762c958c7f3138ab486c8497) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a887016e

[35/50] [abbrv] hadoop git commit: YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan.

2017-10-19 Thread templedf
YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan. (cherry picked from commit a333ba54e3f5a1ca57b0fc94bfd008f3cbd5b14b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[13/50] [abbrv] hadoop git commit: YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev. (cherry picked from commit 9e4ba6aff595b7a5b53d016c97c8334e10f1f2cb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[49/50] [abbrv] hadoop git commit: YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c0afa147/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

[33/50] [abbrv] hadoop git commit: YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda)

2017-10-19 Thread templedf
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda) Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d (cherry picked from commit df3855541af98a3805958f2b5b9db6be705d52ab) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[03/50] [abbrv] hadoop git commit: YARN-6546. SLS is slow while loading 10k queues. (Yufei Gu via Haibo Chen)

2017-10-19 Thread templedf
YARN-6546. SLS is slow while loading 10k queues. (Yufei Gu via Haibo Chen) (cherry picked from commit 46eb1033a86ca53e7b94202567aef8af2417bdf8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/175c4472 Tree:

[48/50] [abbrv] hadoop git commit: YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c0afa147/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

[11/50] [abbrv] hadoop git commit: YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda)

2017-10-19 Thread templedf
YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda) (cherry picked from commit 298b174f663a06e67098f7b5cd645769c1a98a80) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/03fee4de

[40/50] [abbrv] hadoop git commit: YARN-7056. Document Resource Profiles feature. (Sunil G via wangda)

2017-10-19 Thread templedf
YARN-7056. Document Resource Profiles feature. (Sunil G via wangda) Change-Id: I5f5d52cdf7aba4ac09684aab573e6916dbad183e (cherry picked from commit 6b88cd1901a65b977fed759e322dcd75a2cd33b6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[41/50] [abbrv] hadoop git commit: YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R.

2017-10-19 Thread templedf
YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R. (cherry picked from commit 805095496dfd8e50f71b70cf20845e954d3ba47c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[43/50] [abbrv] hadoop git commit: YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu)

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6d2c58ca/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/policies/TestDominantResourceFairnessPolicy.java

[17/50] [abbrv] hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d1c45656/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

[04/50] [abbrv] hadoop git commit: HDFS-12420. Add an option to disallow 'namenode format -force'. Contributed by Ajay Kumar.

2017-10-19 Thread templedf
HDFS-12420. Add an option to disallow 'namenode format -force'. Contributed by Ajay Kumar. (cherry picked from commit b6942cbe9b8c9469e8c2b64c3268d671f5a43e75) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5897095d

[25/50] [abbrv] hadoop git commit: YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/af639e7b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppBlock.java

[31/50] [abbrv] hadoop git commit: YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda)

2017-10-19 Thread templedf
YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda) Change-Id: I8e40f704b6fcdd5b14faa9548a27986501044fa1 (cherry picked from commit b1fe3a222e7673fd84a878622969f958022061e9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[07/50] [abbrv] hadoop git commit: HADOOP-14752. TestCopyFromLocal#testCopyFromLocalWithThreads is fleaky. Contributed by Andras Bokor.

2017-10-19 Thread templedf
HADOOP-14752. TestCopyFromLocal#testCopyFromLocalWithThreads is fleaky. Contributed by Andras Bokor. (cherry picked from commit 442ea85545ce3591f45211773a10346340abaed5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[47/50] [abbrv] hadoop git commit: YARN-7172. ResourceCalculator.fitsIn() should not take a cluster resource parameter. (Sen Zhao via wangda)

2017-10-19 Thread templedf
YARN-7172. ResourceCalculator.fitsIn() should not take a cluster resource parameter. (Sen Zhao via wangda) Change-Id: Icc3670c9381ce7591ca69ec12da5aa52d3612d34 (cherry picked from commit e81596d06d226f1cfa44b2390ce3095ed4dee621) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

[44/50] [abbrv] hadoop git commit: YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu)

2017-10-19 Thread templedf
YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu) (cherry picked from commit 09b476e6dabe8039a41dde7930c8a9c0d14bb750) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[20/50] [abbrv] hadoop git commit: YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev. (cherry picked from commit 759114b0063907d4c07ea6ee261e861bf5cc3a9a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/54583697

[36/50] [abbrv] hadoop git commit: YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu)

2017-10-19 Thread templedf
YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu) (cherry picked from commit d5e9939ebb59e4f6f8e5e2fe7f619fb032f2911c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[27/50] [abbrv] hadoop git commit: YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev. (cherry picked from commit 58da54640e37571f82eb340f32641d58160e92b2) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[30/50] [abbrv] hadoop git commit: YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan.

2017-10-19 Thread templedf
YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan. (cherry picked from commit a6989af1d91d8b6795862c39d154823f8488c8de) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[14/50] [abbrv] hadoop git commit: YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh)

2017-10-19 Thread templedf
YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh) (cherry picked from commit 7ba698997b6845b664b2f8c82e384b457c30d176) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9d70b29b Tree:

[38/50] [abbrv] hadoop git commit: YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda)

2017-10-19 Thread templedf
YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda) Change-Id: I463356f37bf1f6a3f1fc3c594c79916e8c0ab913 (cherry picked from commit 39240b61a163b127eec385decd30ffd96e694c28) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[19/50] [abbrv] hadoop git commit: YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev. (cherry picked from commit ceb12c59a34677518a198e19acb4e29cdfc8a0e1) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bd95ee75

[12/50] [abbrv] hadoop git commit: YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda)

2017-10-19 Thread templedf
YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda) (cherry picked from commit c1b08ba720486e74461f0ec94a204c1ba4014c06) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[42/50] [abbrv] hadoop git commit: YARN-7136. Additional Performance Improvement for Resource Profile Feature (Contributed by Wangda Tan via Daniel Templeton)

2017-10-19 Thread templedf
YARN-7136. Additional Performance Improvement for Resource Profile Feature (Contributed by Wangda Tan via Daniel Templeton) (cherry picked from commit bf2b687412f9a830ec4834477ccf25dbe76fddcd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[39/50] [abbrv] hadoop git commit: YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda)

2017-10-19 Thread templedf
YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda) Change-Id: I88928a747ee3eec17bc76fb71e9aaa632d091f0f (cherry picked from commit 53df3eac503064b8c4cd8eb2b659567622f4d8a7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[29/50] [abbrv] hadoop git commit: YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang.

2017-10-19 Thread templedf
YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang. (cherry picked from commit 4e5632d28eb8f6b1b8830c2aa89ec6321d477977) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8a9545f0 Tree:

[34/50] [abbrv] hadoop git commit: YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G.

2017-10-19 Thread templedf
YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G. (cherry picked from commit 2b51b262aba0191b80dc93799574c0b959cb4f4e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[21/50] [abbrv] hadoop git commit: YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev. (cherry picked from commit 239c1824a07fede71dd751ed2c1f40036b22170e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[16/50] [abbrv] hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d1c45656/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

[02/50] [abbrv] hadoop git commit: HDFS-12612. DFSStripedOutputStream.close will throw if called a second time with a failed streamer. (Lei (Eddy) Xu)

2017-10-19 Thread templedf
HDFS-12612. DFSStripedOutputStream.close will throw if called a second time with a failed streamer. (Lei (Eddy) Xu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6959db9c Tree:

[10/50] [abbrv] hadoop git commit: HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen)

2017-10-19 Thread templedf
HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen) (cherry picked from commit 3dd3d1dd77515be6d62e637c27d7d37d24058617) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/362f67c1

[22/50] [abbrv] hadoop git commit: YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton)

2017-10-19 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/8a8a045e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/resource/ResourceUtils.java -- diff --git

[01/50] [abbrv] hadoop git commit: YARN-7311. Fix TestRMWebServicesReservation parametrization for fair scheduler. (Yufei Gu via Subru). [Forced Update!]

2017-10-19 Thread templedf
Repository: hadoop Updated Branches: refs/heads/resource-types 3e3582792 -> 71b02badd (forced update) YARN-7311. Fix TestRMWebServicesReservation parametrization for fair scheduler. (Yufei Gu via Subru). (cherry picked from commit 75323394fbc4211596a2c8fbb5e584f3183f742f) Project:

[05/50] [abbrv] hadoop git commit: HADOOP-14944. Add JvmMetrics to KMS.

2017-10-19 Thread templedf
HADOOP-14944. Add JvmMetrics to KMS. (cherry picked from commit 86ee0c5e4e304d9551a24a3d8b9161ca1502b70e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/12d19d39 Tree:

[50/50] [abbrv] hadoop git commit: YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)

2017-10-19 Thread templedf
YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda) Change-Id: I442bf6d838b3aba83f1f6779cf9dcf8596a2102d (cherry picked from commit e490602e9b306d5b8a543b93fb15a7395bb9a03d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[26/50] [abbrv] hadoop git commit: YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev. (cherry picked from commit dae65f3bef8ffa34d02a37041f1dfdf91845) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[23/50] [abbrv] hadoop git commit: YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton)

2017-10-19 Thread templedf
YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton) (cherry picked from commit 3aeaafecb823ef6c175ea5d0d9cb726faacaf32d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[28/50] [abbrv] hadoop git commit: YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev.

2017-10-19 Thread templedf
YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev. (cherry picked from commit ca2808d8bbe49766029e5dba88ff863f6c993287) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/98357c0b Tree:

[46/50] [abbrv] hadoop git commit: YARN-7270 addendum: Reapplied changes after YARN-3926 backports

2017-10-19 Thread templedf
YARN-7270 addendum: Reapplied changes after YARN-3926 backports Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/71b02bad Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/71b02bad Diff:

[15/50] [abbrv] hadoop git commit: YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda)

2017-10-19 Thread templedf
YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda) (cherry picked from commit 32c91223f1bd06561ea4ce2d1944e8d9a847f18c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[24/50] [abbrv] hadoop git commit: YARN-5587. Add support for resource profiles. (vvasudev via asuresh)

2017-10-19 Thread templedf
YARN-5587. Add support for resource profiles. (vvasudev via asuresh) (cherry picked from commit 6708ac330147b2d3816a31f2ee83e09c41fe0dd9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/44c3e886 Tree:

[32/50] [abbrv] hadoop git commit: YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin.

2017-10-19 Thread templedf
YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin. (cherry picked from commit 758b7719430c981a6d4d1644d9d03cd16b981cf3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[45/50] [abbrv] hadoop git commit: YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan.

2017-10-19 Thread templedf
YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan. (cherry picked from commit da0b6a354bf6f6bf37ca5a05a4a8eece09aa4893) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/4] hadoop git commit: YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda)

2017-10-19 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 ce93a2b84 -> 2e3b7130c

[4/4] hadoop git commit: YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda)

2017-10-19 Thread wangda
YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2e3b7130 Tree:

[2/4] hadoop git commit: YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda)

2017-10-19 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2e3b7130/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/utils/test_docker_util.cc -- diff --git

[3/4] hadoop git commit: YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda)

2017-10-19 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2e3b7130/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c -- diff --git

[2/2] hadoop git commit: YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda)

2017-10-19 Thread wangda
YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda) (cherry picked from commit c1b08ba720486e74461f0ec94a204c1ba4014c06) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda)

2017-10-19 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-3.0 362f67c1f -> 73cbc373e YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda) (cherry picked from commit 298b174f663a06e67098f7b5cd645769c1a98a80) Project:

[2/2] hadoop git commit: YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda)

2017-10-19 Thread wangda
YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c1b08ba7 Tree:

[1/2] hadoop git commit: YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda)

2017-10-19 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 3dd3d1dd7 -> c1b08ba72 YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen)

2017-10-19 Thread haibochen
Repository: hadoop Updated Branches: refs/heads/branch-3.0 aecf6c50d -> 362f67c1f HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen) (cherry picked from commit 3dd3d1dd77515be6d62e637c27d7d37d24058617) Project:

hadoop git commit: HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen)

2017-10-19 Thread haibochen
Repository: hadoop Updated Branches: refs/heads/trunk 4ab0c8f96 -> 3dd3d1dd7 HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12675. Ozone: TestLeaseManager#testLeaseCallbackWithMultipleLeases fails. Contributed by Yiqun Lin.

2017-10-19 Thread nanda
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 9bf86dfc0 -> 0fb394b79 HDFS-12675. Ozone: TestLeaseManager#testLeaseCallbackWithMultipleLeases fails. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang.

2017-10-19 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 3b47f6bdf -> a83f87e17 HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang. (cherry picked from commit 4ab0c8f96a41c573cc1f1e71c18871d243f952b9) (cherry picked from commit

hadoop git commit: HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang.

2017-10-19 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/trunk 97c70c7ac -> 4ab0c8f96 HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota.

2017-10-19 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 f1ff21e00 -> 3b47f6bdf HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota. (cherry picked from commit 97c70c7ac6881f87eee1575bcbdd28b31ecac231) Conflicts:

hadoop git commit: HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota.

2017-10-19 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2 87f440739 -> 9eb33d0e8 HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota. (cherry picked from commit 97c70c7ac6881f87eee1575bcbdd28b31ecac231) Conflicts:

hadoop git commit: HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota.

2017-10-19 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/trunk 60bfee270 -> 97c70c7ac HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12502. nntop should support a category based on FilesInGetListingOps.

2017-10-19 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2.7 5ef106af9 -> 53a261a7e HDFS-12502. nntop should support a category based on FilesInGetListingOps. (cherry picked from commit 60bfee270ed3a653c44c0bc92396167b5022df6e) (cherry picked from commit

hadoop git commit: HDFS-10984. Expose nntop output as metrics. Contributed by Siddharth Wagle.

2017-10-19 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2.7 c06851235 -> 5ef106af9 HDFS-10984. Expose nntop output as metrics. Contributed by Siddharth Wagle. (cherry picked from commit 61f0490a73085bbaf6639d9234277e59dc1145db) (cherry picked from commit

hadoop git commit: HDFS-12502. nntop should support a category based on FilesInGetListingOps.

2017-10-19 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2.8 4935334b0 -> f1ff21e00 HDFS-12502. nntop should support a category based on FilesInGetListingOps. (cherry picked from commit 60bfee270ed3a653c44c0bc92396167b5022df6e) (cherry picked from commit

hadoop git commit: HDFS-12502. nntop should support a category based on FilesInGetListingOps.

2017-10-19 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2 e7e2b8158 -> 87f440739 HDFS-12502. nntop should support a category based on FilesInGetListingOps. (cherry picked from commit 60bfee270ed3a653c44c0bc92396167b5022df6e) (cherry picked from commit aecf6c50d351e7aed2008a682677a1edb104585d)

hadoop git commit: HDFS-12502. nntop should support a category based on FilesInGetListingOps.

2017-10-19 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-3.0 9433f9eb0 -> aecf6c50d HDFS-12502. nntop should support a category based on FilesInGetListingOps. (cherry picked from commit 60bfee270ed3a653c44c0bc92396167b5022df6e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDFS-12502. nntop should support a category based on FilesInGetListingOps.

2017-10-19 Thread zhz
Repository: hadoop Updated Branches: refs/heads/trunk b016f08f6 -> 60bfee270 HDFS-12502. nntop should support a category based on FilesInGetListingOps. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/60bfee27 Tree:

[hadoop] Git Push Summary

2017-10-19 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/YARN-7055 [created] b016f08f6 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

<    1   2