hadoop git commit: HDFS-13511. Provide specialized exception when block length cannot be obtained. Contributed by Gabor Bota.

2018-06-05 Thread xiao
Repository: hadoop Updated Branches: refs/heads/trunk ba4011d64 -> 774c1f199 HDFS-13511. Provide specialized exception when block length cannot be obtained. Contributed by Gabor Bota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel.

2018-06-05 Thread xiao
Repository: hadoop Updated Branches: refs/heads/branch-3.1 b0283fc19 -> f1c91e9fd HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel. (cherry picked from commit ba4011d64fadef3bee5920ccedbcdac01794cc23) Project:

hadoop git commit: HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel.

2018-06-05 Thread xiao
Repository: hadoop Updated Branches: refs/heads/branch-3.0 49cfb11d8 -> 3843abe48 HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel. (cherry picked from commit ba4011d64fadef3bee5920ccedbcdac01794cc23) Project:

hadoop git commit: HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel.

2018-06-05 Thread xiao
Repository: hadoop Updated Branches: refs/heads/trunk 0afc036de -> ba4011d64 HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[36/50] [abbrv] hadoop git commit: YARN-1015. FS should watch node resource utilization and allocate opportunistic containers if appropriate.

2018-06-05 Thread haibochen
YARN-1015. FS should watch node resource utilization and allocate opportunistic containers if appropriate. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8993b0c6 Tree:

[30/50] [abbrv] hadoop git commit: YARN-6705 Add separate NM preemption thresholds for cpu and memory (Haibo Chen)

