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 |
Jing Zhao
|
ae0d5d6917
|
HDFS-8729. Fix TestFileTruncate#testTruncateWithDataNodesRestartImmediately which occasionally failed. Contributed by Walter Su.
(cherry picked from commit f4ca530c1c )
|
2015-07-09 13:18:35 -07:00 |
Karthik Kambatla
|
fc989ebe16
|
HADOOP-12180. Move ResourceCalculatorPlugin from YARN to Common. (Chris Douglas via kasha)
(cherry picked from commit ac6048372a )
|
2015-07-09 09:59:02 -07:00 |
Karthik Kambatla
|
ccf18705f7
|
YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha)
(cherry picked from commit aa067c6aa4 )
|
2015-07-09 09:48:46 -07:00 |
Karthik Kambatla
|
d15f69457b
|
YARN-1012. Report NM aggregated container resource utilization in heartbeat. (Inigo Goiri via kasha)
(cherry picked from commit 527c40e4d6 )
|
2015-07-09 09:35:39 -07:00 |
Devaraj K
|
3074d7082e
|
MAPREDUCE-6426. TestShuffleHandler#testGetMapOutputInfo is failing.
Contributed by zhihai xu.
(cherry picked from commit fffb15bb43 )
|
2015-07-09 15:02:09 +05:30 |
Varun Vasudev
|
d17a7bbf6e
|
YARN-2194. Addendum patch to fix failing unit test in TestPrivilegedOperationExecutor. Contributed by Sidharta Seethana.
(cherry picked from ad5b904175a1f89951c7c32f744a4e20fafb51b5)
|
2015-07-09 11:52:57 +05:30 |
Akira Ajisaka
|
ee07df688a
|
HADOOP-12200. TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be skipped in non-native profile. Contributed by Masatake Iwasaki.
(cherry picked from commit 6b7692c468 )
|
2015-07-09 13:15:37 +09:00 |
Colin Patrick Mccabe
|
016d661caf
|
HADOOP-12201. Add tracing to FileSystem#createFileSystem and Globber#glob (cmccabe)
(cherry picked from commit b8832fcf1e )
|
2015-07-08 20:12:11 -07:00 |
Karthik Kambatla
|
4227fff3c6
|
HADOOP-11878. FileContext#fixRelativePart should check for not null for a more informative exception. (Brahma Reddy Battula via kasha)
(cherry picked from commit 2e3d83f97b )
|
2015-07-08 11:35:09 -07:00 |
Andrew Wang
|
cc73f23713
|
HADOOP-12194. Support for incremental generation in the protoc plugin.
(cherry picked from commit 625d7ed9eb )
|
2015-07-08 11:11:07 -07:00 |
Haohui Mai
|
981fe4cfaa
|
HDFS-8726. Move protobuf files that define the client-sever protocols to hdfs-client. Contributed by Haohui Mai.
|
2015-07-08 10:37:31 -07:00 |
Arpit Agarwal
|
e519df47b2
|
HDFS-8642. Make TestFileTruncate more reliable. (Contributed by Rakesh R)
|
2015-07-08 09:31:17 -07:00 |
Vinayakumar B
|
6fe2e7c3f3
|
HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi and FsDatasetSpi (Contributed by Lei (Eddy) Xu)
(cherry picked from commit bd4e10900c )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/FsDatasetSpi.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/FsVolumeSpi.java
|
2015-07-08 17:03:18 +05:30 |
Vinayakumar B
|
01e12b7d69
|
Revert "HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi and FsDatasetSpi (Contributed by Lei (Eddy) Xu)"
This reverts commit 38ee9247cd .
|
2015-07-08 16:59:22 +05:30 |
Vinayakumar B
|
38ee9247cd
|
HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi and FsDatasetSpi (Contributed by Lei (Eddy) Xu)
(cherry picked from commit bd4e10900c )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/FsDatasetSpi.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/FsVolumeSpi.java
|
2015-07-08 16:36:12 +05:30 |
Xiaoyu Yao
|
907abdca73
|
HDFS-8711. setSpaceQuota command should print the available storage type when input storage type is wrong. Contributed by Brahma Reddy Battula.
(cherry picked from commit b68701b7b2 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestQuota.java
|
2015-07-08 16:25:47 +05:30 |
Akira Ajisaka
|
d260478d3a
|
YARN-3690. [JDK8] 'mvn site' fails. Contributed by Brahma Reddy Battula.
(cherry picked from commit d6325745e2 )
|
2015-07-08 15:43:04 +09:00 |
Jian He
|
fa59b224b8
|
YARN-3892. Fixed NPE on RMStateStore#serviceStop when CapacityScheduler#serviceInit fails. Contributed by Bibin A Chundatt
(cherry picked from commit c9dd2cada0 )
|
2015-07-07 14:18:16 -07:00 |