hadoop git commit: HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin.

2016-07-08 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 845daee46 -> 96e68e722 HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin. (cherry picked from commit da6f1b88dd47e22b24d44f6fc8bbee73e85746f7) Project:

hadoop git commit: HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin.

2016-07-08 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/branch-2 e4023f8b1 -> ee23094b1 HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin. (cherry picked from commit da6f1b88dd47e22b24d44f6fc8bbee73e85746f7) Project:

hadoop git commit: HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin.

2016-07-08 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/trunk 932aed64d -> da6f1b88d HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[hadoop] Git Push Summary

2016-07-08 Thread lei
Repository: hadoop Updated Branches: refs/heads/s3_create [deleted] a8bbfa93e - 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-10336. TestBalancer failing intermittently because of not reseting UserGroupInformation completely. Contributed by Yiqun Lin.

2016-07-08 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk ef30bf3c3 -> 932aed64d HDFS-10336. TestBalancer failing intermittently because of not reseting UserGroupInformation completely. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[12/21] hadoop git commit: Merge pull request #13 from lei/s3c_mdinter

2016-07-08 Thread lei
Merge pull request #13 from lei/s3c_mdinter MetadataStore interface additions, in-memory implementation Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1e48a8a5 Tree:

[08/21] hadoop git commit: Add negative test for LocalMetadataStore.listStatus()

2016-07-08 Thread lei
Add negative test for LocalMetadataStore.listStatus() Also fix failure semantics in other places. It throws FileNotFoundException. I think we should change that to return null, but for now, keeping the interface. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[19/21] hadoop git commit: Merge pull request #14 from lei/s3c_mdinter

2016-07-08 Thread lei
Merge pull request #14 from lei/s3c_mdinter LocalMetadataStore delete() and root dir improvements Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5353aa73 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5353aa73

[04/21] hadoop git commit: MetadataStore interface additions, in-memory implementation

2016-07-08 Thread lei
MetadataStore interface additions, in-memory implementation MetadataStore changes: - listStatus returns CachedDirectory, which is FileStatus[] plus state - Split put() into put() and putNew(). - Add putListStatus() for populating CachedDirectory objects - For now, comment out failing DynamoDB

[06/21] hadoop git commit: TestLocalMetadataStore: use absolute path strings

2016-07-08 Thread lei
TestLocalMetadataStore: use absolute path strings Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4f9b84df Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4f9b84df Diff:

[02/21] hadoop git commit: Change MetadataStore.get() to return a new CachedListStatus.

2016-07-08 Thread lei
Change MetadataStore.get() to return a new CachedListStatus. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d7bf6c82 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d7bf6c82 Diff:

[14/21] hadoop git commit: More LocalMetadataStore tests

2016-07-08 Thread lei
More LocalMetadataStore tests - Test putListStatus, on root dir and non-root. - Also test putNew() on root dir. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/555931f4 Tree:

[17/21] hadoop git commit: get filestatus

2016-07-08 Thread lei
get filestatus Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a2817992 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a2817992 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a2817992 Branch:

[16/21] hadoop git commit: Add basic way to get an instance of MetadataStore

2016-07-08 Thread lei
Add basic way to get an instance of MetadataStore Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f01e108f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f01e108f Diff:

[03/21] hadoop git commit: Merge pull request #12 from lei/s3c_mdinter

2016-07-08 Thread lei
Merge pull request #12 from lei/s3c_mdinter Change MetadataStore.get() to return a new CachedListStatus. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e48027a8 Tree:

[21/21] hadoop git commit: put new status when create object

2016-07-08 Thread lei
put new status when create object Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a8bbfa93 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a8bbfa93 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a8bbfa93

[20/21] hadoop git commit: Merge pull request #15 from lei/get_filestatus

2016-07-08 Thread lei
Merge pull request #15 from lei/get_filestatus Implement GetFileStatus and ListStatus() Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b7e876a8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b7e876a8 Diff:

[11/21] hadoop git commit: Rename clearHashByPrefix() to clearHashByAncestor()

2016-07-08 Thread lei
Rename clearHashByPrefix() to clearHashByAncestor() This is a more accurate name. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a354674f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a354674f Diff:

[01/21] hadoop git commit: MetadataStore Interface intial commit

2016-07-08 Thread lei
Repository: hadoop Updated Branches: refs/heads/s3_create [created] a8bbfa93e MetadataStore Interface intial commit Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5e1370e3 Tree:

[18/21] hadoop git commit: add getFileStatus and listStatus()

2016-07-08 Thread lei
add getFileStatus and listStatus() Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8fb665dc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8fb665dc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8fb665dc

[10/21] hadoop git commit: Fix false prefix match of isAncestor()

2016-07-08 Thread lei
Fix false prefix match of isAncestor() - Change semantics slightly, isAncestor(p, p) is now false. - Add unit test for case, which was failing, now passing. - Update unit tests for new semantics. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[09/21] hadoop git commit: Apply most-recently-used (MRU) consistently

2016-07-08 Thread lei
Apply most-recently-used (MRU) consistently - Change mru() to mruGet(), which is a get that modifies order of element to be Most Recently Used. - MRU all direct get()'s, but not get()'s for updating parent directories. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13352. Make X-FRAME-OPTIONS configurable in HttpServer2. Contributed by Anu Engineer.

2016-07-08 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/branch-2 f515678b6 -> e4023f8b1 HADOOP-13352. Make X-FRAME-OPTIONS configurable in HttpServer2. Contributed by Anu Engineer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13352. Make X-FRAME-OPTIONS configurable in HttpServer2. Contributed by Anu Engineer.

2016-07-08 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/trunk c04c5ec50 -> ef30bf3c3 HADOOP-13352. Make X-FRAME-OPTIONS configurable in HttpServer2. Contributed by Anu Engineer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena).

2016-07-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/branch-2.8 8645e4ac3 -> 845daee46 YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena). Project:

hadoop git commit: YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena).

2016-07-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/branch-2 550abb53e -> f515678b6 YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena). Project:

hadoop git commit: YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena).

2016-07-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/trunk 5252562ed -> c04c5ec50 YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena). Project:

hadoop git commit: YARN-5297. Avoid printing a stack trace when recovering an app after the RM restarts. (Junping Du via Varun Saxena).

2016-07-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/branch-2 5c0386d53 -> 550abb53e YARN-5297. Avoid printing a stack trace when recovering an app after the RM restarts. (Junping Du via Varun Saxena). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5297. Avoid printing a stack trace when recovering an app after the RM restarts. (Junping Du via Varun Saxena).

2016-07-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/trunk 30ee57ceb -> 5252562ed YARN-5297. Avoid printing a stack trace when recovering an app after the RM restarts. (Junping Du via Varun Saxena). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[hadoop] Git Push Summary

2016-07-08 Thread sjlee
Repository: hadoop Updated Tags: refs/tags/YARN-2928-2016-07-08 [created] 15962ea0c - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

[46/50] [abbrv] hadoop git commit: YARN-5174. [documentation] several updates/corrections to timeline service documentation (Sangjin Lee, Varun Saxena, Naganarasimha G R, and Li Lu via sjlee)

2016-07-08 Thread sjlee
YARN-5174. [documentation] several updates/corrections to timeline service documentation (Sangjin Lee, Varun Saxena, Naganarasimha G R, and Li Lu via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/80ac615c Tree:

[36/50] [abbrv] hadoop git commit: YARN-5210 NPE in Distributed Shell while publishing DS_CONTAINER_START event (Varun Saxena via Vrushali C)

2016-07-08 Thread sjlee
YARN-5210 NPE in Distributed Shell while publishing DS_CONTAINER_START event (Varun Saxena via Vrushali C) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2ed36183 Tree:

[49/50] [abbrv] hadoop git commit: YARN-5316 fix hadoop-aws pom not to do the exclusion (Sangjin Li via Vrushali C)

2016-07-08 Thread sjlee
YARN-5316 fix hadoop-aws pom not to do the exclusion (Sangjin Li via Vrushali C) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/139f132d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/139f132d Diff:

[47/50] [abbrv] hadoop git commit: Cleanup changes during rebase with trunk (Vrushali C)

2016-07-08 Thread sjlee
Cleanup changes during rebase with trunk (Vrushali C) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/62da809c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/62da809c Diff:

[41/50] [abbrv] hadoop git commit: YARN-5170. Eliminate singleton converters and static method access. (Joep Rottinghuis via Varun Saxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c93b109c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/common/TestRowKeys.java

[39/50] [abbrv] hadoop git commit: YARN-5052 Update timeline service v2 documentation to capture information about filters (Varun Saxena via Vrushali C)

2016-07-08 Thread sjlee
YARN-5052 Update timeline service v2 documentation to capture information about filters (Varun Saxena via Vrushali C) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/245a6593 Tree:

[28/50] [abbrv] hadoop git commit: YARN-5109. timestamps are stored unencoded causing parse errors (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
YARN-5109. timestamps are stored unencoded causing parse errors (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1a251499 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1a251499 Diff:

[30/50] [abbrv] hadoop git commit: YARN-5097. NPE in Separator.joinEncoded() (Vrushali C via sjlee)

2016-07-08 Thread sjlee
YARN-5097. NPE in Separator.joinEncoded() (Vrushali C via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/190af544 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/190af544 Diff:

[45/50] [abbrv] hadoop git commit: YARN-5070. upgrade HBase version for first merge (Vrushali C via sjlee)

2016-07-08 Thread sjlee
YARN-5070. upgrade HBase version for first merge (Vrushali C via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/89a2a75c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/89a2a75c Diff:

[26/50] [abbrv] hadoop git commit: YARN-5109. timestamps are stored unencoded causing parse errors (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/1a251499/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/FlowRunRowKeyConverter.java

[18/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/47ffa5f8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestPhoenixOfflineAggregationWriterImpl.java

[25/50] [abbrv] hadoop git commit: YARN-5018. Online aggregation logic should not run immediately after collectors got started (Li Lu via sjlee)

2016-07-08 Thread sjlee
YARN-5018. Online aggregation logic should not run immediately after collectors got started (Li Lu via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/894baec8 Tree:

[19/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/47ffa5f8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorage.java

[50/50] [abbrv] hadoop git commit: Fixed the build after the rebase with trunk.

2016-07-08 Thread sjlee
Fixed the build after the rebase with trunk. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/15962ea0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/15962ea0 Diff:

[48/50] [abbrv] hadoop git commit: MAPREDUCE-6720. Inconsistent values of counters across tasks and job reported to timeline service. Contributed by Varun Saxena

2016-07-08 Thread sjlee
MAPREDUCE-6720. Inconsistent values of counters across tasks and job reported to timeline service. Contributed by Varun Saxena Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4c524bde Tree:

[15/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/47ffa5f8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorage.java

[43/50] [abbrv] hadoop git commit: YARN-5170. Eliminate singleton converters and static method access. (Joep Rottinghuis via Varun Saxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c93b109c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/common/EventColumnNameConverter.java

[17/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/47ffa5f8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/TestHBaseStorageFlowRunCompaction.java

[10/50] [abbrv] hadoop git commit: MAPREDUCE-6424. Store MR counters as timeline metrics instead of event. (Naganarasimha G R via varunsaxena)

2016-07-08 Thread sjlee
MAPREDUCE-6424. Store MR counters as timeline metrics instead of event. (Naganarasimha G R via varunsaxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5aef4164 Tree:

[06/50] [abbrv] hadoop git commit: MAPREDUCE-6688. Store job configurations in Timeline Service v2 (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
MAPREDUCE-6688. Store job configurations in Timeline Service v2 (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/97de0c69 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/97de0c69 Diff:

[40/50] [abbrv] hadoop git commit: YARN-5243. fix several rebase and other miscellaneous issues before merge. (Sangjin Lee via Varun Saxena)

2016-07-08 Thread sjlee
YARN-5243. fix several rebase and other miscellaneous issues before merge. (Sangjin Lee via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bb65ec82 Tree:

[21/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/47ffa5f8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/47ffa5f8 Diff:

[35/50] [abbrv] hadoop git commit: YARN-5189. Make HBaseTimeline[Reader|Writer]Impl default and move FileSystemTimeline*Impl. (Joep Rottinghuis and Sangjin Lee via gtcarrera9)

2016-07-08 Thread sjlee
YARN-5189. Make HBaseTimeline[Reader|Writer]Impl default and move FileSystemTimeline*Impl. (Joep Rottinghuis and Sangjin Lee via gtcarrera9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d9b5cbdb Tree:

[03/50] [abbrv] hadoop git commit: YARN-4986. Add a check in the coprocessor for table to operated on (Vrushali C via sjlee)

2016-07-08 Thread sjlee
YARN-4986. Add a check in the coprocessor for table to operated on (Vrushali C via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/29dd0e8c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/29dd0e8c Diff:

[32/50] [abbrv] hadoop git commit: YARN-5111. YARN container system metrics are not aggregated to application (Naganarasimha G R via sjlee)

2016-07-08 Thread sjlee
YARN-5111. YARN container system metrics are not aggregated to application (Naganarasimha G R via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d65e45d8 Tree:

[34/50] [abbrv] hadoop git commit: YARN-5015. entire time series is returned for YARN container system metrics (CPU and memory) (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
YARN-5015. entire time series is returned for YARN container system metrics (CPU and memory) (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1f88693d Tree:

[24/50] [abbrv] hadoop git commit: YARN-5093. created time shows 0 in most REST output (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
YARN-5093. created time shows 0 in most REST output (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/050846f5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/050846f5 Diff:

[14/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/47ffa5f8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestPhoenixOfflineAggregationWriterImpl.java

[20/50] [abbrv] hadoop git commit: YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/47ffa5f8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/reader/TestTimelineReaderWebServicesHBaseStorage.java

[09/50] [abbrv] hadoop git commit: YARN-4447. Provide a mechanism to represent complex filters and parse them at the REST layer (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
YARN-4447. Provide a mechanism to represent complex filters and parse them at the REST layer (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/585c77d9 Tree:

[23/50] [abbrv] hadoop git commit: YARN-5050. Code cleanup for TestDistributedShell (Li Lu via sjlee)

2016-07-08 Thread sjlee
YARN-5050. Code cleanup for TestDistributedShell (Li Lu via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c8100fdb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8100fdb Diff:

[29/50] [abbrv] hadoop git commit: YARN-5138. fix "no findbugs output file" error for hadoop-yarn-server-timelineservice-hbase-tests. (Vrushali C via gtcarrera9)

2016-07-08 Thread sjlee
YARN-5138. fix "no findbugs output file" error for hadoop-yarn-server-timelineservice-hbase-tests. (Vrushali C via gtcarrera9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/795094e1 Tree:

[08/50] [abbrv] hadoop git commit: YARN-4447. Provide a mechanism to represent complex filters and parse them at the REST layer (Varun Saxena via sjlee)

2016-07-08 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/585c77d9/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/reader/TimelineReaderWebServicesUtils.java

[04/50] [abbrv] hadoop git commit: YARN-3150. Documenting the timeline service v2. (Sangjin Lee and Vrushali C via gtcarrera9)

2016-07-08 Thread sjlee
YARN-3150. Documenting the timeline service v2. (Sangjin Lee and Vrushali C via gtcarrera9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b2e7d2f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b2e7d2f0 Diff:

[12/50] [abbrv] hadoop git commit: YARN-5102. timeline service build fails with java 8. (Sangjin Lee via varunsaxena)

2016-07-08 Thread sjlee
YARN-5102. timeline service build fails with java 8. (Sangjin Lee via varunsaxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fcd59e7f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fcd59e7f Diff:

[11/50] [abbrv] hadoop git commit: YARN-5096 addendum. Turned another logging statement to debug. Contributed by Sangjin Lee.

2016-07-08 Thread sjlee
YARN-5096 addendum. Turned another logging statement to debug. Contributed by Sangjin Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6fc95ffb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6fc95ffb Diff:

[05/50] [abbrv] hadoop git commit: YARN-3816. [Aggregation] App-level aggregation and accumulation for YARN system metrics (Li Lu via sjlee)

2016-07-08 Thread sjlee
YARN-3816. [Aggregation] App-level aggregation and accumulation for YARN system metrics (Li Lu via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/74c1b597 Tree:

[01/50] [abbrv] hadoop git commit: YARN-3461. Consolidate flow name/version/run defaults. (Sangjin Lee via Varun Saxena) [Forced Update!]

2016-07-08 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/YARN-2928 c994596b2 -> 15962ea0c (forced update) YARN-3461. Consolidate flow name/version/run defaults. (Sangjin Lee via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[02/50] [abbrv] hadoop git commit: YARN-4711. NM is going down with NPE's due to single thread processing of events by Timeline client (Naganarasimha G R via sjlee)

2016-07-08 Thread sjlee
YARN-4711. NM is going down with NPE's due to single thread processing of events by Timeline client (Naganarasimha G R via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e31210dd Tree:

svn commit: r1751944 - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/ publish/skin/images/

2016-07-08 Thread rchiang
Author: rchiang Date: Fri Jul 8 17:37:03 2016 New Revision: 1751944 URL: http://svn.apache.org/viewvc?rev=1751944=rev Log: Adding myself (rchiang) to committers list. Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

[hadoop] Git Push Summary

2016-07-08 Thread aw
Repository: hadoop Updated Branches: refs/heads/HADOOP-13341 [created] 30ee57ceb - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

hadoop git commit: YARN-4939. The decommissioning Node should keep alive during NM restart. Contributed by sandflee. (cherry picked from commit 30ee57ceb1e80c30ea3adfe7736d4d4c7d5c8386) (cherry picked

2016-07-08 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2.8 e4a62a233 -> 8645e4ac3 YARN-4939. The decommissioning Node should keep alive during NM restart. Contributed by sandflee. (cherry picked from commit 30ee57ceb1e80c30ea3adfe7736d4d4c7d5c8386) (cherry picked from commit