2018-06-05 Thread haibochen
YARN-6705 Add separate NM preemption thresholds for cpu and memory (Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5ef1fdc6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5ef1fdc6 Diff:

[41/50] [abbrv] hadoop git commit: MAPREDUCE-6926. Allow MR jobs to opt out of oversubscription. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
MAPREDUCE-6926. Allow MR jobs to opt out of oversubscription. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b04006f9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b04006f9 Diff:

[40/50] [abbrv] hadoop git commit: YARN-6750. Add a configuration to cap how much a NM can be overallocated. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-6750. Add a configuration to cap how much a NM can be overallocated. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/52ec505f Tree:

[25/50] [abbrv] hadoop git commit: MAPREDUCE-7105. Fix TestNativeCollectorOnlyHandler.testOnCall on Windows because of the path format. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread haibochen
MAPREDUCE-7105. Fix TestNativeCollectorOnlyHandler.testOnCall on Windows because of the path format. Contributed by Giovanni Matteo Fumarola. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dad1bb86 Tree:

[26/50] [abbrv] hadoop git commit: YARN-8388. TestCGroupElasticMemoryController.testNormalExit() hangs on Linux. (Miklos Szegedi via Haibo Chen)

2018-06-05 Thread haibochen
YARN-8388. TestCGroupElasticMemoryController.testNormalExit() hangs on Linux. (Miklos Szegedi via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/04cf699d Tree:

[10/50] [abbrv] hadoop git commit: MapReduce JHS should honor yarn.webapp.filter-entity-list-by-user(addendum). Contributed by Sunil Govindan.

2018-06-05 Thread haibochen
MapReduce JHS should honor yarn.webapp.filter-entity-list-by-user(addendum). Contributed by Sunil Govindan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d5e69d89 Tree:

[19/50] [abbrv] hadoop git commit: HDFS-13281 Namenode#createFile should be /.reserved/raw/ aware.. Contributed by Rushabh S Shah

2018-06-05 Thread haibochen
HDFS-13281 Namenode#createFile should be /.reserved/raw/ aware.. Contributed by Rushabh S Shah Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e2289c8d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e2289c8d

[46/50] [abbrv] hadoop git commit: YARN-6675. Add NM support to launch opportunistic containers based on overallocation. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/8a7c1726/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/scheduler/TestContainerSchedulerRecovery.java

[37/50] [abbrv] hadoop git commit: YARN-7460. Exclude findbugs warnings on SchedulerNode.numGuaranteedContainers and numOpportunisticContainers. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-7460. Exclude findbugs warnings on SchedulerNode.numGuaranteedContainers and numOpportunisticContainers. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/391014e1 Tree:

[49/50] [abbrv] hadoop git commit: Revert "YARN-6675. Add NM support to launch opportunistic containers based on overallocation. Contributed by Haibo Chen."

2018-06-05 Thread haibochen
Revert "YARN-6675. Add NM support to launch opportunistic containers based on overallocation. Contributed by Haibo Chen." This reverts commit c1362b68af03c546f4c0802758e9729d2372ab6c. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[47/50] [abbrv] hadoop git commit: YARN-6675. Add NM support to launch opportunistic containers based on overallocation. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-6675. Add NM support to launch opportunistic containers based on overallocation. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8a7c1726 Tree:

[17/50] [abbrv] hadoop git commit: HDFS-13339. Volume reference can't be released and may lead to deadlock when DataXceiver does a check volume. Contributed by liaoyuxiangqin and Zsolt Venczel.

2018-06-05 Thread haibochen
HDFS-13339. Volume reference can't be released and may lead to deadlock when DataXceiver does a check volume. Contributed by liaoyuxiangqin and Zsolt Venczel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9efb4b7d Tree:

[29/50] [abbrv] hadoop git commit: YARN-6670 Add separate NM overallocation thresholds for cpu and memory (Haibo Chen)

2018-06-05 Thread haibochen
YARN-6670 Add separate NM overallocation thresholds for cpu and memory (Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/98dde377 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/98dde377 Diff:

[22/50] [abbrv] hadoop git commit: YARN-8389. Improve the description of machine-list property in Federation docs. Contributed by Takanobu Asanuma.

2018-06-05 Thread haibochen
YARN-8389. Improve the description of machine-list property in Federation docs. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/61fc7f73 Tree:

[45/50] [abbrv] hadoop git commit: YARN-6739. Crash NM at start time if oversubscription is on but LinuxContainerExcutor or cgroup is off. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-6739. Crash NM at start time if oversubscription is on but LinuxContainerExcutor or cgroup is off. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3816007b Tree:

[15/50] [abbrv] hadoop git commit: MAPREDUCE-7102. Fix TestJavaSerialization for Windows due a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread haibochen
MAPREDUCE-7102. Fix TestJavaSerialization for Windows due a mismatch line separator. Contributed by Giovanni Matteo Fumarola. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a804b7c9 Tree:

[34/50] [abbrv] hadoop git commit: YARN-7337. Expose per-node over-allocation info in Node Report Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-7337. Expose per-node over-allocation info in Node Report Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/04c14243 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/04c14243 Diff:

[39/50] [abbrv] hadoop git commit: YARN-7491. Make sure AM is not scheduled on an opportunistic container. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-7491. Make sure AM is not scheduled on an opportunistic container. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ecf3c51f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ecf3c51f

[28/50] [abbrv] hadoop git commit: YARN-8365. Set DNS query type according to client request. Contributed by Shane Kumpf

2018-06-05 Thread haibochen
YARN-8365. Set DNS query type according to client request. 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/5cf37418 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5cf37418

[38/50] [abbrv] hadoop git commit: YARN-6921. Allow resource request to opt out of oversubscription in Fair Scheduler. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-6921. Allow resource request to opt out of oversubscription in Fair Scheduler. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ceb4edbd Tree:

[50/50] [abbrv] hadoop git commit: YARN-8240. Add queue-level control to allow all applications in a queue to opt-out. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-8240. Add queue-level control to allow all applications in a queue to opt-out. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5c5e34a9 Tree:

[42/50] [abbrv] hadoop git commit: YARN-5473. Expose per-application over-allocation info in the Resource Manager. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/cc40e3ae/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestContainerResourceUsage.java

[43/50] [abbrv] hadoop git commit: YARN-5473. Expose per-application over-allocation info in the Resource Manager. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/cc40e3ae/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/records/impl/pb/ApplicationAttemptStateDataPBImpl.java

[07/50] [abbrv] hadoop git commit: HDDS-144. Fix TestEndPoint#testHeartbeat and TestEndPoint#testRegister. Contributed by Shashikant Banerjee.

2018-06-05 Thread haibochen
HDDS-144. Fix TestEndPoint#testHeartbeat and TestEndPoint#testRegister. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e50dce4 Tree:

[11/50] [abbrv] hadoop git commit: More YARN pages need to honor yarn.resourcemanager.display.per-user-apps(addendum). Contributed by Sunil G.

2018-06-05 Thread haibochen
More YARN pages need to honor yarn.resourcemanager.display.per-user-apps(addendum). Contributed by Sunil G. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8261f9e5 Tree:

[18/50] [abbrv] hadoop git commit: HDFS-13155. BlockPlacementPolicyDefault.chooseTargetInOrder Not Checking Return Value for NULL. Contributed by Zsolt Venczel.

2018-06-05 Thread haibochen
HDFS-13155. BlockPlacementPolicyDefault.chooseTargetInOrder Not Checking Return Value for NULL. Contributed by Zsolt Venczel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bccdfeee Tree:

[16/50] [abbrv] hadoop git commit: YARN-8276. [UI2] After version field became mandatory, form-based submission of new YARN service doesn't work. Contributed by Gergely Novák.

2018-06-05 Thread haibochen
YARN-8276. [UI2] After version field became mandatory, form-based submission of new YARN service doesn't work. 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/9c4cbed8 Tree:

[48/50] [abbrv] hadoop git commit: Revert "YARN-6675. Add NM support to launch opportunistic containers based on overallocation. Contributed by Haibo Chen."

2018-06-05 Thread haibochen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/1235cf5d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/scheduler/TestContainerSchedulerRecovery.java

[12/50] [abbrv] hadoop git commit: YARN-8342. Enable untrusted docker image to run with launch command. Contributed by Eric Yang

2018-06-05 Thread haibochen
YARN-8342. Enable untrusted docker image to run with launch command. Contributed by Eric Yang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/31998643 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/31998643 Diff:

[33/50] [abbrv] hadoop git commit: YARN-4511. Common scheduler changes to support scheduler-specific oversubscription implementations.

2018-06-05 Thread haibochen
YARN-4511. Common scheduler changes to support scheduler-specific oversubscription implementations. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b64dc29c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b64dc29c

[24/50] [abbrv] hadoop git commit: YARN-8382. cgroup file leak in NM. Contributed by Hu Ziqian.

2018-06-05 Thread haibochen
YARN-8382. cgroup file leak in NM. Contributed by Hu Ziqian. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e2c172dc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e2c172dc Diff:

[31/50] [abbrv] hadoop git commit: YARN-4512 [YARN-1011]. Provide a knob to turn on over-allocation. (kasha)

2018-06-05 Thread haibochen
YARN-4512 [YARN-1011]. Provide a knob to turn on over-allocation. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/96b35f47 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/96b35f47 Diff:

[08/50] [abbrv] hadoop git commit: YARN-8375. TestCGroupElasticMemoryController fails surefire build. (Miklos Szegedi via Haibo Chen)

2018-06-05 Thread haibochen
YARN-8375. TestCGroupElasticMemoryController fails surefire build. (Miklos Szegedi via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4880d890 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4880d890

[44/50] [abbrv] hadoop git commit: YARN-5473. Expose per-application over-allocation info in the Resource Manager. Contributed by Haibo Chen.

2018-06-05 Thread haibochen
YARN-5473. Expose per-application over-allocation info in the Resource Manager. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cc40e3ae Tree:

[14/50] [abbrv] hadoop git commit: HDFS-13648. Fix TestGetConf#testGetJournalNodes on Windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread haibochen
HDFS-13648. Fix TestGetConf#testGetJournalNodes on Windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f83b9ab Tree:

[02/50] [abbrv] hadoop git commit: YARN-8384. stdout.txt, stderr.txt logs of a launched docker container is coming with primary group of submit user instead of hadoop. (Eric Yang via wangda)

2018-06-05 Thread haibochen
YARN-8384. stdout.txt, stderr.txt logs of a launched docker container is coming with primary group of submit user instead of hadoop. (Eric Yang via wangda) Change-Id: Idbb2cd250f4f62dc32993e0d3ca3ec5684616baa Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[21/50] [abbrv] hadoop git commit: YARN-8390. Fix API incompatible changes in FairScheduler's AllocationFileLoaderService. (Gergo Repas via Haibo Chen)

2018-06-05 Thread haibochen
YARN-8390. Fix API incompatible changes in FairScheduler's AllocationFileLoaderService. (Gergo Repas via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba12f87d Tree:

[23/50] [abbrv] hadoop git commit: HDDS-145. Freon times out because of because of wrong ratis port number in datanode details. Contributed by Mukul Kumar Singh.

2018-06-05 Thread haibochen
HDDS-145. Freon times out because of because of wrong ratis port number in datanode details. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ea7b53fb Tree:

[35/50] [abbrv] hadoop git commit: YARN-1015. FS should watch node resource utilization and allocate opportunistic containers if appropriate.

2018-06-05 Thread haibochen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/8993b0c6/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairScheduler.java

[27/50] [abbrv] hadoop git commit: YARN-4677. RMNodeResourceUpdateEvent update from scheduler can lead to race condition (wilfreds and gphillips via rkanter)

2018-06-05 Thread haibochen
YARN-4677. RMNodeResourceUpdateEvent update from scheduler can lead to race condition (wilfreds and gphillips via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0cd145a4 Tree:

[20/50] [abbrv] hadoop git commit: HDDS-126. Fix findbugs warning in MetadataKeyFilters.java. Contributed by Akira Ajisaka.

2018-06-05 Thread haibochen
HDDS-126. Fix findbugs warning in MetadataKeyFilters.java. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ab3885f2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ab3885f2 Diff:

[32/50] [abbrv] hadoop git commit: YARN-4511. Common scheduler changes to support scheduler-specific oversubscription implementations.

2018-06-05 Thread haibochen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/b64dc29c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestNodeLabelContainerAllocation.java

[03/50] [abbrv] hadoop git commit: YARN-8349. Remove YARN registry entries when a service is killed by the RM. (Billie Rinaldi via wangda)

2018-06-05 Thread haibochen
YARN-8349. Remove YARN registry entries when a service is killed by the RM. (Billie Rinaldi via wangda) Change-Id: Ia58db3637789a8921482f564aa9bdf99c45cc36c Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ff583d3f Tree:

[05/50] [abbrv] hadoop git commit: YARN-7962. Race Condition When Stopping DelegationTokenRenewer causes RM crash during failover. (BELUGA BEHR via wangda)

2018-06-05 Thread haibochen
YARN-7962. Race Condition When Stopping DelegationTokenRenewer causes RM crash during failover. (BELUGA BEHR via wangda) Change-Id: I617e2645f60a57080058ad5f06af860fb3f682c8 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[06/50] [abbrv] hadoop git commit: HDDS-143. Provide docker compose files to measure performance in a pseudo cluster. Contributed by Elek, Marton.

2018-06-05 Thread haibochen
HDDS-143. Provide docker compose files to measure performance in a pseudo cluster. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/34710c66 Tree:

[09/50] [abbrv] hadoop git commit: HDFS-13637. RBF: Router fails when threadIndex (in ConnectionPool) wraps around Integer.MIN_VALUE. Contributed by CR Hota.

2018-06-05 Thread haibochen
HDFS-13637. RBF: Router fails when threadIndex (in ConnectionPool) wraps around Integer.MIN_VALUE. Contributed by CR Hota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e11d6740 Tree:

[13/50] [abbrv] hadoop git commit: HDFS-13651. TestReencryptionHandler fails on Windows. Contributed by Anbang Hu.

2018-06-05 Thread haibochen
HDFS-13651. TestReencryptionHandler fails on Windows. Contributed by Anbang Hu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e308ac88 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e308ac88 Diff:

[01/50] [abbrv] hadoop git commit: HDFS-13636. Cross-Site Scripting vulnerability in HttpServer2 (Contributed by Haibo Yan via Daniel Templeton) [Forced Update!]

2018-06-05 Thread haibochen
Repository: hadoop Updated Branches: refs/heads/YARN-1011 7826759b3 -> 5c5e34a93 (forced update) HDFS-13636. Cross-Site Scripting vulnerability in HttpServer2 (Contributed by Haibo Yan via Daniel Templeton) Change-Id: I28edde8125dd20d8d270f0e609d1c04d8173c8b7 Project:

[04/50] [abbrv] hadoop git commit: YARN-8372. Distributed shell app master should not release containers when shutdown if keep-container is true. (Suma Shivaprasad via wangda)

2018-06-05 Thread haibochen
YARN-8372. Distributed shell app master should not release containers when shutdown if keep-container is true. (Suma Shivaprasad via wangda) Change-Id: Ief04d1ca865621f348fba4ac85fa78bc47465904 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[5/6] hadoop git commit: MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread inigoiri
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (cherry picked from commit 0afc036deb35df7e86ede3dcebc430c8f05ed368) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[3/6] hadoop git commit: MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread inigoiri
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (cherry picked from commit 0afc036deb35df7e86ede3dcebc430c8f05ed368) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[6/6] hadoop git commit: MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread inigoiri
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (cherry picked from commit 0afc036deb35df7e86ede3dcebc430c8f05ed368) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[4/6] hadoop git commit: MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread inigoiri
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (cherry picked from commit 0afc036deb35df7e86ede3dcebc430c8f05ed368) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/6] hadoop git commit: MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/branch-2 65d6943b4 -> cd34c229a refs/heads/branch-2.9 cf52db179 -> c1b1c5d77 refs/heads/branch-3.0 cc735146d -> 49cfb11d8 refs/heads/branch-3.1 e4eac4a9f -> b0283fc19 refs/heads/trunk 1b0d4f460 -> 0afc036de MAPREDUCE-7103. Fix

[2/6] hadoop git commit: MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

2018-06-05 Thread inigoiri
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (cherry picked from commit 0afc036deb35df7e86ede3dcebc430c8f05ed368) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Set the release date for 2.7.7-RC0

2018-06-05 Thread stevel
Repository: hadoop Updated Branches: refs/heads/branch-2.7.7 061c7476c -> c2eac407b Set the release date for 2.7.7-RC0 Signed-off-by: Steve Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c2eac407 Tree:

[hadoop] Git Push Summary

2018-06-05 Thread stevel
Repository: hadoop Updated Tags: refs/tags/release-2.7.7-RC0 [created] f804dc3fb - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

[hadoop] Git Push Summary

2018-06-05 Thread stevel
Repository: hadoop Updated Tags: refs/tags/release-2.7.7-RC0 [deleted] ff6a25dd2 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

hadoop git commit: HDFS-13547. Add ingress port based sasl resolver. Contributed by Chen Liang.

2018-06-05 Thread cliang
Repository: hadoop Updated Branches: refs/heads/trunk baebe4d52 -> 1b0d4f460 HDFS-13547. Add ingress port based sasl resolver. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1b0d4f46 Tree:

[hadoop] Git Push Summary

2018-06-05 Thread stevel
Repository: hadoop Updated Tags: refs/tags/release-2.7.7-RC0 [created] ff6a25dd2 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

hadoop git commit: HDDS-129. Support for ReportManager in Datanode. Contributed by Nanda Kumar.

2018-06-05 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk 920d15499 -> baebe4d52 HDDS-129. Support for ReportManager in Datanode. Contributed by Nanda Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/baebe4d5 Tree:

[hadoop] Git Push Summary

2018-06-05 Thread xyao
Repository: hadoop Updated Branches: refs/heads/HDDS-151 [created] 920d15499 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

hadoop git commit: HDDS-148. Remove ContainerReportManager and ContainerReportManagerImpl. Contributed by Nanda kumar.

2018-06-05 Thread xyao
Repository: hadoop Updated Branches: refs/heads/trunk 745f3a244 -> 920d15499 HDDS-148. Remove ContainerReportManager and ContainerReportManagerImpl. Contributed by Nanda kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-8396. Click on an individual container continuously spins and doesn't load the page. Contributed by Sunil Govindan.

2018-06-05 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/branch-3.1 f358a7761 -> e4eac4a9f YARN-8396. Click on an individual container continuously spins and doesn't load the page. Contributed by Sunil Govindan. (cherry picked from commit 745f3a244166c1e6a1aee81eb1d6c2c692053d04) Project:

hadoop git commit: YARN-8396. Click on an individual container continuously spins and doesn't load the page. Contributed by Sunil Govindan.

2018-06-05 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/trunk 0e3c31579 -> 745f3a244 YARN-8396. Click on an individual container continuously spins and doesn't load the page. Contributed by Sunil Govindan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia.

2018-06-05 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-3.0 e794ff2dc -> cc735146d HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia. (cherry picked from commit 0e3c31579d1c733decfb9b00721bdc7b86be60f2) Project:

hadoop git commit: HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia.

2018-06-05 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-3.1 ec5ef0bb2 -> f358a7761 HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia. (cherry picked from commit 0e3c31579d1c733decfb9b00721bdc7b86be60f2) Project:

hadoop git commit: HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia.

2018-06-05 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 6d5e87aec -> 0e3c31579 HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: