Zhijie Shen
|
f3ed97de3a
|
YARN-2767. Added a test case to verify that http static user cannot kill or submit apps in the secure mode. Contributed by Varun Vasudev.
(cherry picked from commit 7a4c92a9d55fcecef066053ac30dff0fcd4ec90c)
|
2014-11-05 10:59:05 -08:00 |
|
Colin Patrick Mccabe
|
af3694b392
|
CHANGES.txt. Move HDFS-7199 to branch-2.6
|
2014-11-05 10:55:36 -08:00 |
|
Colin Patrick Mccabe
|
6f7ce842c0
|
HDFS-7199. DFSOutputStream should not silently drop data if DataStreamer crashes with an unchecked exception (rushabhs via cmccabe)
(cherry picked from commit 56257fab1d5a7f66bebd9149c7df0436c0a57adb)
|
2014-11-05 10:52:19 -08:00 |
|
Konstantin V Shvachko
|
1ef616ceb7
|
HDFS-7333. Improve logging in Storage.tryLock(). Contributed by Konstantin Shvachko.
|
2014-11-05 09:50:48 -08:00 |
|
Konstantin V Shvachko
|
1436e89fb7
|
HDFS-7335. Redundant checkOperation() in FSN.analyzeFileState(). Contributed by Milan Desai.
|
2014-11-05 09:39:02 -08:00 |
|
cnauroth
|
a339fd3646
|
HADOOP-11265. Credential and Key Shell Commands not available on Windows. Contributed by Larry McCay.
(cherry picked from commit a7fbd4e633c18aeeda93c0f013c0a1fcd5963556)
|
2014-11-05 08:44:16 -08:00 |
|
Vinayakumar B
|
2d0c56e898
|
HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now() (Contributed by Vinayakumar B)
(cherry picked from commit 8e9502e05d09e31b76fda7cc6691e78a39db8de6)
|
2014-11-05 14:49:19 +05:30 |
|
yliu
|
46c29b988d
|
HDFS-7218. FSNamesystem ACL operations should write to audit log on failure. (clamb via yliu)
|
2014-11-05 15:53:08 +08:00 |
|
Jian He
|
944fb1c3a9
|
MAPREDUCE-6048. Fixed TestJavaSerialization failure. Contributed by Varun Vasudev
(cherry picked from commit 73068f677bc45029743ba2e0b3c0256a8069c13e)
|
2014-11-04 20:20:33 -08:00 |
|
Haohui Mai
|
b96fefc032
|
HDFS-7357. FSNamesystem.checkFileProgress should log file path. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-04 18:11:45 -08:00 |
|
Vinod Kumar Vavilapalli
|
56ab333161
|
YARN-2804. Fixed Timeline service to not fill the logs with JAXB bindings exceptions. Contributed by Zhijie Shen.
(cherry picked from commit b76179895dd2ef4d56e8de31e9f673375faa2afa)
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-11-04 18:03:17 -08:00 |
|
Haohui Mai
|
ab07fef5b7
|
HADOOP-11269. Add java 8 profile for hadoop-annotations. Contributed by Li Lu.
|
2014-11-04 18:01:02 -08:00 |
|
Haohui Mai
|
fa92b40f09
|
HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR and YARN. Contributed by Robert Kanter.
|
2014-11-04 17:53:00 -08:00 |
|
Karthik Kambatla
|
3e4b280de7
|
YARN-2010. Handle app-recovery failures gracefully. (Jian He and Karthik Kambatla via kasha)
(cherry picked from commit b2cd2698028118b6384904732dbf94942f644732)
|
2014-11-04 17:48:49 -08:00 |
|
Haohui Mai
|
bfcf0c83a2
|
HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar. Contributed by Li Lu.
|
2014-11-04 17:47:17 -08:00 |
|
Karthik Kambatla
|
6f9484221e
|
Adding release 2.5.2 to CHANGES.txt
(cherry picked from commit 4de56d27fbed566f143b286aa74b16ef94260190)
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-11-04 16:51:54 -08:00 |
|
Karthik Kambatla
|
395d4ba766
|
HADOOP-11260. Patch up Jetty to disable SSLv3. (Mike Yoder via kasha)
(cherry picked from commit dbf30e3c0e1522e6588aecac71c990c0b01fd8fb)
|
2014-11-04 16:22:09 -08:00 |
|
Jing Zhao
|
9d697e3038
|
HDFS-7233. NN logs unnecessary org.apache.hadoop.hdfs.protocol.UnresolvedPathException. Contributed by Rushabh S Shah.
|
2014-11-04 16:05:04 -08:00 |
|
Zhijie Shen
|
e06c23a6c9
|
YARN-2752. Made ContainerExecutor append "nice -n" arg only when priority adjustment flag is set. Contributed by Xuan Gong.
|
2014-11-04 15:50:10 -08:00 |
|
Haohui Mai
|
4ca67c09fc
|
HDFS-7355. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails on Windows, because we cannot deny access to the file owner. Contributed by Chris Nauroth.
|
2014-11-04 15:19:06 -08:00 |
|
Jing Zhao
|
dbe4b20d23
|
HDFS-7356. Use DirectoryListing.hasMore() directly in nfs. Contributed by Li Lu.
|
2014-11-04 15:05:55 -08:00 |
|
Haohui Mai
|
7e2bdd5255
|
HADOOP-10717. HttpServer2 should load jsp DTD from local jars instead of going remote. Contributed by Dapeng Sun.
|
2014-11-04 15:02:25 -08:00 |
|
Haohui Mai
|
06bc026c21
|
Addendum patch for HADOOP-10563 in branch-2.
|
2014-11-04 14:54:59 -08:00 |
|
Haohui Mai
|
aa09c4c342
|
HADOOP-10563. Remove the dependency of jsp in trunk. Contributed by Haohui Mai.
|
2014-11-04 14:52:51 -08:00 |
|
Haohui Mai
|
e5e3f86c64
|
HDFS-7334. Fix periodic failures of TestCheckpoint#testTooManyEditReplayFailures. Contributed by Charles Lamb.
|
2014-11-04 14:35:10 -08:00 |
|
Haohui Mai
|
3bdfd6e58e
|
HADOOP-10847. Remove the usage of sun.security.x509.* in testing code. Contributed by Pascal Oliva.
|
2014-11-04 10:52:22 -08:00 |
|
cnauroth
|
f4ed787669
|
HADOOP-11165. TestUTF8 fails when run against java 8. Contributed by Stephen Chu.
(cherry picked from commit 85da71c2d3c565a8920e47fe3925e8e0bef353a5)
|
2014-11-04 10:29:29 -08:00 |
|
Jing Zhao
|
b1fd0b6678
|
HDFS-7340. Make rollingUpgrade start/finalize idempotent. Contributed by Jing Zhao.
|
2014-11-04 10:17:11 -08:00 |
|
cnauroth
|
5720cc9d2d
|
HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth.
(cherry picked from commit 2bb327eb939f57626d3dac10f7016ed634375d94)
|
2014-11-03 20:04:25 -08:00 |
|
Vinod Kumar Vavilapalli
|
9c76dcadaf
|
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.
(cherry picked from commit c5a46d4c8ca236ff641a309f256bbbdf4dd56db5)
|
2014-11-03 16:40:37 -08:00 |
|
Haohui Mai
|
d2d2c84a10
|
HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-03 15:10:37 -08:00 |
|
Vinod Kumar Vavilapalli
|
277141b82d
|
YARN-2795. Fixed ResourceManager to not crash loading node-label data from HDFS in secure mode. Contributed by Wangda Tan.
(cherry picked from commit ec6cbece8e7772868ce8ad996135d3136bd32245)
|
2014-11-03 13:45:31 -08:00 |
|
Suresh Srinivas
|
c1ba223009
|
HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula.
|
2014-11-03 13:33:33 -08:00 |
|
Vinod Kumar Vavilapalli
|
715c81ef6d
|
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.
(cherry picked from commit 58e9f24e0f06efede21085b7ffe36af042fa7b38)
|
2014-11-03 13:19:34 -08:00 |
|
Vinod Kumar Vavilapalli
|
52c58115d2
|
YARN-2798. Fixed YarnClient to populate the renewer correctly for Timeline delegation tokens. Contributed by Zhijie Shen.
(cherry picked from commit 71fbb474f531f60c5d908cf724f18f90dfd5fa9f)
|
2014-11-03 12:50:39 -08:00 |
|
Jason Lowe
|
8091ea54d5
|
YARN-2730. DefaultContainerExecutor runs only one localizer at a time. Contributed by Siqi Li
(cherry picked from commit 6157ace5475fff8d2513fd3cd99134b532b0b406)
|
2014-11-03 20:39:14 +00:00 |
|
Kihwal Lee
|
c8648bd27e
|
HADOOP-10987. Provide an iterator-based listing API for FileSystem. Contributed by Kihwal Lee.
|
2014-11-03 08:23:34 -06:00 |
|
Zhijie Shen
|
caae0a0a08
|
YARN-2785. Fixed intermittent TestContainerResourceUsage failure. Contributed by Varun Vasudev.
(cherry picked from commit 27715ec63bd77f1d31ee922b7daba85071da54ca)
|
2014-11-02 15:22:54 -08:00 |
|
Vinod Kumar Vavilapalli
|
6627f67bf5
|
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.
(cherry picked from commit 5c0381c96aa79196829edbca497c649eb6776944)
|
2014-11-01 16:33:35 -07:00 |
|
Tsz-Wo Nicholas Sze
|
bac064de62
|
HDFS-7276. Limit the number of byte arrays used by DFSOutputStream and provide a mechanism for recycling arrays.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
|
2014-11-01 11:33:22 -07:00 |
|
Vinod Kumar Vavilapalli
|
0cbc115704
|
HADOOP-11254. Changed visibility of AccessControlList to be public for consumption by ecosystem. Contributed by Zhijie Shen.
(cherry picked from commit b18e8a272eaf69d05d567b8c39e3e7c556935b08)
|
2014-11-01 11:11:04 -07:00 |
|
Zhijie Shen
|
c4aaa4db6c
|
MAPREDUCE-6052. Supported overriding the default container-log4j.properties file per job. Contributed by Junping Du.
(cherry picked from commit ed63b116465290fdb0acdf89170025f47b307599)
|
2014-11-01 00:49:38 -07:00 |
|
Zhijie Shen
|
e286ae90b7
|
HADOOP-11241. Fixed intermittent TestNMSimulator failure due to timing issue. Contributed by Varun Vasudev.
(cherry picked from commit 260ab6d5f462d0fe1a4312cbba1c098141e3870e)
|
2014-10-31 18:04:05 -07:00 |
|
Zhijie Shen
|
d9ac25454c
|
YARN-2711. Fixed TestDefaultContainerExecutor#testContainerLaunchError failure on Windows. Contributed by Varun Vasudev.
(cherry picked from commit 1cd088fd9dac3015df0b6281974fc6b6c3ece20d)
|
2014-10-31 17:45:05 -07:00 |
|
Jason Lowe
|
ada40aa933
|
YARN-2707. Potential null dereference in FSDownload. Contributed by Gera Shegalov
(cherry picked from commit 7bc179f9f5e1e270fd5e6f1ad29b0f32fe371d15)
|
2014-10-31 22:54:49 +00:00 |
|
Vinod Kumar Vavilapalli
|
6d4a04a033
|
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.
(cherry picked from commit 6ce32f593bff6788084ce9bc1e11ade74ed3dbaf)
|
2014-10-31 15:33:41 -07:00 |
|
Xuan
|
902566741e
|
YARN-2701. Addendum patch. Potential race condition in startLocalizer when using LinuxContainerExecutor. Contributed by Xuan Gong
|
2014-10-31 14:39:06 -07:00 |
|
Colin Patrick Mccabe
|
60acff3e60
|
HDFS-6917. Add an hdfs debug command to validate blocks, call recoverlease, etc. (cmccabe)
(cherry picked from commit 7b026c50f1be399987d23e06b4ecfbffc51dc7b5)
|
2014-10-31 13:35:00 -07:00 |
|
Jian He
|
a87f827ae4
|
YARN-2770. Added functionality to renew/cancel TimeLineDelegationToken. Contributed by Zhijie Shen
(cherry picked from commit 1b4be918664b09272b120bc42de3e5fc02d79047)
|
2014-10-31 13:17:19 -07:00 |
|
Karthik Kambatla
|
268af259b5
|
YARN-2186. [YARN-1492] Node Manager uploader service for cache manager. (Chris Trezzo and Sangjin Lee via kasha)
(cherry picked from commit 256697acd5ec16bca022ae86e22f9882b3309d8b)
|
2014-10-31 13:01:25 -07:00 |
|