GitHub user jkotireddy opened a pull request:

    https://github.com/apache/hadoop/pull/75

    Branch 2.8

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/hadoop branch-2.8

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #75
    
----
commit e09d026105d4d99937e29943e642c7a09ace2d5e
Author: Akira Ajisaka <aajis...@apache.org>
Date:   2015-12-18T04:58:28Z

    HADOOP-12657. Add a option to skip newline on empty files with getMerge 
-nl. Contributed by Kanaka Kumar Avvaru.
    
    (cherry picked from commit 061c05cc05ff6257b14c5c4f25cbcec2d184cda7)
    (cherry picked from commit af498234997d68b718abed2be7638819e93f2266)

commit 384628a2d67b90888123bfb6b1de4bb8b0066795
Author: Vinayakumar B <vinayakum...@apache.org>
Date:   2015-12-18T06:08:12Z

    HDFS-9393. After choosing favored nodes, choosing nodes for remaining 
replicas should go through BlockPlacementPolicy (Contributed by J.Andreina)
    
    (cherry picked from commit bfadf11b36e9d97e03d6ed1e71829907c2301412)
    (cherry picked from commit c887bcd1f03244300a45ff70df9a9c9f2ad5a431)

commit 65effb76d95135365d3c2c8d9a14b1c6d68cd75f
Author: Zhe Zhang <z...@apache.org>
Date:   2015-12-19T00:04:47Z

    HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown() is 
wrong. Contributed by Wei-Chiu Chuang.
    
    Change-Id: Idde8522e11c77f82b376e0c90a9bf33d163d5cb9

commit cef21b7aaa870841272baf8f1c6ff3c6a001dd06
Author: Arpit Agarwal <a...@apache.org>
Date:   2015-12-19T00:06:03Z

    HADOOP-12656. MiniKdc throws "address in use" BindException. (Contributed 
by Wei-Chiu Chuang)

commit 9c2291057071ca8d44199c39b28d536801834399
Author: Jian He <jia...@apache.org>
Date:   2015-12-02T19:07:18Z

    YARN-4398. Remove unnecessary synchronization in RMStateStore. Contributed 
by Ning Ding
    
    (cherry picked from commit 48cbde908319775b82ae30f262cca0503866e88e)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit 15b3ff19715cd671ed782ce2e193eaf139f768fd
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-03T22:28:00Z

    YARN-4292. ResourceUtilization should be a part of NodeInfo REST API. 
(Sunil G via wangda)
    
    (cherry picked from commit a2c3bfc8c1349102a7f2bc4ea96b80b429ac227b)
    (cherry picked from commit 51e448d295f6d2214c1d6455446a8e05e8a967b1)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit 69d3a71f148c931fc827ebdda4bb219a20b7454a
Author: Konstantin V Shvachko <s...@apache.org>
Date:   2015-12-03T22:54:06Z

    HDFS-9436. Make NNThroughputBenchmark$BlockReportStats run with 10 
datanodes by default. Contributed by Mingliang.
    (cherry picked from commit 3aa73a867a3a5048de72e08d73ffaabe84f8ddee)

commit 0b88a7f259f86708425cea2feb6ab08c14887c0e
Author: Konstantin V Shvachko <s...@apache.org>
Date:   2015-12-03T22:51:06Z

    HDFS-9484. NNThroughputBenchmark$BlockReportStats should not send empty 
block reports. Contributed by Mingliang Liu.
    
    (cherry picked from commit 33d4588a7c57a0945f82fb14d8127d49c9ec68d2)
    
    Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

commit f355645ca44aaac1bd0b8dbafb4576b495c1878f
Author: Jian He <jia...@apache.org>
Date:   2015-12-04T01:45:31Z

    YARN-4405. Support node label store in non-appendable file system. 
Contributed by Wangda Tan
    (cherry picked from commit 755dda8dd8bb23864abc752bad506f223fcac010)
    
    (cherry picked from commit be404e168060c03a33a35c8d30925e317a64cad7)

commit 12772f5a450350627c94aa1e8d6b006255aca522
Author: Jian He <jia...@apache.org>
Date:   2015-12-04T03:07:28Z

    Add missing file for YARN-4419
    
    (cherry picked from commit 8a97ca4b00c4eea044d90e8ed0dc75038bd67bc6)

commit 134195df55c6b8d69840f423d61c12245bb2aad5
Author: Lei Xu <l...@apache.org>
Date:   2015-12-04T18:24:55Z

    HDFS-9490. MiniDFSCluster should change block generation stamp via 
FsDatasetTestUtils. (Tony Wu via lei)
    
    (cherry picked from commit 0ac8fb4b336dd03a037092c9712b962e7ed8f852)
    (cherry picked from commit 58714f3b7357d05604987e1db8f6734a7d2827d9)
    
    Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

commit f3ee0e7857027930a4019bf5c0388bc4332a88b6
Author: Xiaoyu Yao <x...@apache.org>
Date:   2015-12-04T18:39:45Z

    HDFS-8831. Trash Support for deletion in HDFS encryption zone. Contributed 
by Xiaoyu Yao.
    
    (cherry picked from commit cbc7b6bf97a80c39d4bbb3005e42dacae6726baf)
    (cherry picked from commit eb7f9901b4355c5488172dc93f734ee496b3e4dc)
    
    Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

commit 46cb47c03eefef5403c8826acc20df380b348aaf
Author: Xuan <xg...@apache.org>
Date:   2015-12-07T20:24:55Z

    YARN-4392. ApplicationCreatedEvent event time resets after RM
    restart/failover. Contributed by Naganarasimha G R and Xuan Gong
    
    (cherry picked from commit 4546c7582b6762c18ba150d80a8976eb51a8290c)
    (cherry picked from commit 7decba83ef541b1f89745ad040c6137d24b187b0)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit c4ae007fd4a3c86a7d03ee7756efb36740880400
Author: Jonathan Eagles <jeag...@yahoo-inc.com>
Date:   2015-12-07T21:04:48Z

    YARN-4422. Generic AHS sometimes doesn't show started, node, or logs on App 
page (Eric Payne via jeagles)
    
    (cherry picked from commit 4ff973f96ae7f77cda3b52b38427e2991819ad31)
    (cherry picked from commit 7c604c3d065ab15927ef7e14be6acf7772f6077f)

commit a4ba6c85255dbb1d7dae4072db581c043e494dec
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-08T22:25:16Z

    YARN-4424. Fix deadlock in RMAppImpl. (Jian he via wangda)
    
    (cherry picked from commit 7e4715186d31ac889fba26d453feedcebb11fc70)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt
    
    (cherry picked from commit 7013f9d6cda88e72a839b1c55757615b55101beb)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit 41986d5373386469650a28d4a3ff1fb7a772233c
Author: Xuan <xg...@apache.org>
Date:   2015-12-10T18:56:12Z

    YARN-3623-Addendum: Improve the description for Timeline Service Version 
configuration in yarn-default.xml
    
    (cherry picked from commit 21daa6c68a0bff51a14e748bf14d56b2f5a5580f)
    (cherry picked from commit 455c6f39c582f5f482f0dc255d111e6fe149e66a)

commit 4f21f9408e6e434f79d677ab361263eb1a2b8dd0
Author: Xiaoyu Yao <x...@apache.org>
Date:   2015-05-08T21:46:25Z

    HDFS-8326. Documentation about when checkpoints are run is out of date. 
(Misty Stanley-Jones via xyao)
    
    (cherry picked from commit d0e75e60fb16ffd6c95648a06ff3958722f71e4d)
    (cherry picked from commit 5595b912e417286594ec0703d3e6062b00985fcc)

commit 8ee83765f4a07307ca655e8152211c42ec563cba
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-14T18:52:46Z

    YARN-3946. Update exact reason as to why a submitted app is in ACCEPTED 
state to app's diagnostic message. (Naganarasimha G R via wangda)
    
    (cherry picked from commit 6cb0af3c39a5d49cb2f7911ee21363a9542ca2d7)
    (cherry picked from commit a1a723fdffee44be9a5d2a1ced896442a5318375)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit c7e10d70de3d564e396dd61b5d2ba232d06e966a
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-14T19:13:22Z

    YARN-4309. Add container launch related debug information to container logs 
when a container fails. (Varun Vasudev via wangda)
    
    (cherry picked from commit dfcbbddb0963c89c0455d41223427165b9f9e537)
    (cherry picked from commit 9f979107c22f365633811a38363d0dbd34573374)

commit 1d1c6c1f8dbb221f41bc5bb87cbea37f71771a41
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-14T19:24:30Z

    YARN-4418. AM Resource Limit per partition can be updated to ResourceUsage 
as well. (Sunil G via wangda)
    
    (cherry picked from commit 07b0fb996a32020678bd2ce482b672f0434651f0)
    (cherry picked from commit c915a658c8a5481ca88d8b2f6ce9a72f2e1f5b6a)

commit e4f638d81524ef4ecf69ba809c5ac6ca10c52014
Author: Zhihai Xu <z...@apache.org>
Date:   2015-12-15T08:17:21Z

    YARN-4440. FSAppAttempt#getAllowedLocalityLevelByTime should init the 
lastScheduler time. Contributed by Lin Yiqun
    
    (cherry picked from commit 2aaed1032719e978660d1f14a8ed299e83b5f65e)
    (cherry picked from commit be50df687bf800d35f418128d0c3f05ab6c429c8)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit 9ed9eb265fb1b6500799ea391567cdb16c35f6ca
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-16T21:18:19Z

    YARN-4293. ResourceUtilization should be a part of yarn node CLI. (Sunil G 
via wangda)
    
    (cherry picked from commit 79c41b1d83e981ae74cb8b58ffcf7907b7612ad4)
    (cherry picked from commit 9f4a6ec6630f3776859f8d677532370095a58d0c)

commit c4b1386b4ed9e1afb50aa10755bc99fc333cf4cd
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-16T21:19:40Z

    YARN-4225. Add preemption status to yarn queue -status for capacity 
scheduler. (Eric Payne via wangda)
    
    (cherry picked from commit 7faa406f27f687844c941346f59a27a375af3233)
    (cherry picked from commit 2f5435acbda53470724d833cfa1c58dc3c3c9bb1)
    
    Conflicts:
        hadoop-yarn-project/CHANGES.txt

commit b74391ce1495b5fd65216a252d8c4f61955d0018
Author: Wangda Tan <wan...@apache.org>
Date:   2015-12-16T21:22:37Z

    YARN-4416. Deadlock due to synchronised get Methods in AbstractCSQueue. 
(Naganarasimha G R via wangda)
    
    (cherry picked from commit 9b856d9787be5ec88ef34574b9b98755d7b669ea)
    (cherry picked from commit 5060fd1840ba2962cdfd7d91e2f405d7bdcfd169)

commit d6f1d3b6ca7a8ef698834fe5106f1eb0b6805318
Author: cnauroth <cnaur...@apache.org>
Date:   2015-12-19T00:24:53Z

    HADOOP-12570. HDFS Secure Mode Documentation updates. Contributed by Arpit 
Agarwal.
    
    (cherry picked from commit 932956458dddabd9583b911c693386a56d723c0d)
    (cherry picked from commit dd91cf9fa51df11c80f52e6845555bb9f2b8acef)

commit 4150d08a4b44d2f61cd183fbeb4523721a5c2a77
Author: Chris Douglas <cdoug...@apache.org>
Date:   2015-12-19T02:21:52Z

    HADOOP-12636. Prevent ServiceLoader failure init for unused FileSystems. 
Contributed by Inigo Goiri
    
    (cherry picked from commit 8652cce5b21825f6f835e4ea31de82eb59fb06c1)
    (cherry picked from commit d984ba4fd73df64b7dca1ec10b35956e4ae9bd57)

commit 6f30919336a7d5cce34ea1470aef677980458236
Author: Uma Mahesh <umamah...@apache.org>
Date:   2015-12-20T07:10:13Z

    YARN-4480. Clean up some inappropriate imports. (Kai Zheng via umamahesh)
    
    (cherry picked from commit 0f82b5d878a76b1626c9e07b2fbb55ce2a79232a)

commit 5f34cbff5c49ff0a7da08dc43ef927c6c66ddf14
Author: Akira Ajisaka <aajis...@apache.org>
Date:   2015-12-20T15:16:14Z

    MAPREDUCE-6583. Clarify confusing sentence in MapReduce tutorial document. 
Contributed by Kai Sasaki.
    
    (cherry picked from commit 7995a6ea4dc524e5b17606359d09df72d771224a)
    (cherry picked from commit 8607cb6074b40733d8990618a44c490f9f303ae3)

commit 1cd85efd71187806c013685bd9ca453cee92f0a4
Author: Akira Ajisaka <aajis...@apache.org>
Date:   2015-12-21T12:23:03Z

    HDFS-9505. HDFS Architecture documentation needs to be refreshed. 
Contributed by Masatake Iwasaki.
    
    (cherry picked from commit fa544020f6f71ee993f047c9b986c047a25ed84c)
    (cherry picked from commit 7526a2a005621e2d1d5eed6561fcd1b05ad20037)

commit 4254ca9898029242f2497772ea4729f220342852
Author: Akira Ajisaka <aajis...@apache.org>
Date:   2015-12-21T12:52:04Z

    Move HDFS-8914 from 2.8.0 to 2.7.3 in CHANGES.txt.
    
    (cherry picked from commit 2cb5afffc4c546e3d0d0f68a921905967047b0e0)
    (cherry picked from commit 12caea3274f42d6218149d17cd68c687905cc669)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to