Varun Vasudev
|
e211ab777e
|
YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong.
(cherry picked from commit 1adb64e09b )
|
2016-02-03 16:28:31 +05:30 |
Vinayakumar B
|
6941e2ccbf
|
HDFS-9740. Use a reasonable limit in DFSTestUtil.waitForMetric() (Contributed by Chang Li)
(cherry picked from commit eb2fb943fd )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
|
2016-02-03 11:21:08 +05:30 |
Vinayakumar B
|
e8a9a69a27
|
HDFS-9739. DatanodeStorage.isValidStorageId() is broken (Contributed by Mingliang Liu)
(cherry picked from commit d6b1acb940 )
|
2016-02-03 10:33:55 +05:30 |
Vinayakumar B
|
8577c0b6a2
|
HDFS-9715. Check storage ID uniqueness on datanode startup (Contributed by Lei (Eddy) Xu)
(cherry picked from commit 04375756a5 )
|
2016-02-03 07:35:47 +05:30 |
Junping Du
|
3583c77ee8
|
Adding release 2.6.5 to CHANGES.txt
|
2016-02-02 18:09:17 -08:00 |
Robert Kanter
|
358c49d830
|
MAPREDUCE-6620. Jobs that did not start are shown as starting in 1969 in the JHS web UI (haibochen via rkanter)
(cherry picked from commit ccbba4a4de )
|
2016-02-02 15:21:51 -08:00 |
Andrew Wang
|
b4ad58796b
|
HADOOP-12755. Fix typo in defaultFS warning message.
(cherry picked from commit 8171874dd1 )
|
2016-02-02 11:56:47 -08:00 |
Jason Lowe
|
4ee0977687
|
MAPREDUCE-6621. Memory Leak in JobClient#submitJobInternal(). Contributed by Xuan Gong
(cherry picked from commit 43e669b22d )
|
2016-02-02 19:31:33 +00:00 |
Colin Patrick Mccabe
|
60d3a3c30b
|
HDFS-9669. TcpPeerServer should respect ipc.server.listen.queue.size (Elliot Clark via cmccabe)
(cherry picked from commit 2da03b48eb )
|
2016-02-02 11:04:33 -08:00 |
Lei Xu
|
2f1d1c67f0
|
HDFS-9721. Allow Delimited PB OIV tool to run upon fsimage that contains INodeReference. (Xiao Chen via lei)
(cherry picked from commit 9d494f0c0e )
|
2016-02-02 10:42:24 -08:00 |
Vinayakumar B
|
80dd039b6e
|
HDFS-9718. HAUtil#getConfForOtherNodes should unset independent generic keys before initialize (Contributed by DENG FEI)
(cherry picked from commit 4d7055e0c8 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/HAUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAConfiguration.java
|
2016-02-02 12:56:31 +05:30 |
Devaraj K
|
43131af1e2
|
YARN-4100. Add Documentation for Distributed and Delegated-Centralized
Node Labels feature. Contributed by Naganarasimha G R.
(cherry picked from commit db144eb1c5 )
|
2016-02-02 12:07:49 +05:30 |
Varun Vasudev
|
bbda446889
|
YARN-4649. Add additional logging to some NM state store operations. Contributed by Sidharta Seethana
(cherry picked from commit 1cd55e0c17 )
|
2016-02-02 09:26:22 +05:30 |
Wangda Tan
|
9591363ad8
|
YARN-4340. Add list API to reservation system. (Sean Po via wangda)
(cherry picked from commit 9875325d5c )
|
2016-02-02 10:19:19 +08:00 |
Jason Lowe
|
36aae8050e
|
YARN-3102. Decommisioned Nodes not listed in Web UI. Contributed by Kuhu Shukla
(cherry picked from commit ed55950164 )
|
2016-02-01 23:16:18 +00:00 |
Yongjun Zhang
|
fc8d9cc758
|
HDFS-9406. FSImage may get corrupted after deleting snapshot. (Contributed by Jing Zhao, Stanislav Antic, Vinayakumar B, Yongjun Zhang)
(cherry picked from commit 34ab50ea92 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestINodeFile.java
|
2016-02-01 14:09:52 -08:00 |
Lei Xu
|
d2f8e6c269
|
HDFS-9701. DN may deadlock when hot-swapping under load. (Xiao Chen via lei)
(cherry picked from commit 12a4ebb4471f78b642e12c2ec0784c20f62cca3c)
|
2016-02-01 12:56:00 -08:00 |
Xiaoyu Yao
|
7cc3b1c7a3
|
HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao.
(cherry picked from commit b11008d54d )
|
2016-02-01 11:57:11 -08:00 |
Jason Lowe
|
f5f6652137
|
MAPREDUCE-6618. YarnClientProtocolProvider leaking the YarnClient thread. Contributed by Xuan Gong
(cherry picked from commit 59a212b6e1 )
|
2016-02-01 16:06:42 +00:00 |
Steve Loughran
|
7786e97df2
|
HDFS-9708. FSNamesystem.initAuditLoggers() doesn't trim classnames (Mingliang Liu via stevel)
|
2016-02-01 16:01:32 +00:00 |
Vinayakumar B
|
71374cca9d
|
HDFS-9566. Remove expensive 'BlocksMap#getStorages(Block b, final DatanodeStorage.State state)' method (Contributed by Daryn Sharp)
(cherry picked from commit e418bd1fb0 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
|
2016-02-01 13:32:00 +05:30 |
Rohith Sharma K S
|
676f215595
|
YARN-4615. Fix random test failure in TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt. (Sunil G via rohithsharmaks)
(cherry picked from commit 2673cbaf55 )
|
2016-02-01 10:45:05 +05:30 |
Jason Lowe
|
016c685135
|
YARN-4428. Redirect RM page to AHS page when AHS turned on and RM page is not available. Contributed by Chang Li
(cherry picked from commit 772ea7b41b )
|
2016-01-29 21:54:56 +00:00 |
Jian He
|
885c76d85f
|
YARN-4617. LeafQueue#pendingOrderingPolicy should always use fixed ordering policy instead of using same as active applications ordering policy. Contributed by Rohith Sharma K S
|
2016-01-29 12:22:44 -08:00 |
Yongjun Zhang
|
2fb711bde9
|
HDFS-9638. Improve DistCp Help and documentation. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit eddd823cd6 )
|
2016-01-29 12:13:03 -08:00 |
Karthik Kambatla
|
9d1371d390
|
YARN-4647. Make RegisterNodeManagerRequestPBImpl thread-safe. (kasha)
(cherry picked from commit c9a09d6926 )
|
2016-01-29 08:19:34 -08:00 |
Devaraj K
|
123269c07f
|
YARN-4411. RMAppAttemptImpl#createApplicationAttemptReport throws
IllegalArgumentException. Contributed by Bibin A Chundatt and yarntime.
(cherry picked from commit a277bdc9ed )
|
2016-01-29 13:52:47 +05:30 |
Akira Ajisaka
|
6ce9b1240e
|
MAPREDUCE-6616. Fail to create jobhistory file if there are some multibyte characters in the job name. Contributed by Kousuke Saruta.
(cherry picked from commit d314a3f99d5d03c62a3b8fb8883886440ab7d1db)
|
2016-01-29 16:20:37 +09:00 |
Yongjun Zhang
|
a24898fd49
|
HDFS-9706. Log more details in debug logs in BlockReceiver's constructor. (Xiao Chen via Yongjun Zhang)
(cherry picked from commit 8ee060311c )
|
2016-01-28 23:13:41 -08:00 |
Rohith Sharma K S
|
b8d5df06f2
|
YARN-4543. Fix random test failure in TestNodeStatusUpdater.testStopReentrant. (Akihiro Suda via rohithsharmaks)
(cherry picked from commit ac68666803 )
|
2016-01-29 12:30:53 +05:30 |
Rohith Sharma K S
|
0466743afb
|
YARN-4219. addendum patch to fix javadoc errors
(cherry picked from commit 09d831c95b )
|
2016-01-29 11:53:06 +05:30 |
Colin Patrick Mccabe
|
dc65479fc0
|
HDFS-7764. DirectoryScanner shouldn't abort the scan if one directory had an error (Rakesh R via cmccabe)
(cherry picked from commit f67149ab08 )
|
2016-01-28 20:12:18 -08:00 |
Karthik Kambatla
|
363a8212ec
|
HADOOP-12702. Add an HDFS metrics sink. (Daniel Templeton via kasha)
(cherry picked from commit ee005e010c )
|
2016-01-28 17:45:50 -08:00 |
Jian He
|
36f0e73882
|
YARN-4519. Potential deadlock of CapacityScheduler between decrease container and assign containers. Contributed by Meng Ding
|
2016-01-28 14:52:00 -08:00 |
cnauroth
|
bd01fdb64d
|
MAPREDUCE-6563. Streaming documentation contains a stray % character. Contributed by Chris Nauroth.
(cherry picked from commit 41da9a0773 )
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2016-01-28 14:46:42 -08:00 |
Xuan
|
2f00d8d3a7
|
YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by
Li Lu
(cherry picked from commit 9fab22b366 )
|
2016-01-28 14:36:58 -08:00 |
Jason Lowe
|
29195c7668
|
YARN-4643. Container recovery is broken with delegating container runtime. Contributed by Sidharta Seethana
(cherry picked from commit 61382ff8fa )
|
2016-01-28 19:00:51 +00:00 |
Rohith Sharma K S
|
6947a5d4be
|
YARN-4633. Fix random test failure in TestRMRestart#testRMRestartAfterPreemption. (Bibin A Chundatt via rohithsharmaks)
(cherry picked from commit ef343be82b )
|
2016-01-28 21:55:12 +05:30 |
Junping Du
|
db7ff115c0
|
MAPREDUCE-6595. Fix findbugs warnings in OutputCommitter and FileOutputCommitter. Contributed by Akira AJISAKA.
(cherry picked from commit 86560a4978 )
|
2016-01-28 06:18:59 -08:00 |
Tsz-Wo Nicholas Sze
|
d37ecbf721
|
HDFS-9654. Code refactoring for HDFS-8578.
|
2016-01-28 10:56:39 +08:00 |
Tsz-Wo Nicholas Sze
|
b10d8ced21
|
HDFS-8999. Allow a file to be closed with COMMITTED but not yet COMPLETE blocks.
|
2016-01-28 10:42:40 +08:00 |
Robert Kanter
|
a99fa74490
|
MAPREDUCE-6431. JobClient should be an AutoClosable (haibochen via rkanter)
(cherry picked from commit dca0dc8ac2 )
|
2016-01-27 17:11:41 -08:00 |
Jing Zhao
|
d7982222fa
|
HDFS-9677. Rename generationStampV1/generationStampV2 to legacyGenerationStamp/generationStamp. Contributed by Mingliang Liu.
|
2016-01-27 15:51:10 -08:00 |
Jian He
|
da18bbedaf
|
MAPREDUCE-6619. HADOOP_CLASSPATH is overwritten in MR container. Contributed by Junping Du
|
2016-01-27 13:16:59 -08:00 |
Karthik Kambatla
|
c25154576b
|
YARN-4462. FairScheduler: Disallow preemption from a queue. (Tao Jie via kasha)
(cherry picked from commit fb238d7e5d )
|
2016-01-27 12:29:25 -08:00 |
Colin Patrick Mccabe
|
b94fbdf6f0
|
HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe)
(cherry picked from commit 2e8ab3d465 )
|
2016-01-27 11:40:42 -08:00 |
Yongjun Zhang
|
a1f913fb6e
|
HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang)
(cherry picked from commit 97056c3355 )
|
2016-01-27 08:05:17 -08:00 |
Rohith Sharma K S
|
0b8767e01a
|
YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit c01bee0108 )
|
2016-01-27 08:24:37 +05:30 |
Xuan
|
69f3fa71a2
|
YARN-4612. Fix rumen and scheduler load simulator handle killed tasks
properly. Contributed by Ming Ma.
(cherry picked from commit 4efdf3a979 )
|
2016-01-26 18:18:03 -08:00 |
Zhe Zhang
|
2056dd7d3a
|
HDFS-9541. Add hdfsStreamBuilder API to libhdfs to support defaultBlockSizes greater than 2 GB. Contributed by Colin Patrick McCabe.
Change-Id: Ifce1b9be534dc8f7e9d2634cd60e423921b9810f
|
2016-01-26 11:26:31 -08:00 |