hadoop git commit: YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu.

2016-07-07 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 b3b81b4f0 -> 687185feb YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu. (cherry picked from commit 673e5e02feba9171498a518c06ae70639c5f8854) Project:

hadoop git commit: YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu.

2016-07-07 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 9d46a49c7 -> 673e5e02f YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2.7.3 cc14ca296 -> 01aa7d8f2 HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. (cherry picked from commit 830516b8c5d25b8dd1434d8b9caab89cf5e43359) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi.

2016-07-07 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.8 9c7ce389c -> 5522a46f4 HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi. (cherry picked from commit 9d46a49c746b9e1ef552dbb10d1e22f87db68c76) (cherry picked from commit

hadoop git commit: HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi.

2016-07-07 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 63b64a20c -> b3b81b4f0 HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi. (cherry picked from commit 9d46a49c746b9e1ef552dbb10d1e22f87db68c76) Project:

hadoop git commit: HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi.

2016-07-07 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 6e597600f -> 9d46a49c7 HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi. This closes #108 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu.

2016-07-07 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/branch-2.8 097022e17 -> 9c7ce389c HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu.

2016-07-07 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/branch-2 909fa138f -> 63b64a20c HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu.

2016-07-07 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/trunk a0035661c -> 6e597600f HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13349. HADOOP_CLASSPATH vs HADOOP_USER_CLASSPATH (aw)

2016-07-07 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk ab092c56c -> a0035661c HADOOP-13349. HADOOP_CLASSPATH vs HADOOP_USER_CLASSPATH (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a0035661 Tree:

hadoop git commit: HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R

2016-07-07 Thread umamahesh
Repository: hadoop Updated Branches: refs/heads/branch-2.8 80a342e96 -> 097022e17 HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R (cherry picked from commit

hadoop git commit: HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R

2016-07-07 Thread umamahesh
Repository: hadoop Updated Branches: refs/heads/branch-2 f78be9746 -> 909fa138f HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R (cherry picked from commit ab092c56c251f27a9426e3c69a784417fdf9a26e)

hadoop git commit: HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R

2016-07-07 Thread umamahesh
Repository: hadoop Updated Branches: refs/heads/trunk 0185de076 -> ab092c56c HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11993. maven enforcer plugin to ban java 8 incompatible dependencies. (ozawa)

2016-07-07 Thread ozawa
Repository: hadoop Updated Branches: refs/heads/trunk d1626a7b3 -> 0185de076 HADOOP-11993. maven enforcer plugin to ban java 8 incompatible dependencies. (ozawa) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0185de07

hadoop git commit: MAPREDUCE-6717. Remove deprecated StringUtils.getFormattedTimeWithDiff. Contributed by Shen Yinjie.

2016-07-07 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 0e0f45f0e -> d1626a7b3 MAPREDUCE-6717. Remove deprecated StringUtils.getFormattedTimeWithDiff. Contributed by Shen Yinjie. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: MAPREDUCE-6717. Remove deprecated StringUtils.getFormattedTimeWithDiff. Contributed by Shen Yinjie.

2016-07-07 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 8f500942d -> f78be9746 MAPREDUCE-6717. Remove deprecated StringUtils.getFormattedTimeWithDiff. Contributed by Shen Yinjie. (cherry picked from commit d1626a7b37472f8b76bfbd5ee484cefa7cba7d3d) Project:

hadoop git commit: HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2.6 ce2fcd932 -> e64094484 HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. (cherry picked from commit 830516b8c5d25b8dd1434d8b9caab89cf5e43359) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2.7 5ebebc652 -> 830516b8c HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/830516b8

hadoop git commit: HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 728623242 -> 8f500942d HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. (cherry picked from commit 0e0f45f0ec3d8279610e8af25f60f4abb668d55a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2.8 f826d9290 -> 80a342e96 HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. (cherry picked from commit 0e0f45f0ec3d8279610e8af25f60f4abb668d55a) (cherry picked from commit

hadoop git commit: HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk b8f93cd27 -> 0e0f45f0e HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0e0f45f0 Tree:

hadoop git commit: HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2.7 81f0d56c5 -> 5ebebc652 HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil. (cherry picked from commit 728623242f47c6bffb46cfcc8f3425b58c1fde3a) Project:

hadoop git commit: HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2.8 4fba09d7e -> f826d9290 HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil. (cherry picked from commit 647b084738b26dcf0c0c4afa4ec3039e6aca2d61) Project:

hadoop git commit: HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk a3f93beaa -> b8f93cd27 HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil.

2016-07-07 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 8a9440298 -> 728623242 HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: