Tsz-Wo Nicholas Sze
|
f7c8311e98
|
Add HDFS-8143 to CHANGES.txt.
|
2015-07-13 14:59:45 -07:00 |
|
Jian He
|
2466460d4c
|
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 .
|
2015-07-13 14:30:35 -07:00 |
|
Akira Ajisaka
|
19295b36d9
|
YARN-3381. Fix typo InvalidStateTransitonException. Contributed by Brahma Reddy Battula.
|
2015-07-13 17:52:13 +09:00 |
|
Akira Ajisaka
|
e04faf8e46
|
MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNodeLabelExpression. Contributed by Brahma Reddy Battula.
|
2015-07-13 14:29:14 +09:00 |
|
Wangda Tan
|
5ed1fead6b
|
YARN-3894. RM startup should fail for wrong CS xml NodeLabel capacity configuration. (Bibin A Chundatt via wangda)
|
2015-07-12 21:52:11 -07:00 |
|
Akira Ajisaka
|
d6675606dc
|
YARN-3069. Document missing properties in yarn-default.xml. Contributed by Ray Chiang.
|
2015-07-13 12:57:01 +09:00 |
|
Gera Shegalov
|
d7319dee37
|
YARN-3917. getResourceCalculatorPlugin for the default should intercept all exceptions. (gera)
|
2015-07-11 22:29:36 -07:00 |
|
Wangda Tan
|
1df39c1efc
|
YARN-3849. Too much of preemption activity causing continuos killing of containers across queues. (Sunil G via wangda)
|
2015-07-11 10:26:46 -07:00 |
|
Zhijie Shen
|
1ea36299a4
|
YARN-3116. RM notifies NM whether a container is an AM container or normal task container. Contributed by Giovanni Matteo Fumarola.
|
2015-07-10 18:58:10 -07:00 |
|
Jing Zhao
|
47f4c54106
|
HDFS-8751. Remove setBlocks API from INodeFile and misc code cleanup. Contributed by Zhe Zhang
|
2015-07-10 14:15:22 -07:00 |
|
Ming Ma
|
08244264c0
|
YARN-3445. Cache runningApps in RMNode for getting running apps on given NodeId. (Junping Du via mingma)
|
2015-07-10 08:30:10 -07:00 |
|
Vinayakumar B
|
b48908033f
|
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)
|
2015-07-10 15:47:04 +05:30 |
|
Akira Ajisaka
|
d66302ed9b
|
HDFS-8749. Fix findbugs warnings in BlockManager.java. Contributed by Brahma Reddy Battula.
|
2015-07-10 15:04:06 +09:00 |
|
Xuan
|
5214876792
|
YARN-3888. ApplicationMaster link is broken in RM WebUI when appstate is
NEW. Contributed by Bibin A Chundatt
|
2015-07-09 21:37:33 -07:00 |
|
Chris Douglas
|
1a0752d85a
|
HADOOP-12210. Collect network usage on the node. Contributed by Robert Grandl
|
2015-07-09 17:48:43 -07:00 |
|
carlo curino
|
0e602fa3a1
|
YARN-3800. Reduce storage footprint for ReservationAllocation. Contributed by Anubhav Dhoot.
|
2015-07-09 16:51:59 -07:00 |
|
Jing Zhao
|
f4ca530c1c
|
HDFS-8729. Fix TestFileTruncate#testTruncateWithDataNodesRestartImmediately which occasionally failed. Contributed by Walter Su.
|
2015-07-09 13:17:52 -07:00 |
|
Karthik Kambatla
|
ac6048372a
|
HADOOP-12180. Move ResourceCalculatorPlugin from YARN to Common. (Chris Douglas via kasha)
|
2015-07-09 09:56:40 -07:00 |
|
Karthik Kambatla
|
aa067c6aa4
|
YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha)
|
2015-07-09 09:48:29 -07:00 |
|
Karthik Kambatla
|
527c40e4d6
|
YARN-1012. Report NM aggregated container resource utilization in heartbeat. (Inigo Goiri via kasha)
|
2015-07-09 09:35:14 -07:00 |
|
Devaraj K
|
fffb15bb43
|
MAPREDUCE-6426. TestShuffleHandler#testGetMapOutputInfo is failing.
Contributed by zhihai xu.
|
2015-07-09 15:00:26 +05:30 |
|
Varun Vasudev
|
63d0365088
|
YARN-2194. Addendum patch to fix failing unit test in TestPrivilegedOperationExecutor. Contributed by Sidharta Seethana.
|
2015-07-09 11:51:59 +05:30 |
|
Akira Ajisaka
|
6b7692c468
|
HADOOP-12200. TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be skipped in non-native profile. Contributed by Masatake Iwasaki.
|
2015-07-09 13:14:53 +09:00 |
|
Colin Patrick Mccabe
|
b8832fcf1e
|
HADOOP-12201. Add tracing to FileSystem#createFileSystem and Globber#glob (cmccabe)
|
2015-07-08 20:07:21 -07:00 |
|
Karthik Kambatla
|
2e3d83f97b
|
HADOOP-11878. FileContext#fixRelativePart should check for not null for a more informative exception. (Brahma Reddy Battula via kasha)
|
2015-07-08 11:34:34 -07:00 |
|
Andrew Wang
|
625d7ed9eb
|
HADOOP-12194. Support for incremental generation in the protoc plugin.
|
2015-07-08 11:09:43 -07:00 |
|
Haohui Mai
|
fc6182d5ed
|
HDFS-8726. Move protobuf files that define the client-sever protocols to hdfs-client. Contributed by Haohui Mai.
|
2015-07-08 10:37:10 -07:00 |
|
Arpit Agarwal
|
4119ad3112
|
HDFS-8642. Make TestFileTruncate more reliable. (Contributed by Rakesh R)
|
2015-07-08 09:31:02 -07:00 |
|
Allen Wittenauer
|
98e59261b7
|
Revert "HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)"
This reverts commit 79ed0f959f .
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-07-08 08:06:30 -07:00 |
|
Vinayakumar B
|
bd4e10900c
|
HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi and FsDatasetSpi (Contributed by Lei (Eddy) Xu)
|
2015-07-08 16:34:54 +05:30 |
|
Akira Ajisaka
|
d6325745e2
|
YARN-3690. [JDK8] 'mvn site' fails. Contributed by Brahma Reddy Battula.
|
2015-07-08 15:42:31 +09:00 |
|
Jian He
|
c9dd2cada0
|
YARN-3892. Fixed NPE on RMStateStore#serviceStop when CapacityScheduler#serviceInit fails. Contributed by Bibin A Chundatt
|
2015-07-07 14:16:21 -07:00 |
|
Haohui Mai
|
c0b8e4e5b5
|
HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Contributed by Takanobu Asanuma.
|
2015-07-07 14:01:19 -07:00 |
|
Xiaoyu Yao
|
b68701b7b2
|
HDFS-8711. setSpaceQuota command should print the available storage type when input storage type is wrong. Contributed by Brahma Reddy Battula.
|
2015-07-07 13:50:49 -07:00 |
|
Andrew Wang
|
3dc92e84c2
|
HADOOP-12195. Add annotation to package-info.java file to workaround MCOMPILER-205.
|
2015-07-07 11:14:12 -07:00 |
|
Andrew Wang
|
aa96a8c0c5
|
HADOOP-12193. Rename Touchz.java to Touch.java.
|
2015-07-07 11:12:56 -07:00 |
|
Chris Douglas
|
7e2fe8c9f2
|
MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in MapReduce Tutorial. Contributed by Tsuyoshi Ozawa
|
2015-07-07 10:27:04 -07:00 |
|
Jing Zhao
|
bc99aaffe7
|
Revert "HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Contributed by Jing Zhao."
This reverts commit d62b63d297 .
|
2015-07-07 10:13:41 -07:00 |
|
Chris Douglas
|
559425dcb9
|
HADOOP-5732. Add SFTPFileSystem. Contributed by Ramtin Boustani and Inigo Goiri
|
2015-07-07 10:08:59 -07:00 |
|
Vinayakumar B
|
e0febce0e7
|
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
Moved CHANGES.txt entry to 2.7.2
|
2015-07-07 18:13:35 +05:30 |
|
Varun Vasudev
|
c40bdb56a7
|
YARN-2194. Fix bug causing CGroups functionality to fail on RHEL7. Contributed by Wei Yan.
|
2015-07-07 16:59:29 +05:30 |
|
Vinayakumar B
|
99c8c5839b
|
HADOOP-12117. Potential NPE from Configuration#loadProperty with allowNullValueProperties set. (Contributed by zhihai xu)
|
2015-07-07 16:11:27 +05:30 |
|
Devaraj K
|
af63427c6d
|
YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong
prefix for auth options. Contributed by Bibin A Chundatt.
|
2015-07-07 12:06:30 +05:30 |
|
Colin Patrick Mccabe
|
81f3644376
|
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P. McCabe)
|
2015-07-06 17:17:59 -07:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
bf89ddb9b8
|
Release process for 2.7.1: Set the release date for 2.7.1.
|
2015-07-06 16:39:59 -07:00 |
|
Jing Zhao
|
d62b63d297
|
HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Contributed by Jing Zhao.
|
2015-07-06 15:54:25 -07:00 |
|
Chris Douglas
|
47a69ec7a5
|
HADOOP-12185. NetworkTopology is not efficient adding/getting/removing nodes. Contributed by Inigo Goiri
|
2015-07-06 15:03:22 -07:00 |
|
cnauroth
|
ed1e3ce482
|
HADOOP-12045. Enable LocalFileSystem#setTimes to change atime. Contributed by Kazuho Fujii.
|
2015-07-06 13:40:15 -07:00 |
|
Vinayakumar B
|
fc92d3e651
|
HDFS-8686. WebHdfsFileSystem#getXAttr(Path p, final String name) doesn't work if namespace is in capitals (Contributed by kanaka kumar avvaru)
|
2015-07-06 16:09:24 +05:30 |
|
Vinayakumar B
|
233cab89ad
|
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
|
2015-07-06 15:39:43 +05:30 |
|