svn commit: r1847052 [2/2] - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/

2018-11-20 Thread xgong
052=1847051=1847052=diff ====== Binary files - no diff available. Modified: hadoop/common/site/main/publish/who.html URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.html?rev=1847052=1847051=1847052=diff ==

svn commit: r1847052 [1/2] - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/

2018-11-20 Thread xgong
Author: xgong Date: Tue Nov 20 19:23:28 2018 New Revision: 1847052 URL: http://svn.apache.org/viewvc?rev=1847052=rev Log: update who.html Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml hadoop/common/site/main/publish/bylaws.html hadoop/common/site

hadoop git commit: MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák

2018-02-23 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 80f716537 -> a0b55392d MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák (cherry picked from commit 68ce193efcb595f75d7addf751559c806a5aa399) Project:

hadoop git commit: MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák

2018-02-23 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk 51088d323 -> 68ce193ef MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[16/18] hadoop git commit: YARN-7251. Misc changes to YARN-5734

2017-10-09 Thread xgong
YARN-7251. Misc changes to YARN-5734 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/168a3df8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/168a3df8 Diff:

[05/18] hadoop git commit: YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) Change-Id: Ib98e82ff753bede21fcab2e6ca9ec1e7a5a2008f Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5fd1668a

[14/18] hadoop git commit: YARN-7046. Add closing logic to configuration store

2017-10-09 Thread xgong
YARN-7046. Add closing logic to configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5105bc47 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5105bc47 Diff:

[15/18] hadoop git commit: YARN-7238. Documentation for API based scheduler configuration management

2017-10-09 Thread xgong
YARN-7238. Documentation for API based scheduler configuration management Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d35f5440 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d35f5440 Diff:

[03/18] hadoop git commit: YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-5952. Create REST API for changing YARN scheduler configurations. (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/d1514bac Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d1514bac

[07/18] hadoop git commit: YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong)

2017-10-09 Thread xgong
YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3f29c158 Tree:

[10/18] hadoop git commit: YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/793476e4 Tree:

[08/18] hadoop git commit: YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong)

2017-10-09 Thread xgong
YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e09f0d64 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e09f0d64 Diff: http://git

[12/18] hadoop git commit: YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
http://git-wip-us.apache.org/repos/asf/hadoop/blob/e6827a91/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/conf/TestZKConfigurationStore.java

[01/18] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-10-09 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-3.0 1d11701e5 -> fa676ba06 YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[06/18] hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-10-09 Thread xgong
YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/09b7c876 Tree:

[13/18] hadoop git commit: YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda) Change-Id: I9debea674fe8c7e4109d4ca136965a1ea4c48bcc Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e6827a91

[18/18] hadoop git commit: Merge branch 'YARN-5734-branch-3.0' into branch-3.0. (xgong)

2017-10-09 Thread xgong
Merge branch 'YARN-5734-branch-3.0' into branch-3.0. (xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fa676ba0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fa676ba0 Diff: http://git-wip-us.apache.org

[09/18] hadoop git commit: YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b546420 Tree:

[02/18] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-10-09 Thread xgong
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/72169a02 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/72169a02 Diff:

[11/18] hadoop git commit: YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4bf38062 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4bf38062 Diff:

[04/18] hadoop git commit: YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store

2017-10-09 Thread xgong
YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/28754646 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/28754646

[17/18] hadoop git commit: YARN-7252. Removing queue then failing over results in exception

2017-10-09 Thread xgong
YARN-7252. Removing queue then failing over results in exception Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/043a2170 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/043a2170 Diff:

[18/18] hadoop git commit: Merge branch 'YARN-5734' into trunk. (xgong)

2017-10-09 Thread xgong
Merge branch 'YARN-5734' into trunk. (xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f9ff17f5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f9ff17f5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop

[17/18] hadoop git commit: YARN-7046. Add closing logic to configuration store

2017-10-09 Thread xgong
YARN-7046. Add closing logic to configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d6622daa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d6622daa Diff:

[16/18] hadoop git commit: YARN-7238. Documentation for API based scheduler configuration management

2017-10-09 Thread xgong
YARN-7238. Documentation for API based scheduler configuration management Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a3075de9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a3075de9 Diff:

[12/18] hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-10-09 Thread xgong
YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/04f9e80b Tree:

[07/18] hadoop git commit: YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
http://git-wip-us.apache.org/repos/asf/hadoop/blob/ff39c0de/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/conf/TestZKConfigurationStore.java

[11/18] hadoop git commit: YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong)

2017-10-09 Thread xgong
YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/916bdbd6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/916bdbd6 Diff: http://git

[15/18] hadoop git commit: YARN-7252. Removing queue then failing over results in exception

2017-10-09 Thread xgong
YARN-7252. Removing queue then failing over results in exception Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1d36b53a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1d36b53a Diff:

[14/18] hadoop git commit: YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4c8b208a Tree:

[09/18] hadoop git commit: YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong)

2017-10-09 Thread xgong
YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e566fd8b Tree:

[01/18] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-10-09 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk 793820823 -> f9ff17f51 YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef59cbe0 Tree:

[05/18] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e3579a8c Tree:

[13/18] hadoop git commit: YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/74ba6ffa Tree:

[10/18] hadoop git commit: YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) Change-Id: Ib98e82ff753bede21fcab2e6ca9ec1e7a5a2008f Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a4e62530

[02/18] hadoop git commit: YARN-7251. Misc changes to YARN-5734

2017-10-09 Thread xgong
YARN-7251. Misc changes to YARN-5734 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/09c5dfe9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/09c5dfe9 Diff:

[04/18] hadoop git commit: YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store

2017-10-09 Thread xgong
YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef686635 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef686635

[08/18] hadoop git commit: YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda) Change-Id: I9debea674fe8c7e4109d4ca136965a1ea4c48bcc Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ff39c0de

[06/18] hadoop git commit: YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-5952. Create REST API for changing YARN scheduler configurations. (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/d8a5136b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d8a5136b

[15/18] hadoop git commit: YARN-7251. Misc changes to YARN-5734

2017-10-09 Thread xgong
YARN-7251. Misc changes to YARN-5734 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/06c8938a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/06c8938a Diff:

[08/18] hadoop git commit: YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) Change-Id: Ib98e82ff753bede21fcab2e6ca9ec1e7a5a2008f Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a47823ca

[09/18] hadoop git commit: YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3a31c388 Tree:

[04/18] hadoop git commit: YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-5952. Create REST API for changing YARN scheduler configurations. (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/53a12681 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/53a12681

[01/18] hadoop git commit: YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 1ddc49527 -> 6cdc6771e

[14/18] hadoop git commit: YARN-7252. Removing queue then failing over results in exception

2017-10-09 Thread xgong
YARN-7252. Removing queue then failing over results in exception Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4bd3f0df Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4bd3f0df Diff:

[06/18] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-10-09 Thread xgong
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cd4bc54e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cd4bc54e Diff:

[12/18] hadoop git commit: YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cd58f5da Tree:

[17/18] hadoop git commit: YARN-7238. Documentation for API based scheduler configuration management

2017-10-09 Thread xgong
YARN-7238. Documentation for API based scheduler configuration management Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/40bec384 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/40bec384 Diff:

[11/18] hadoop git commit: YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong)

2017-10-09 Thread xgong
YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/96f4cf7c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/96f4cf7c Diff: http://git

[10/18] hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-10-09 Thread xgong
YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/16b27573 Tree:

[05/18] hadoop git commit: YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store

2017-10-09 Thread xgong
YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/072527b3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/072527b3

[02/18] hadoop git commit: YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda)

2017-10-09 Thread xgong
YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda) Change-Id: I9debea674fe8c7e4109d4ca136965a1ea4c48bcc Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/887b366d

[13/18] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/38cf9ccd Tree:

[07/18] hadoop git commit: YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong)

2017-10-09 Thread xgong
YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3c500842 Tree:

[18/18] hadoop git commit: Merge branch 'YARN-5734-branch-2' into branch-2. (xgong)

2017-10-09 Thread xgong
Merge branch 'YARN-5734-branch-2' into branch-2. (xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6cdc6771 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6cdc6771 Diff: http://git-wip-us.apache.org/repos

[16/18] hadoop git commit: YARN-7046. Add closing logic to configuration store

2017-10-09 Thread xgong
YARN-7046. Add closing logic to configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c8f9fe88 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8f9fe88 Diff:

[03/18] hadoop git commit: YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung

2017-10-09 Thread xgong
YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/36cda2ff Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/36cda2ff Diff:

hadoop git commit: YARN-7259. Add size-based rolling policy to LogAggregationIndexedFileController. (xgong via wangda)

2017-10-02 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-3.0 aef3e4b6a -> c2f751cb0 YARN-7259. Add size-based rolling policy to LogAggregationIndexedFileController. (xgong via wangda) Change-Id: Ifaf82c0aee6b73b9b6ebf103aa72e131e3942f31 (cherry picked from com

hadoop git commit: YARN-7194. Log aggregation status is always Failed with the newly added log aggregation IndexedFileFormat. Contributed by Xuan Gong.

2017-10-02 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-3.0 eb76d3dbe -> aef3e4b6a YARN-7194. Log aggregation status is always Failed with the newly added log aggregation IndexedFileFormat. Contributed by Xuan Gong. (cherry picked from commit c92c1d521eadfd8a4cd8205cc6aee74816f353f4)

hadoop git commit: YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe

2017-09-27 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 c570ddaa6 -> c143708ac YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe (cherry picked from commit 28c4957fccebe2d7e63ec9fe9af58313b4f21d4f) (cherry picked from commit

hadoop git commit: YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe

2017-09-27 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-3.0 ad7ed9d04 -> 81e787279 YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe (cherry picked from commit 28c4957fccebe2d7e63ec9fe9af58313b4f21d4f) Project:

hadoop git commit: YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe

2017-09-27 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk c87db8d15 -> 28c4957fc YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-6570. No logs were found for running application, running container. (Contributed by Junping Du)

2017-09-22 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2.8 1132f4825 -> e103acc8f YARN-6570. No logs were found for running application, running container. (Contributed by Junping Du) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-6570. No logs were found for running application, running container. Contributed by Junping Du

2017-09-18 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 74708d381 -> 6aaca3d08 YARN-6570. No logs were found for running application, running container. Contributed by Junping Du (cherry picked from commit 7c732924a889cd280e972882619a1827877fbafa) (cherry picked from commit

hadoop git commit: YARN-6570. No logs were found for running application, running container. Contributed by Junping Du

2017-09-18 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-3.0 a57f76a3c -> e91447ccc YARN-6570. No logs were found for running application, running container. Contributed by Junping Du (cherry picked from commit 7c732924a889cd280e972882619a1827877fbafa) Project:

hadoop git commit: YARN-6570. No logs were found for running application, running container. Contributed by Junping Du

2017-09-18 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk 29dd55153 -> 7c732924a YARN-6570. No logs were found for running application, running container. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: YARN-7072. Add a new log aggregation file format controller (xgong)

2017-09-11 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 23dc6ef8b -> 02ae3f820

[2/2] hadoop git commit: YARN-7072. Add a new log aggregation file format controller (xgong)

2017-09-11 Thread xgong
YARN-7072. Add a new log aggregation file format controller (xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02ae3f82 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/02ae3f82 Diff: http://git-wip

hadoop git commit: YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung

2017-08-23 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 e7e0b71cd -> 98c4a5299 YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/98c4a529

[04/11] hadoop git commit: YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda)

2017-08-23 Thread xgong
YARN-5952. Create REST API for changing YARN scheduler configurations. (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/c7428cc6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c7428cc6

[11/11] hadoop git commit: YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong)

2017-08-23 Thread xgong
YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/217fd99f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/217fd99f Diff: http://git

[06/11] hadoop git commit: YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong)

2017-08-23 Thread xgong
YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cc813e51 Tree:

[07/11] hadoop git commit: YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda)

2017-08-23 Thread xgong
YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) Change-Id: Ib98e82ff753bede21fcab2e6ca9ec1e7a5a2008f Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3901e967

[09/11] hadoop git commit: YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung

2017-08-23 Thread xgong
YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7e0b71c Tree:

[02/11] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-08-23 Thread xgong
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e25331f Tree:

[08/11] hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-08-23 Thread xgong
YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b659581d Tree:

[01/11] hadoop git commit: YARN-6251. Do async container release to prevent deadlock during container updates. (Arun Suresh via wangda) [Forced Update!]

2017-08-23 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 236b85d9c -> e7e0b71cd (forced update) YARN-6251. Do async container release to prevent deadlock during container updates. (Arun Suresh via wangda) Change-Id: I6c67d20c5dd4d22752830ebf0ed2340824976ecb Project:

[03/11] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-08-23 Thread xgong
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/807a134e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/807a134e Diff:

[05/11] hadoop git commit: YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store

2017-08-23 Thread xgong
YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/81a13aaf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/81a13aaf

[13/20] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-08-01 Thread xgong
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6023666b Tree:

[02/20] hadoop git commit: Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)"

