cnauroth
|
85da71c2d3
|
HADOOP-11165. TestUTF8 fails when run against java 8. Contributed by Stephen Chu.
|
2014-11-04 10:27:41 -08:00 |
|
Jing Zhao
|
3dfd6e68fe
|
HDFS-7340. Make rollingUpgrade start/finalize idempotent. Contributed by Jing Zhao.
|
2014-11-04 10:16:37 -08:00 |
|
cnauroth
|
2bb327eb93
|
HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth.
|
2014-11-03 19:59:52 -08:00 |
|
Vinod Kumar Vavilapalli
|
c5a46d4c8c
|
YARN-1922. Fixed NodeManager to kill process-trees correctly in the presence of races between the launch and the stop-container call and when root processes crash. Contributed by Billie Rinaldi.
|
2014-11-03 16:38:55 -08:00 |
|
Haohui Mai
|
35d353e0f6
|
HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-03 15:10:22 -08:00 |
|
cnauroth
|
734eeb4f35
|
HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics collection. Contributed by Shanyu Zhao.
|
2014-11-03 14:29:18 -08:00 |
|
Vinod Kumar Vavilapalli
|
ec6cbece8e
|
YARN-2795. Fixed ResourceManager to not crash loading node-label data from HDFS in secure mode. Contributed by Wangda Tan.
|
2014-11-03 13:44:06 -08:00 |
|
Suresh Srinivas
|
237890feab
|
HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula.
|
2014-11-03 13:27:09 -08:00 |
|
Vinod Kumar Vavilapalli
|
58e9f24e0f
|
YARN-2788. Fixed backwards compatiblity issues with log-aggregation feature that were caused when adding log-upload-time via YARN-2703. Contributed by Xuan Gong.
|
2014-11-03 13:16:29 -08:00 |
|
Vinod Kumar Vavilapalli
|
71fbb474f5
|
YARN-2798. Fixed YarnClient to populate the renewer correctly for Timeline delegation tokens. Contributed by Zhijie Shen.
|
2014-11-03 12:49:42 -08:00 |
|
Jason Lowe
|
6157ace547
|
YARN-2730. DefaultContainerExecutor runs only one localizer at a time. Contributed by Siqi Li
|
2014-11-03 20:37:47 +00:00 |
|
Kihwal Lee
|
67f13b58e4
|
HADOOP-10987. Provide an iterator-based listing API for FileSystem. Contributed by Kihwal Lee.
|
2014-11-03 08:20:22 -06:00 |
|
Zhijie Shen
|
27715ec63b
|
YARN-2785. Fixed intermittent TestContainerResourceUsage failure. Contributed by Varun Vasudev.
|
2014-11-02 15:20:40 -08:00 |
|
Vinod Kumar Vavilapalli
|
5c0381c96a
|
YARN-2790. Fixed a NodeManager bug that was causing log-aggregation to fail beyond HFDS delegation-token expiry even when RM is a proxy-user (YARN-2704). Contributed by Jian He.
|
2014-11-01 16:32:35 -07:00 |
|
Tsz-Wo Nicholas Sze
|
36ccf097a9
|
HDFS-7276. Limit the number of byte arrays used by DFSOutputStream and provide a mechanism for recycling arrays.
|
2014-11-01 11:22:13 -07:00 |
|
Vinod Kumar Vavilapalli
|
b18e8a272e
|
HADOOP-11254. Changed visibility of AccessControlList to be public for consumption by ecosystem. Contributed by Zhijie Shen.
|
2014-11-01 11:10:03 -07:00 |
|
Zhijie Shen
|
ed63b11646
|
MAPREDUCE-6052. Supported overriding the default container-log4j.properties file per job. Contributed by Junping Du.
|
2014-11-01 00:47:57 -07:00 |
|
Zhijie Shen
|
260ab6d5f4
|
HADOOP-11241. Fixed intermittent TestNMSimulator failure due to timing issue. Contributed by Varun Vasudev.
|
2014-10-31 18:02:39 -07:00 |
|
Zhijie Shen
|
1cd088fd9d
|
YARN-2711. Fixed TestDefaultContainerExecutor#testContainerLaunchError failure on Windows. Contributed by Varun Vasudev.
|
2014-10-31 17:43:30 -07:00 |
|
Haohui Mai
|
80bb7d4794
|
HDFS-7319. Remove dead link to HFTP documentation from index.xml. Contributed by Masatake Iwasaki.
|
2014-10-31 16:54:59 -07:00 |
|
Jason Lowe
|
7bc179f9f5
|
YARN-2707. Potential null dereference in FSDownload. Contributed by Gera Shegalov
|
2014-10-31 22:53:04 +00:00 |
|
Vinod Kumar Vavilapalli
|
6ce32f593b
|
YARN-2789. Re-instated the NodeReport.newInstance private unstable API modified in YARN-2698 so that tests in YARN frameworks don't break. Contributed by Wangda Tan.
|
2014-10-31 15:32:21 -07:00 |
|
Xuan
|
86ff28dea0
|
YARN-2701. Addendum patch. Potential race condition in startLocalizer when using LinuxContainerExecutor. Contributed by Xuan Gong
|
2014-10-31 14:36:25 -07:00 |
|
Jian He
|
1b4be91866
|
YARN-2770. Added functionality to renew/cancel TimeLineDelegationToken. Contributed by Zhijie Shen
|
2014-10-31 13:16:45 -07:00 |
|
Colin Patrick Mccabe
|
7b026c50f1
|
HDFS-6917. Add an hdfs debug command to validate blocks, call recoverlease, etc. (cmccabe)
|
2014-10-31 13:15:17 -07:00 |
|
Karthik Kambatla
|
256697acd5
|
YARN-2186. [YARN-1492] Node Manager uploader service for cache manager. (Chris Trezzo and Sangjin Lee via kasha)
|
2014-10-31 13:00:42 -07:00 |
|
Haohui Mai
|
f1a149e916
|
HADOOP-11253. Hadoop streaming test TestStreamXmlMultipleRecords fails on Windows. Contributed by Varun Vasudev.
|
2014-10-31 11:54:33 -07:00 |
|
Haohui Mai
|
3f030c04e8
|
HDFS-7315. DFSTestUtil.readFileBuffer opens extra FSDataInputStream. Contributed by Plamen Jeliazkov.
|
2014-10-31 11:47:41 -07:00 |
|
Ravi Prakash
|
c7f81dad30
|
HDFS-7309. XMLUtils.mangleXmlString doesn't seem to handle less than sign. (Colin Patrick McCabe via raviprak)
|
2014-10-31 11:22:25 -07:00 |
|
Vinod Kumar Vavilapalli
|
b6c1188b85
|
YARN-2778. Moved node-lables' reports to the yarn nodes CLI from the admin CLI. Contributed by Wangda Tan.
|
2014-10-31 10:11:59 -07:00 |
|
Vinod Kumar Vavilapalli
|
d1828d9443
|
YARN-2779. Fixed ResourceManager to not require delegation tokens for communicating with Timeline Service. Contributed by Zhijie Shen.
|
2014-10-30 23:16:19 -07:00 |
|
Vinod Kumar Vavilapalli
|
e0233c16eb
|
YARN-2698. Moved some node label APIs to be correctly placed in client protocol. Contributed by Wangda Tan.
|
2014-10-30 22:59:31 -07:00 |
|
cnauroth
|
5573b3476a
|
HDFS-7313. Support optional configuration of AES cipher suite on DataTransferProtocol. Contributed by Chris Nauroth.
|
2014-10-30 22:48:25 -07:00 |
|
cnauroth
|
c637d6d9d5
|
HDFS-6385. Show when block deletion will start after NameNode startup in WebUI. Contributed by Chris Nauroth.
|
2014-10-30 22:26:35 -07:00 |
|
Colin Patrick Mccabe
|
4727064dab
|
Revert "HADOOP-10926. Improve test-patch.sh to apply binary diffs (cmccabe)
|
2014-10-30 20:02:27 -07:00 |
|
Colin Patrick Mccabe
|
e1f7d654e5
|
HADOOP-10926: Improve test-patch.sh to apply binary diffs: fix typo
|
2014-10-30 17:54:05 -07:00 |
|
Colin Patrick Mccabe
|
a9331fe9b0
|
HDFS-7035. Make adding a new data directory to the DataNode an atomic operation and improve error handling (Lei Xu via Colin P. McCabe)
|
2014-10-30 17:31:23 -07:00 |
|
Colin Patrick Mccabe
|
348bfb7d59
|
HADOOP-10926. Improve test-patch.sh to apply binary diffs (cmccabe)
|
2014-10-30 17:16:20 -07:00 |
|
Steve Loughran
|
81fe8e4147
|
YARN-2677 registry punycoding of usernames doesn't fix all usernames to be DNS-valid (stevel)
|
2014-10-30 22:32:32 +00:00 |
|
Brandon Li
|
5e3f42811f
|
update CHANGES.txt to move HADOOP-11247 to 2.6
|
2014-10-30 13:29:43 -07:00 |
|
Andrew Wang
|
c2866ac34d
|
HDFS-3342. SocketTimeoutException in BlockSender.sendChunks could have a better error message. Contributed by Yongjun Zhang.
|
2014-10-30 11:04:10 -07:00 |
|
Tsz-Wo Nicholas Sze
|
a3dacc07e2
|
HADOOP-11221. IdentityHashStore assumes System.identityHashCode() is non-negative. Contributed by Jinghui Wang
|
2014-10-30 10:58:26 -07:00 |
|
Jing Zhao
|
b811212f23
|
HDFS-7230. Add rolling downgrade documentation. Contributed by Tsz Wo Nicholas Sze.
|
2014-10-30 10:47:05 -07:00 |
|
Colin Patrick Mccabe
|
e488f0d93b
|
HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe)
|
2014-10-30 10:37:24 -07:00 |
|
Jason Lowe
|
73e626ad91
|
YARN-2755. NM fails to clean up usercache_DEL_<timestamp> dirs after YARN-661. Contributed by Siqi Li
|
2014-10-30 15:10:27 +00:00 |
|
Karthik Kambatla
|
179cab81e0
|
YARN-2712. TestWorkPreservingRMRestart: Augment FS tests with queue and headroom checks. (Tsuyoshi Ozawa via kasha)
|
2014-10-30 00:29:07 -07:00 |
|
Tao Luo
|
0126cf16b7
|
HDFS-7263. Snapshot read can reveal future bytes for appended files. Contributed by Tao Luo.
|
2014-10-29 20:21:12 -07:00 |
|
yliu
|
2a6be65c8c
|
HADOOP-11216. Improve Openssl library finding. (cmccabe via yliu)
|
2014-10-30 10:35:14 +08:00 |
|
Haohui Mai
|
05b66ca074
|
HADOOP-11247. Fix a couple javac warnings in NFS. Contributed by Brandon Li.
|
2014-10-29 17:54:26 -07:00 |
|
Jing Zhao
|
6f5f604a79
|
HDFS-7305. NPE seen in wbhdfs FS while running SLive. Contributed by Jing Zhao.
|
2014-10-29 16:25:48 -07:00 |
|