hadoop git commit: HADOOP-15434. Upgrade to ADLS SDK that exposes current timeout.

2018-05-02 Thread mackrorysd
Repository: hadoop Updated Branches: refs/heads/trunk e6a80e476 -> 85381c7b6 HADOOP-15434. Upgrade to ADLS SDK that exposes current timeout. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/85381c7b Tree:

hadoop git commit: YARN-8151. Yarn RM Epoch should wrap around. Contributed by Young Chen.

2018-05-02 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/trunk 87c23ef64 -> e6a80e476 YARN-8151. Yarn RM Epoch should wrap around. Contributed by Young Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e6a80e47 Tree:

hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-02 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-3.0 c2ed61188 -> 184ecec29 HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton) Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204 (cherry picked

hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-02 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-3.1 61fac20c9 -> 57e411543 HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton) Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204 (cherry picked

hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-02 Thread templedf
Repository: hadoop Updated Branches: refs/heads/trunk f4d280f02 -> 87c23ef64 HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton) Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204 Project:

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

2018-05-02 Thread shv
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:

[18/51] [abbrv] hadoop git commit: YARN-5588. [Partial backport] [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev.

2018-05-02 Thread shv
YARN-5588. [Partial backport] [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev. (cherry picked from commit 7805deed4896e470ebd2f6bbd1ba9962947c63cd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2018-05-02 Thread shv
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:

[27/51] [abbrv] hadoop git commit: YARN-7637. GPU volume creation command fails when work preserving is disabled at NM. Contributed by Zian Chen.

2018-05-02 Thread shv
YARN-7637. GPU volume creation command fails when work preserving is disabled at NM. Contributed by Zian Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c4f1fa0d Tree:

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

2018-05-02 Thread shv
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/671e35ab Tree:

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

2018-05-02 Thread shv
Repository: hadoop Updated Branches: refs/heads/YARN-8200 58bcb90e7 -> 3908ff3a5 http://git-wip-us.apache.org/repos/asf/hadoop/blob/58e264ea/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/resource/ResourceUtils.java

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan. (cherry picked from commit a333ba54e3f5a1ca57b0fc94bfd008f3cbd5b14b) Conflicts:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/15319c79/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/resourceplugin/gpu/GpuDiscoverer.java

[22/51] [abbrv] hadoop git commit: YARN-6852. Native code changes to support isolate GPU devices by using CGroups. (wangda)

2018-05-02 Thread shv
YARN-6852. Native code changes to support isolate GPU devices by using CGroups. (wangda) Change-Id: I4869cc4d8ad539539ccba4bea5a178cacdb741ab Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c6e2e9c3 Tree:

[33/51] [abbrv] hadoop git commit: Partial backport of YARN-7934 to avoid NPE on RM UI

2018-05-02 Thread shv
Partial backport of YARN-7934 to avoid NPE on RM UI Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0f0a4233 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0f0a4233 Diff:

[47/51] [abbrv] hadoop git commit: Partial commit of YARN-7224 to get GpuDevice class and changes

2018-05-02 Thread shv
Partial commit of YARN-7224 to get GpuDevice class and changes Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6b39a076 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6b39a076 Diff:

[37/51] [abbrv] hadoop git commit: YARN-7573. Gpu Information page could be empty for nodes without GPU. (Sunil G via wangda)

2018-05-02 Thread shv
YARN-7573. Gpu Information page could be empty for nodes without GPU. (Sunil G via wangda) Change-Id: I7f614e5a589a09ce4e4286c84b706e05c29abd14 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e601e586 Tree:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/15319c79/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/resourceplugin/TestResourcePluginManager.java

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
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:

[35/51] [abbrv] hadoop git commit: YARN-7330. Add support to show GPU in UI including metrics. Contributed by Wangda Tan.

2018-05-02 Thread shv
YARN-7330. Add support to show GPU in UI including metrics. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/19b4aea0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/19b4aea0 Diff:

[20/51] [abbrv] hadoop git commit: YARN-7594. TestNMWebServices#testGetNMResourceInfo fails on trunk. Contributed by Gergely Novák.

2018-05-02 Thread shv
YARN-7594. TestNMWebServices#testGetNMResourceInfo fails on trunk. Contributed by Gergely Novák. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bbda5d4d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bbda5d4d

[38/51] [abbrv] hadoop git commit: YARN-7033. Add support for NM Recovery of assigned resources (e.g. GPU's, NUMA, FPGA's) to container. (Devaraj K and Wangda Tan)

2018-05-02 Thread shv
YARN-7033. Add support for NM Recovery of assigned resources (e.g. GPU's, NUMA, FPGA's) to container. (Devaraj K and Wangda Tan) Change-Id: Iffd18bb95debe1c8cc55e30abc1d8f663e9d0e30 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[39/51] [abbrv] hadoop git commit: YARN-7223. Document GPU isolation feature. Contributed by Wangda Tan.

2018-05-02 Thread shv
YARN-7223. Document GPU isolation feature. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/10b1febb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/10b1febb Diff:

[34/51] [abbrv] hadoop git commit: YARN-7330. Add support to show GPU in UI including metrics. Contributed by Wangda Tan.

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/19b4aea0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-node.hbs -- diff --git

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

2018-05-02 Thread shv
YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) (cherry picked from commit 1bbab7c1570a2438b2fa6da70397dd1d5211a137) Conflicts:

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

2018-05-02 Thread shv
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:

[19/51] [abbrv] hadoop git commit: YARN-7383. Node resource is not parsed correctly for resource names containing dot. Contributed by Gergely Novák.

2018-05-02 Thread shv
YARN-7383. Node resource is not parsed correctly for resource names containing dot. Contributed by Gergely Novák. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c7b41f1f Tree:

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/1d1987dd/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

[50/51] [abbrv] hadoop git commit: Use branch-3 part of YARN-6736

2018-05-02 Thread shv
Use branch-3 part of YARN-6736 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/772a8205 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/772a8205 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/772a8205

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

2018-05-02 Thread shv
YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda) Change-Id: I463356f37bf1f6a3f1fc3c594c79916e8c0ab913 (cherry picked from commit 39240b61a163b127eec385decd30ffd96e694c28) Conflicts:

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

2018-05-02 Thread shv
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) Conflicts:

[51/51] [abbrv] hadoop git commit: YARN-8183. Fix ConcurrentModificationException inside RMAppAttemptMetrics#convertAtomicLongMaptoLongMap. (Suma Shivaprasad via wangda)

2018-05-02 Thread shv
YARN-8183. Fix ConcurrentModificationException inside RMAppAttemptMetrics#convertAtomicLongMaptoLongMap. (Suma Shivaprasad via wangda) Change-Id: I347871d672001653a3afe2e99adefd74e0d798cd (cherry picked from commit bb3c504764f807fccba7f28298a12e2296f284cb) (cherry picked from commit

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

2018-05-02 Thread shv
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/e1c7c225

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
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:

[45/51] [abbrv] hadoop git commit: YARN-7056. [Partial backport] Document Resource Profiles feature. (Sunil G via wangda)

2018-05-02 Thread shv
YARN-7056. [Partial backport] 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:

[36/51] [abbrv] hadoop git commit: YARN-7143. FileNotFound handling in ResourceUtils is inconsistent

2018-05-02 Thread shv
YARN-7143. FileNotFound handling in ResourceUtils is inconsistent Change-Id: Ib1bb487e14a15edd2b5a42cf5078c5a2b295f069 (cherry picked from commit db82a41d94872cea4d0c1bb1336916cebc2faeec) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/031fea40/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppBlock.java

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

2018-05-02 Thread shv
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/43145c42 Tree:

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/1d1987dd/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
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/2f9677a4 Tree:

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

2018-05-02 Thread shv
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/e0d813c0

[13/51] [abbrv] hadoop git commit: YARN-5587. [Partial backport] Add support for resource profiles. (vvasudev via asuresh)

2018-05-02 Thread shv
YARN-5587. [Partial backport] 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/c56f7bfe Tree:

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

2018-05-02 Thread shv
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/4498b269 Tree:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/089fe09f/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

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

2018-05-02 Thread shv
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:

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

2018-05-02 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/089fe09f/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

hadoop git commit: HDDS-15. Add memory profiler support to Genesis. Contributed by Anu Engineer.

2018-05-02 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk 3b34fca4b -> 6b63a0af9 HDDS-15. Add memory profiler support to Genesis. Contributed by Anu Engineer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6b63a0af Tree:

[18/50] [abbrv] hadoop git commit: HADOOP-15394. Backport PowerShell NodeFencer HADOOP-14309 to branch-2. Contributed by Inigo Goiri.

2018-05-02 Thread shv
HADOOP-15394. Backport PowerShell NodeFencer HADOOP-14309 to branch-2. Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7a2edb58 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7a2edb58

[07/50] [abbrv] hadoop git commit: YARN-8147. TestClientRMService#testGetApplications sporadically fails. Contributed by Jason Lowe

2018-05-02 Thread shv
YARN-8147. TestClientRMService#testGetApplications sporadically fails. Contributed by Jason Lowe (cherry picked from commit 18844599aef42f79d2af4500aa2eee472dda95cb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[43/50] [abbrv] hadoop git commit: YARN-8221. RMWebServices also need to honor yarn.resourcemanager.display.per-user-apps. Contributed by Sunil G.

2018-05-02 Thread shv
YARN-8221. RMWebServices also need to honor yarn.resourcemanager.display.per-user-apps. Contributed by Sunil G. (cherry picked from commit ef3ecc308dbea41c6a88bd4d16739c7bbc10cdda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[29/50] [abbrv] hadoop git commit: HDFS-13478. RBF: Disabled Nameservice store API. Contributed by Inigo Goiri.

2018-05-02 Thread shv
HDFS-13478. RBF: Disabled Nameservice store API. Contributed by Inigo Goiri. (cherry picked from commit b6dae26f4490bbd03360b8df19ef00cf843430f3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a9752503 Tree:

[14/50] [abbrv] hadoop git commit: YARN-8165. Incorrect queue name logging in AbstractContainerAllocator. Contributed by Weiwei Yan.

2018-05-02 Thread shv
YARN-8165. Incorrect queue name logging in AbstractContainerAllocator. Contributed by Weiwei Yan. (cherry picked from commit dd5e18c4aecba56f140c3cc11affc2cb5e61c79d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[47/50] [abbrv] hadoop git commit: HDFS-13283. Percentage based Reserved Space Calculation for DataNode. Contributed by Lukas Majercak.

2018-05-02 Thread shv
HDFS-13283. Percentage based Reserved Space Calculation for DataNode. Contributed by Lukas Majercak. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cb3414a2 Tree:

[25/50] [abbrv] hadoop git commit: HDFS-13453. RBF: getMountPointDates should fetch latest subdir time/date when parent dir is not present but /parent/child dirs are present in mount table. Contribute

2018-05-02 Thread shv
HDFS-13453. RBF: getMountPointDates should fetch latest subdir time/date when parent dir is not present but /parent/child dirs are present in mount table. Contributed by Dibyendu Karmakar. (cherry picked from commit 1134af9ad1daf683204df8f95a8f03d7baaa74d4) Project:

[30/50] [abbrv] hadoop git commit: HDFS-13408. MiniDFSCluster to support being built on randomized base directory. Contributed by Xiao Liang

2018-05-02 Thread shv
HDFS-13408. MiniDFSCluster to support being built on randomized base directory. Contributed by Xiao Liang (cherry picked from commit f411de6a79a0a87f03c09366cfe7a7d0726ed932) (cherry picked from commit cf272c5179a9cb4b524016c0fca7c69c9eaa92f1) (cherry picked from commit

[02/50] [abbrv] hadoop git commit: HDFS-13427. Fix the section titles of transparent encryption document.

2018-05-02 Thread shv
HDFS-13427. Fix the section titles of transparent encryption document. (cherry picked from commit c7cd362afd21add324c3a82c594b133d41cf8d03) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/be627ccf Tree:

[38/50] [abbrv] hadoop git commit: HDFS-13499. RBF: Show disabled name services in the UI. Contributed by Inigo Goiri.

2018-05-02 Thread shv
HDFS-13499. RBF: Show disabled name services in the UI. Contributed by Inigo Goiri. (cherry picked from commit 0a293de00d5f123c7c8248459aa8ae88a45f39b1) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/87c9fff3 Tree:

[50/50] [abbrv] hadoop git commit: MAPREDUCE-7073. Optimize TokenCache#obtainTokensForNamenodesInternal

2018-05-02 Thread shv
MAPREDUCE-7073. Optimize TokenCache#obtainTokensForNamenodesInternal Signed-off-by: Akira Ajisaka (cherry picked from commit 1a95a4524a8c6c7be601ce8b92640a6a76164a2c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[37/50] [abbrv] hadoop git commit: HDFS-13326. RBF: Improve the interfaces to modify and view mount tables. Contributed by Gang Li.

2018-05-02 Thread shv
HDFS-13326. RBF: Improve the interfaces to modify and view mount tables. Contributed by Gang Li. (cherry picked from commit c394051a3d4d9d531f418503cb519606ae2b2e69) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[17/50] [abbrv] hadoop git commit: YARN-7189. Container-executor doesn't remove Docker containers that error out early. Contributed by Eric Badger

2018-05-02 Thread shv
YARN-7189. Container-executor doesn't remove Docker containers that error out early. Contributed by Eric Badger (cherry picked from commit 391ac5cdd2f31db2341bb731daee094b9ca309ec) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[42/50] [abbrv] hadoop git commit: MAPREDUCE-7072. mapred job -history prints duplicate counter in human output (wilfreds via rkanter)

2018-05-02 Thread shv
MAPREDUCE-7072. mapred job -history prints duplicate counter in human output (wilfreds via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b47275fe Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b47275fe

[26/50] [abbrv] hadoop git commit: YARN-6827. [ATS1/1.5] NPE exception while publishing recovering applications into ATS during RM restart. Contributed by Rohith Sharma K S.

2018-05-02 Thread shv
YARN-6827. [ATS1/1.5] NPE exception while publishing recovering applications into ATS during RM restart. Contributed by Rohith Sharma K S. (cherry picked from commit 7d06806dfdeb3252ac0defe23e8c468eabfa8b5e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[09/50] [abbrv] hadoop git commit: HDFS-13418. NetworkTopology should be configurable when enable DFSNetworkTopology. Contributed by Tao Jie.

2018-05-02 Thread shv
HDFS-13418. NetworkTopology should be configurable when enable DFSNetworkTopology. Contributed by Tao Jie. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7721082 Tree:

[19/50] [abbrv] hadoop git commit: HDFS-13466. RBF: Add more router-related information to the UI.

2018-05-02 Thread shv
HDFS-13466. RBF: Add more router-related information to the UI. (cherry picked from commit e4313e7e4725261b652dd7202048ff2373b05e28) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8d720daa Tree:

[46/50] [abbrv] hadoop git commit: HDFS-13509. Bug fix for breakHardlinks() of ReplicaInfo/LocalReplica, and fix TestFileAppend failures on Windows. Contributed by Xiao Liang.

2018-05-02 Thread shv
HDFS-13509. Bug fix for breakHardlinks() of ReplicaInfo/LocalReplica, and fix TestFileAppend failures on Windows. Contributed by Xiao Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c0c788aa Tree:

[34/50] [abbrv] hadoop git commit: HADOOP-15385. Many tests are failing in hadoop-distcp project in branch-2. Contributed by Jason Lowe.

2018-05-02 Thread shv
HADOOP-15385. Many tests are failing in hadoop-distcp project in branch-2. Contributed by Jason Lowe. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2b48854c Tree:

[49/50] [abbrv] hadoop git commit: HDFS-13488. RBF: Reject requests when a Router is overloaded. Contributed by Inigo Goiri.

2018-05-02 Thread shv
HDFS-13488. RBF: Reject requests when a Router is overloaded. Contributed by Inigo Goiri. (cherry picked from commit 37269261d1232bc71708f30c76193188258ef4bd) (cherry picked from commit 5fef28d0d4b27c5df31d325650e46f5ab5f5630f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

[24/50] [abbrv] hadoop git commit: HDFS-13430. Fix TestEncryptionZonesWithKMS failure due to HADOOP-14445.

2018-05-02 Thread shv
HDFS-13430. Fix TestEncryptionZonesWithKMS failure due to HADOOP-14445. (cherry picked from commit 650359371175fba416331e73aa03d2a96ccb90e5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2444d70a Tree:

[12/50] [abbrv] hadoop git commit: YARN-7810. Update TestDockerContainerRuntime to test with current user credential. (contributed by Shane Kumpf)

2018-05-02 Thread shv
YARN-7810. Update TestDockerContainerRuntime to test with current user credential. (contributed by Shane Kumpf) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/07317562 Tree:

[27/50] [abbrv] hadoop git commit: YARN-7786. NullPointerException while launching ApplicationMaster. Contributed by lujie

2018-05-02 Thread shv
YARN-7786. NullPointerException while launching ApplicationMaster. Contributed by lujie Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/06f3f453 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/06f3f453 Diff:

[08/50] [abbrv] hadoop git commit: HADOOP-14970. MiniHadoopClusterManager doesn't respect lack of format option. Contributed by Erik Krogen

2018-05-02 Thread shv
HADOOP-14970. MiniHadoopClusterManager doesn't respect lack of format option. Contributed by Erik Krogen (cherry picked from commit 1a407bc9906306801690bc75ff0f0456f8f265fd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[04/50] [abbrv] hadoop git commit: HDFS-7101. Potential null dereference in DFSck#doWork(). Contributed by skrho and Ted Yu.

2018-05-02 Thread shv
HDFS-7101. Potential null dereference in DFSck#doWork(). Contributed by skrho and Ted Yu. (cherry picked from commit 113af12cfb240ea9a7189bb2701693466eb8e993) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f055a53b Tree:

[45/50] [abbrv] hadoop git commit: HDFS-13508. RBF: Normalize paths (automatically) when adding, updating, removing or listing mount table entries. Contributed by Ekanth S.

2018-05-02 Thread shv
HDFS-13508. RBF: Normalize paths (automatically) when adding, updating, removing or listing mount table entries. Contributed by Ekanth S. (cherry picked from commit 484440602c5b69fbd8106010603c61ae051056dd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[48/50] [abbrv] hadoop git commit: HDFS-13503. Fix TestFsck test failures on Windows. Contributed by Xiao Liang.

2018-05-02 Thread shv
HDFS-13503. Fix TestFsck test failures on Windows. Contributed by Xiao Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9fd93ee5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9fd93ee5 Diff:

[44/50] [abbrv] hadoop git commit: HDFS-13434. RBF: Fix dead links in RBF document. Contributed by Chetna Chaudhari.

2018-05-02 Thread shv
HDFS-13434. RBF: Fix dead links in RBF document. Contributed by Chetna Chaudhari. (cherry picked from commit f469628bba350ba79bc6a0d38f9dc1cb5eb65c77) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ae32e214 Tree:

[21/50] [abbrv] hadoop git commit: HDFS-12828. OIV ReverseXML Processor fails with escaped characters

2018-05-02 Thread shv
HDFS-12828. OIV ReverseXML Processor fails with escaped characters Signed-off-by: Akira Ajisaka (cherry picked from commit 2d9e791a9073de9f65fef5407efd3a42894bc97f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[39/50] [abbrv] hadoop git commit: YARN-8205. Application State is not updated to ATS if AM launching is delayed. Contributed by Rohith Sharma K S.

2018-05-02 Thread shv
YARN-8205. Application State is not updated to ATS if AM launching is delayed. Contributed by Rohith Sharma K S. (cherry picked from commit 1634de0fc1430d86b7688d16259a81462fba482f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[35/50] [abbrv] hadoop git commit: HDFS-13484. RBF: Disable Nameservices from the federation. Contributed by Inigo Goiri.

2018-05-02 Thread shv
HDFS-13484. RBF: Disable Nameservices from the federation. Contributed by Inigo Goiri. (cherry picked from commit 30fef0bf1e5c8c0ca073df99ad9b33cb0e4431a5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33ffc960 Tree:

[40/50] [abbrv] hadoop git commit: YARN-8215. ATS v2 returns invalid YARN_CONTAINER_ALLOCATED_HOST_HTTP_ADDRESS from NM. Contributed by Rohith Sharma K S.

2018-05-02 Thread shv
YARN-8215. ATS v2 returns invalid YARN_CONTAINER_ALLOCATED_HOST_HTTP_ADDRESS from NM. Contributed by Rohith Sharma K S. (cherry picked from commit 7fc09c4f7255645025ddf902dff70a17092ea039) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[20/50] [abbrv] hadoop git commit: HDFS-13462. Add BIND_HOST configuration for JournalNode's HTTP and RPC Servers. Contributed by Lukas Majercak.

2018-05-02 Thread shv
HDFS-13462. Add BIND_HOST configuration for JournalNode's HTTP and RPC Servers. Contributed by Lukas Majercak. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b4b10786 Tree:

[10/50] [abbrv] hadoop git commit: Revert "YARN-7810. Update TestDockerContainerRuntime to test with current user credential."

2018-05-02 Thread shv
Revert "YARN-7810. Update TestDockerContainerRuntime to test with current user credential." This reverts commit 724bffdb89cd62cc90a1f49c7c5e40998dc1cc0f. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cc2a2a8e Tree:

[01/50] [abbrv] hadoop git commit: YARN-7810. Update TestDockerContainerRuntime to test with current user credential. (contributed by Shane Kumpf) [Forced Update!]

2018-05-02 Thread shv
Repository: hadoop Updated Branches: refs/heads/YARN-8200 7ed9ee718 -> 58bcb90e7 (forced update) YARN-7810. Update TestDockerContainerRuntime to test with current user credential. (contributed by Shane Kumpf) Cherry-picked from:

[41/50] [abbrv] hadoop git commit: MAPREDUCE-7042. Killed MR job data does not move to mapreduce.jobhistory.done-dir when ATS v2 is enabled. Contributed by Rohith Sharma K S.

2018-05-02 Thread shv
MAPREDUCE-7042. Killed MR job data does not move to mapreduce.jobhistory.done-dir when ATS v2 is enabled. Contributed by Rohith Sharma K S. (cherry picked from commit 83e60cd2db20f655e272958ef43b1b5a084ef3e3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[15/50] [abbrv] hadoop git commit: YARN-8164. Fix a potential NPE in AbstractSchedulerPlanFollower. Contributed by lujie.

2018-05-02 Thread shv
YARN-8164. Fix a potential NPE in AbstractSchedulerPlanFollower. Contributed by lujie. (cherry picked from commit f1461b2487d6c7a0b87e3799a8fdb5ade40ad898) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/93fc8133 Tree:

[36/50] [abbrv] hadoop git commit: HDFS-13492. Limit httpfs binds to certain IP addresses in branch-2. Contributed by Wei-Chiu Chuang.

2018-05-02 Thread shv
HDFS-13492. Limit httpfs binds to certain IP addresses in branch-2. Contributed by Wei-Chiu Chuang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a5fc6382 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a5fc6382

[32/50] [abbrv] hadoop git commit: HDFS-13490. RBF: Fix setSafeMode in the Router. Contributed by Inigo Goiri.

2018-05-02 Thread shv
HDFS-13490. RBF: Fix setSafeMode in the Router. Contributed by Inigo Goiri. (cherry picked from commit b06601acce38ed60b726b99e2830f38a1ee3d2b5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cc5416d9 Tree:

[03/50] [abbrv] hadoop git commit: YARN-7527. Over-allocate node resource in async-scheduling mode of CapacityScheduler. Contributed by Tao Yang.

2018-05-02 Thread shv
YARN-7527. Over-allocate node resource in async-scheduling mode of CapacityScheduler. Contributed by Tao Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a48deb15 Tree:

[11/50] [abbrv] hadoop git commit: YARN-8156. Increase the default value of yarn.timeline-service.app-collector.linger-period.ms. Contributed by Charan Hebri.

2018-05-02 Thread shv
YARN-8156. Increase the default value of yarn.timeline-service.app-collector.linger-period.ms. Contributed by Charan Hebri. (cherry picked from commit 669eb7bdea34f26e9b9b8a2260ae4356791622e7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[33/50] [abbrv] hadoop git commit: YARN-7598. Document how to use classpath isolation for aux-services in YARN. Contributed by Xuan Gong.

2018-05-02 Thread shv
YARN-7598. Document how to use classpath isolation for aux-services in YARN. Contributed by Xuan Gong. (cherry picked from commit 56788d759f47b4b158617701f543a9dcb4df69cd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[31/50] [abbrv] hadoop git commit: HDFS-13336. Test cases of TestWriteToReplica failed in windows. Contributed by Xiao Liang.

2018-05-02 Thread shv
HDFS-13336. Test cases of TestWriteToReplica failed in windows. Contributed by Xiao Liang. (cherry picked from commit df92a17e02fe86279a6f4e413719d0a465b50837) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/db9da432

  1   2   >