Akira Ajisaka
|
d591f2af5d
|
HADOOP-12081. Fix UserGroupInformation.java to support 64-bit zLinux. (aajisaka)
(cherry picked from commit 773c670943 )
|
2015-07-21 11:22:36 +09:00 |
yliu
|
cadd02ad1d
|
HDFS-8794. Improve CorruptReplicasMap#corruptReplicasMap. (yliu)
|
2015-07-21 09:18:43 +08:00 |
Ravi Prakash
|
3d58c7a700
|
HDFS-8344. NameNode doesn't recover lease for files with missing blocks (raviprak)
(cherry picked from commit e4f756260f )
|
2015-07-20 14:04:28 -07:00 |
Steve Loughran
|
d3c23c7b18
|
HADOOP-11893. Mark org.apache.hadoop.security.token.Token as @InterfaceAudience.Public. (Brahma Reddy Battula via stevel)
|
2015-07-20 13:22:03 +01:00 |
Steve Loughran
|
577acf89f8
|
HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() over getMessage() in logging/span events. (Varun Saxena via stevel)
|
2015-07-20 13:13:09 +01:00 |
Steve Loughran
|
d68b044f0f
|
HADOOP-12088. KMSClientProvider uses equalsIgnoreCase("application/json"). (Brahma Reddy Battula via stevel)
|
2015-07-20 13:02:51 +01:00 |
Steve Loughran
|
208b9eed9e
|
HADOOP-12209 Comparable type should be in FileStatus. (Yong Zhang via stevel)
|
2015-07-20 12:32:32 +01:00 |
Steve Loughran
|
f3296a1984
|
HADOOP-12235 hadoop-openstack junit & mockito dependencies should be "provided". (Ted Yu via stevel)
|
2015-07-20 11:22:22 +01:00 |
Arun Suresh
|
eddb326669
|
Pulling in YARN-3535 to branch 2.7.x
(cherry picked from commit 176131f12b )
|
2015-07-18 10:11:29 -07:00 |
Colin Patrick Mccabe
|
aff955a14a
|
YARN-3844. Make hadoop-yarn-project Native code -Wall-clean (Alan Burlison via Colin P. McCabe)
(cherry picked from commit 419c51d233 )
|
2015-07-17 12:05:24 -07:00 |
Jonathan Eagles
|
b289939514
|
YARN-3905. Application History Server UI NPEs when accessing apps run after RM restart (Eric Payne via jeagles)
(cherry picked from commit 7faae0e6fe )
|
2015-07-17 11:03:34 -05:00 |
Arun Suresh
|
8018041b49
|
YARN-3535. Scheduler must re-request container resources when RMContainer transitions from ALLOCATED to KILLED (rohithsharma and peng.zhang via asuresh)
(cherry picked from commit 9b272ccae7 )
|
2015-07-17 04:33:04 -07:00 |
Wangda Tan
|
a7de3cde13
|
YARN-3885. ProportionalCapacityPreemptionPolicy doesn't preempt if queue is more than 2 level. (Ajith S via wangda)
(cherry picked from commit 3540d5fe4b )
|
2015-07-16 16:14:07 -07:00 |
Wangda Tan
|
7b2540770e
|
YARN-3930. FileSystemNodeLabelsStore should make sure edit log file closed when exception is thrown. (Dian Fu via wangda)
(cherry picked from commit fa2b63ed16 )
|
2015-07-16 16:08:04 -07:00 |
Haohui Mai
|
391d2d88f2
|
HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile. Contributed by kanaka kumar avvaru.
|
2015-07-16 15:22:11 -07:00 |
Ming Ma
|
516bbf1c20
|
HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write files rather than the entire DFSClient. (mingma)
(cherry picked from commit fbd88f1062 )
|
2015-07-16 12:55:29 -07:00 |
Tsuyoshi Ozawa
|
e97a14ae6f
|
YARN-3805. Update the documentation of Disk Checker based on YARN-90. Contributed by Masatake Iwasaki.
(cherry picked from commit 1ba2986dee )
|
2015-07-16 17:52:58 +09:00 |
Tsuyoshi Ozawa
|
90c5bf0605
|
HADOOP-12240. Fix tests requiring native library to be skipped in non-native profile. Contributed by Masatake Iwasaki.
(cherry picked from commit 90bda9c611 )
|
2015-07-16 16:05:11 +09:00 |
Tsuyoshi Ozawa
|
f95e3c3091
|
YARN-3174. Consolidate the NodeManager and NodeManagerRestart documentation into one. Contributed by Masatake Iwasaki.
(cherry picked from commit f02dd146f5 )
|
2015-07-16 15:22:57 +09:00 |
Tsuyoshi Ozawa
|
f3f7872fbf
|
HADOOP-10615. FileInputStream in JenkinsHash#main() is never closed. Contributed by Chen He.
(cherry picked from commit 111e6a3fdf )
|
2015-07-16 14:09:22 +09:00 |
Arpit Agarwal
|
dc211ca658
|
HDFS-8778. TestBlockReportRateLimiting#testLeaseExpiration can deadlock. (Contributed by Arpit Agarwal)
|
2015-07-15 14:09:06 -07:00 |
Akira Ajisaka
|
4da8ff60ef
|
MAPREDUCE-5762. Port MAPREDUCE-3223 and MAPREDUCE-4695 (Remove MRv1 config from mapred-default.xml) to branch-2. (aajisaka)
|
2015-07-16 03:43:49 +09:00 |
Tsuyoshi Ozawa
|
bfbc805a13
|
YARN-3170. YARN architecture document needs updating. Contirubted by Brahma Reddy Battula.
(cherry picked from commit edcaae44c1 )
|
2015-07-15 15:43:09 +09:00 |
Tsuyoshi Ozawa
|
59ba845a2f
|
HADOOP-12153. ByteBufferReadable doesn't declare @InterfaceAudience and @InterfaceStability. Contributed by Brahma Reddy Battula.
(cherry picked from commit cec1d43db0 )
|
2015-07-15 14:19:29 +09:00 |
cnauroth
|
5e8c01e7a2
|
HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chris Nauroth.
(cherry picked from commit 6b56f05b9ea3ee45abd5d00b14fab93a353b1332)
|
2015-07-14 15:22:39 -07:00 |
Chris Douglas
|
2a0e551cd8
|
MAPREDUCE-6427. Fix typo in JobHistoryEventHandler. Contributed by Ray Chiang
|
2015-07-14 14:56:21 -07:00 |
Akira Ajisaka
|
bad5d288ac
|
HDFS-8742. Inotify: Support event for OP_TRUNCATE. Contributed by Surendra Singh Lilhore.
(cherry picked from commit 979c9ca2ca )
|
2015-07-15 04:43:03 +09:00 |
Kihwal Lee
|
b0a2dc9c84
|
HDFS-8722. Optimize datanode writes for small writes and flushes. Contributed by Kihwal Lee
(cherry picked from commit 59388a8015 )
|
2015-07-14 14:07:38 -05:00 |
Colin Patrick Mccabe
|
471037883f
|
HDFS-7608: hdfs dfsclient newConnectedPeer has no write timeout (Xiaoyu Yao via Colin P. McCabe)
(cherry picked from commit 1d74ccecec )
|
2015-07-14 11:00:45 -07:00 |
Tsuyoshi Ozawa
|
64059d8884
|
HADOOP-12191. Bzip2Factory is not thread safe. Contributed by Brahma Reddy Battula.
(cherry picked from commit 4084eaf943 )
|
2015-07-14 19:15:36 +09:00 |
Arun Suresh
|
5f58be7dd4
|
YARN-3453. Ensure preemption logic in FairScheduler uses DominantResourceCalculator in DRF queues to prevent unnecessary thrashing. (asuresh)
(cherry picked from commit ac94ba3e18 )
|
2015-07-14 00:25:57 -07:00 |
Chris Douglas
|
c6b0bbabc7
|
HADOOP-12211. Collect disk usage on the node. Contributed by Robert Grandl
(cherry picked from commit a431ed9075 )
|
2015-07-13 15:36:25 -07:00 |
Tsz-Wo Nicholas Sze
|
d8d6d69b09
|
HDFS-8541. Mover should exit with NO_MOVE_PROGRESS if there is no move progress. Contributed by Surendra Singh Lilhore
|
2015-07-13 15:13:14 -07:00 |
Tsz-Wo Nicholas Sze
|
2e455d4d8b
|
Add HDFS-8143 to CHANGES.txt.
|
2015-07-13 15:07:28 -07:00 |
Jian He
|
27366dd7c3
|
Revert "YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha)"
This reverts commit aa067c6aa4 .
(cherry picked from commit 2466460d4c )
|
2015-07-13 14:31:55 -07:00 |
Akira Ajisaka
|
0ba2defb9e
|
YARN-3381. Fix typo InvalidStateTransitonException. Contributed by Brahma Reddy Battula.
(cherry picked from commit 19295b36d9 )
|
2015-07-13 17:53:27 +09:00 |
Akira Ajisaka
|
0e4d251fb2
|
MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNodeLabelExpression. Contributed by Brahma Reddy Battula.
(cherry picked from commit e04faf8e46 )
|
2015-07-13 14:29:39 +09:00 |
Wangda Tan
|
87360be089
|
YARN-3894. RM startup should fail for wrong CS xml NodeLabel capacity configuration. (Bibin A Chundatt via wangda)
(cherry picked from commit 5ed1fead6b )
|
2015-07-12 21:53:08 -07:00 |
Akira Ajisaka
|
ad6787aa43
|
YARN-3069. Document missing properties in yarn-default.xml. Contributed by Ray Chiang.
(cherry picked from commit d6675606dc )
|
2015-07-13 12:57:29 +09:00 |
Gera Shegalov
|
896b8c6551
|
YARN-3917. getResourceCalculatorPlugin for the default should intercept all exceptions. (gera)
(cherry picked from commit d7319dee37 )
|
2015-07-11 22:41:04 -07:00 |
Wangda Tan
|
c36090fd3f
|
YARN-3849. Too much of preemption activity causing continuos killing of containers across queues. (Sunil G via wangda)
(cherry picked from commit 1df39c1efc )
|
2015-07-11 10:27:58 -07:00 |
Zhijie Shen
|
37a93c2d78
|
YARN-3116. RM notifies NM whether a container is an AM container or normal task container. Contributed by Giovanni Matteo Fumarola.
(cherry picked from commit 1ea36299a4 )
|
2015-07-10 19:02:13 -07:00 |
Jing Zhao
|
0e8c335e7c
|
HDFS-8751. Remove setBlocks API from INodeFile and misc code cleanup. Contributed by Zhe Zhang
(cherry picked from commit 47f4c54106 )
|
2015-07-10 14:18:09 -07:00 |
Ming Ma
|
b169889f01
|
YARN-3445. Cache runningApps in RMNode for getting running apps on given NodeId. (Junping Du via mingma)
(cherry picked from commit 08244264c0 )
|
2015-07-10 08:34:01 -07:00 |
Ming Ma
|
5e6bbe6031
|
HADOOP-12107. long running apps may have a huge number of StatisticsData instances under FileSystem (Sangjin Lee via Ming Ma)
(cherry picked from commit 8e1bdc17d9 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-07-10 08:32:27 -07:00 |
Vinayakumar B
|
c1447e654d
|
HDFS-2956. calling fetchdt without a --renewer argument throws NPE (Contributed by Vinayakumar B)HDFS-2956. calling fetchdt without a --renewer argument throws NPE (Contributed by Vinayakumar B)
(cherry picked from commit b48908033f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/TestDelegationTokenFetcher.java
|
2015-07-10 15:52:35 +05:30 |
Akira Ajisaka
|
3a0318ea93
|
HDFS-8749. Fix findbugs warnings in BlockManager.java. Contributed by Brahma Reddy Battula.
(cherry picked from commit d66302ed9b )
|
2015-07-10 15:04:44 +09:00 |
Xuan
|
2a01495544
|
YARN-3888. ApplicationMaster link is broken in RM WebUI when appstate is
NEW. Contributed by Bibin A Chundatt
(cherry picked from commit 5214876792 )
|
2015-07-09 21:38:46 -07:00 |
Chris Douglas
|
66419d3672
|
HADOOP-12210. Collect network usage on the node. Contributed by Robert Grandl
(cherry picked from commit 1a0752d85a )
|
2015-07-09 17:48:56 -07:00 |
carlo curino
|
753d87066f
|
YARN-3800. Reduce storage footprint for ReservationAllocation. Contributed by Anubhav Dhoot.
(cherry picked from commit 0e602fa3a1 )
|
2015-07-09 16:52:47 -07:00 |