Jing Zhao
0e8c335e7c
HDFS-8751. Remove setBlocks API from INodeFile and misc code cleanup. Contributed by Zhe Zhang
...
(cherry picked from commit 47f4c54106ebb234a7d3dc71320aa584ecba161a)
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 08244264c0583472b9c4e16591cfde72c6db62a2)
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 8e1bdc17d9134e01115ae7c929503d8ac0325207)
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 b48908033fcac7a4bd4313c1fd1457999fba08e1)
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 d66302ed9b2c25b560d8319d6d755aee7cfa4d67)
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 52148767924baf423172d26f2c6d8a4cfc6e143f)
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 1a0752d85a15499d120b4a79af9bd740fcd1f8e0)
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 0e602fa3a1529134214452fba10a90307d9c2072)
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 f4ca530c1cc9ece25c5ef01f99a94eb9e678e890)
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 ac6048372a58b3a3b57cd5f2702b44a3d4667f3d)
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 aa067c6aa47b4c79577096817acc00ad6421180c)
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 527c40e4d664c721b8f32d7cd8df21b2666fea8a)
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 fffb15bb431fcdd7ca4ce0e249f9d45f4968497b)
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 6b7692c468931215ec0de7e11f0bdf15b80e68ce)
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 b8832fcf1e2ae1e43d5e4523016731af40ab58d7)
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 2e3d83f97b85c015f16f1c162b8ef0e7fee1ddf2)
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 625d7ed9eb65f0df204b506ce92c11803fbce273)
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 bd4e10900cc53a2768c31cc29fdb3698684bc2a0)
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 38ee9247cd3d01ffba88018ad1fd37f40e5969f5.
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 bd4e10900cc53a2768c31cc29fdb3698684bc2a0)
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 b68701b7b2a9597b4183e0ba19b1551680d543a1)
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 d6325745e26d6acb0bbdb0972ce036297d66d5b0)
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 c9dd2cada055c0beffd04bad0ded8324f66ad1b7)
2015-07-07 14:18:16 -07:00
Haohui Mai
b181c13cbf
HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Contributed by Takanobu Asanuma.
2015-07-07 14:04:12 -07:00
Andrew Wang
9bbc3e4ad4
HADOOP-12195. Add annotation to package-info.java file to workaround MCOMPILER-205.
...
(cherry picked from commit 3dc92e84c2a530483c6a7693817b67d86f9c97aa)
2015-07-07 11:14:30 -07:00
Andrew Wang
54e9b904c4
HADOOP-12193. Rename Touchz.java to Touch.java.
...
(cherry picked from commit aa96a8c0c5d82a21e9b511517bc621c41841bc53)
2015-07-07 11:14:28 -07:00
Chris Douglas
5fbf91b453
MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in MapReduce Tutorial. Contributed by Tsuyoshi Ozawa
...
(cherry picked from commit 4990ccfdc742be9c0517557a6256fefcae0df67d)
2015-07-07 10:26:57 -07:00
Jing Zhao
bed74b620a
Revert "HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Contributed by Jing Zhao."
...
This reverts commit d62b63d297bff12d93de560dd50ddd48743b851d.
(cherry picked from commit bc99aaffe7b0ed13b1efc37b6a32cdbd344c2d75)
2015-07-07 10:14:17 -07:00
Chris Douglas
62424b5d99
HADOOP-5732. Add SFTPFileSystem. Contributed by Ramtin Boustani and Inigo Goiri
...
(cherry picked from commit 559425dcb9302861c3c28b759492a68f8d597092)
2015-07-07 10:09:29 -07:00
Colin Patrick Mccabe
4da63e5f5f
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P. McCabe)
...
(cherry picked from commit 81f364437608b21e85fc393f63546bf8b425ac71)
2015-07-07 08:36:52 -07:00
Vinayakumar B
2b99310c32
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
...
Moved CHANGES.txt entry to 2.7.2
(cherry picked from commit e0febce0e74ec69597376774f771da46834c42b1)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-07-07 18:16:14 +05:30
Varun Vasudev
16ca0fcf99
YARN-2194. Fix bug causing CGroups functionality to fail on RHEL7. Contributed by Wei Yan.
...
(cherry-picked from commit 7e3ebc0fc59dbd1d7768b5a6c05af18b8c8fea4d)
2015-07-07 17:05:06 +05:30
Vinayakumar B
c5c0577248
HADOOP-12117. Potential NPE from Configuration#loadProperty with allowNullValueProperties set. (Contributed by zhihai xu)
...
(cherry picked from commit 99c8c5839b65666e6099116e4d7024e0eb4682b9)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
2015-07-07 16:18:54 +05:30
Devaraj K
f558429efe
YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong
...
prefix for auth options. Contributed by Bibin A Chundatt.
(cherry picked from commit af63427c6d7d2fc251eafb1f152b7a90c5bd07e5)
2015-07-07 12:08:03 +05:30
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
a8bf34cad8
Release process for 2.7.1: Set the release date for 2.7.1.
...
(cherry picked from commit bf89ddb9b8ca27a34074b415f85599dd48b8fc50)
2015-07-06 16:41:00 -07:00
Jing Zhao
3d73d2027f
HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Contributed by Jing Zhao.
...
(cherry picked from commit d62b63d297bff12d93de560dd50ddd48743b851d)
2015-07-06 15:55:03 -07:00
Chris Douglas
360164e41e
HADOOP-12185. NetworkTopology is not efficient adding/getting/removing nodes. Contributed by Inigo Goiri
...
(cherry picked from commit 47a69ec7a5417cb56b75d07184dd6888ff068302)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java
2015-07-06 15:15:45 -07:00
cnauroth
d01eaef40f
HADOOP-12045. Enable LocalFileSystem#setTimes to change atime. Contributed by Kazuho Fujii.
...
(cherry picked from commit ed1e3ce482f679ae2fad43a203f6578d7af59327)
2015-07-06 13:40:26 -07:00
Vinayakumar B
9a774dfae5
HDFS-8686. WebHdfsFileSystem#getXAttr(Path p, final String name) doesn't work if namespace is in capitals (Contributed by kanaka kumar avvaru)
...
(cherry picked from commit fc92d3e6515a391847cb6170244b3d911712d96a)
2015-07-06 16:09:42 +05:30
Vinayakumar B
91d2c59968
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
...
(cherry picked from commit 233cab89adb6bae21d7e171f2af516b92266242c)
2015-07-06 15:40:16 +05:30
Devaraj K
415dd64461
MAPREDUCE-6425. ShuffleHandler passes wrong "base" parameter to
...
getMapOutputInfo if mapId is not in the cache. Contributed by zhihai xu.
(cherry picked from commit bff67dfe2f811654ffb1bbcbd87509c185f452b6)
2015-07-06 13:47:54 +05:30
Xuan
09639ac6b4
YARN-3882. AggregatedLogFormat should close aclScanner and ownerScanner
...
after create them. Contributed by zhihai xu
(cherry picked from commit 688617d6d7e6377a37682b5676b805cc6e8cf3f0)
2015-07-04 21:54:22 -07:00
Vinayakumar B
b963ca84bc
HDFS-8577. Avoid retrying to recover lease on a file which does not exist (Contributed by J.Andreina)
...
(cherry picked from commit 2eae130ab9edd318c82503c2306f610f2b5a3e51)
2015-07-03 13:36:07 +05:30
Chris Douglas
f2c0539d38
HADOOP-12173. NetworkTopology::add calls toString always. Contributed by Inigo Goiri
...
(cherry picked from commit e59f6fad6a8849cfab6acbf012f338d9cc7dd63c)
2015-07-02 21:49:43 -07:00
Andrew Wang
efe9ae9fc6
HDFS-8709. Clarify automatic sync in FSEditLog#logEdit.
...
(cherry picked from commit 5fddc5177ddad07a735d49c15a63cfc5f74d0891)
2015-07-02 10:26:43 -07:00
Vinayakumar B
55bf014a07
HDFS-8703. Merge refactor of DFSInputStream from ErasureCoding branch (Contributed by Vinayakumar B)
...
(cherry picked from commit bff5999d07e9416a22846c849487e509ede55040)
2015-07-02 16:12:13 +05:30
Devaraj K
e1ca886419
YARN-3875. FSSchedulerNode#reserveResource() doesn't print Application Id
...
properly in log. Contributed by Bibin A Chundatt.
(cherry picked from commit 37d7395773b5bb24aa522db38a2602df9a5ac184)
2015-07-02 10:21:32 +05:30