2017-08-01 Thread xgong
Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)" This reverts commit e8a31f2e1c34514fba2f480e8db652f6e2ed65d8. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[16/20] hadoop git commit: YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda)

2017-08-01 Thread xgong
YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) Change-Id: Ib98e82ff753bede21fcab2e6ca9ec1e7a5a2008f Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c1dcf5c

[11/20] hadoop git commit: HADOOP-14245. Use Mockito.when instead of Mockito.stub. Contributed by Andras Bokor.

2017-08-01 Thread xgong
HADOOP-14245. Use Mockito.when instead of Mockito.stub. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b38a1eea Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b38a1eea Diff:

[14/20] hadoop git commit: YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store

2017-08-01 Thread xgong
YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fc19c35f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fc19c35f

[15/20] hadoop git commit: YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda)

2017-08-01 Thread xgong
YARN-5952. Create REST API for changing YARN scheduler configurations. (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/93c17472 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/93c17472

[09/20] hadoop git commit: Revert "YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang."

2017-08-01 Thread xgong
Revert "YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang." This reverts commit 1a78c0ff016097930edf68e8278f826b637e918c. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[04/20] hadoop git commit: HADOOP-14644. Increase max heap size of Maven javadoc plugin. Contributed by Andras Bokor.

2017-08-01 Thread xgong
HADOOP-14644. Increase max heap size of Maven javadoc plugin. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2be9412b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2be9412b Diff:

[19/20] hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-08-01 Thread xgong
YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/79701d92 Tree:

[17/20] hadoop git commit: YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong)

2017-08-01 Thread xgong
YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/087477c2 Tree:

[03/20] hadoop git commit: HADOOP-14420. generateReports property is not applicable for maven-site-plugin:attach-descriptor goal. Contributed by Andras Bokor.

2017-08-01 Thread xgong
HADOOP-14420. generateReports property is not applicable for maven-site-plugin:attach-descriptor goal. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7d85866 Tree:

[20/20] hadoop git commit: YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung

2017-08-01 Thread xgong
YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d3e2b6fd Tree:

[10/20] hadoop git commit: MAPREDUCE-6921. TestUmbilicalProtocolWithJobToken#testJobTokenRpc fails.

2017-08-01 Thread xgong
MAPREDUCE-6921. TestUmbilicalProtocolWithJobToken#testJobTokenRpc fails. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ceacadc5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ceacadc5 Diff:

[08/20] hadoop git commit: HADOOP-14397. Pull up the builder pattern to FileSystem and add AbstractContractCreateTest for it. (Lei (Eddy) Xu)

2017-08-01 Thread xgong
HADOOP-14397. Pull up the builder pattern to FileSystem and add AbstractContractCreateTest for it. (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/9586b0e2 Tree:

[06/20] hadoop git commit: YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang.

2017-08-01 Thread xgong
YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1a78c0ff Tree:

[12/20] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-08-01 Thread xgong
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fe6832ec Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fe6832ec Diff:

[07/20] hadoop git commit: HADOOP-14343. Wrong pid file name in error message when starting secure daemon

2017-08-01 Thread xgong
HADOOP-14343. Wrong pid file name in error message when starting secure daemon Signed-off-by: Allen Wittenauer Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/abbf4129 Tree:

[01/20] hadoop git commit: HDFS-12082. BlockInvalidateLimit value is incorrectly set after namenode heartbeat interval reconfigured. Contributed by Weiwei Yang. [Forced Update!]

2017-08-01 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 fa2c5451f -> d3e2b6fd5 (forced update) HDFS-12082. BlockInvalidateLimit value is incorrectly set after namenode heartbeat interval reconfigured. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung

2017-07-31 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 7418ef399 -> fa2c5451f YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-07-31 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 7915ee3da -> 7418ef399 YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[35/50] [abbrv] hadoop git commit: HADOOP-14229. hadoop.security.auth_to_local example is incorrect in the documentation. Contributed by Andras Bokor.

2017-07-31 Thread xgong
HADOOP-14229. hadoop.security.auth_to_local example is incorrect in the documentation. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/746189ad Tree:

  1   2   3   4   5   6   7   8   9   10   >