Haohui Mai
|
ed1e23fe8f
|
HADOOP-12819. Migrate TestSaslRPC and related codes to rebase on ProtobufRpcEngine. Contributed by Kai Zheng.
|
2016-03-20 17:40:59 -07:00 |
|
Haohui Mai
|
8a3f0cb255
|
HDFS-7166. SbNN Web UI shows #Under replicated blocks and #pending deletion blocks. Contributed by Wei-Chiu Chuang.
|
2016-03-20 17:21:25 -07:00 |
|
Karthik Kambatla
|
7fae4c68e6
|
YARN-4732. *ProcessTree classes have too many whitespace issues
|
2016-03-20 10:47:38 -07:00 |
|
Sangjin Lee
|
cd8b6889a7
|
HDFS-9579. Provide bytes-read-by-network-distance metrics at FileSystem.Statistics level (Ming Ma via sjlee)
|
2016-03-19 14:02:04 -07:00 |
|
Chris Nauroth
|
33239c9925
|
HADOOP-12926. lz4.c does not detect 64-bit mode properly. Contributed by Alan Burlison.
|
2016-03-18 16:33:01 -07:00 |
|
Colin Patrick Mccabe
|
fbe3e86970
|
HADOOP-12626. Intel ISA-L libraries should be added to the Dockerfile (Kai Zheng via cmccabe)
|
2016-03-18 12:17:32 -07:00 |
|
Eric Payne
|
92b7e0d413
|
YARN-4686. MiniYARNCluster.start() returns before cluster is completely started. Contributed by Eric Badger.
|
2016-03-18 16:12:47 +00:00 |
|
Akira Ajisaka
|
9b623fbaf7
|
HDFS-3677. dfs.namenode.edits.dir.required is missing from hdfs-default.xml. Contributed by Mark Yang.
|
2016-03-19 01:11:15 +09:00 |
|
Kihwal Lee
|
63c966a3fb
|
HDFS-9874. Long living DataXceiver threads cause volume shutdown to block. Contributed by Rushabh Shah.
|
2016-03-18 10:24:59 -05:00 |
|
Colin Patrick Mccabe
|
dc951e606f
|
HDFS-9949. Add a test case to ensure that the DataNode does not regenerate its UUID when a storage directory is cleared (Harsh J via cmccabe)
|
2016-03-17 10:37:42 -07:00 |
|
Junping Du
|
ca8106d2dd
|
YARN-4785. inconsistent value type of the type field for LeafQueueInfo in response of RM REST API.
|
2016-03-17 09:04:41 -07:00 |
|
Karthik Kambatla
|
f84af8bd58
|
YARN-4812. TestFairScheduler#testContinuousScheduling fails intermittently. (kasha)
|
2016-03-17 05:54:06 -07:00 |
|
Akira Ajisaka
|
80fa70c4e1
|
MAPREDUCE-6645. TestWordStats outputs logs under directories other than target/test-dir. Contributed by Gabor Liptak.
|
2016-03-17 18:08:31 +09:00 |
|
Andrew Wang
|
02a250db9f
|
HDFS-10173. Typo in DataXceiverServer. Contributed by Michael Han.
|
2016-03-16 18:49:57 -07:00 |
|
Wangda Tan
|
ae14e5d07f
|
YARN-4108. CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
(cherry picked from commit 7e8c9beb41 )
|
2016-03-16 17:02:33 -07:00 |
|
Wangda Tan
|
fa7a43529d
|
Revert "CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)"
This reverts commit 7e8c9beb41 .
|
2016-03-16 17:02:10 -07:00 |
|
Wangda Tan
|
7e8c9beb41
|
CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
|
2016-03-16 16:59:59 -07:00 |
|
Zhe Zhang
|
32d043d9c5
|
HDFS-9857. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-1]. Contributed by Rakesh R.
|
2016-03-16 16:53:58 -07:00 |
|
Steve Loughran
|
605fdcbb81
|
YARN-4593 Deadlock in AbstractService.getConfig() (stevel)
|
2016-03-16 14:35:24 +00:00 |
|
Steve Loughran
|
5a725f0ab8
|
HADOOP-12888 Shell to disable bash and setsid support when running under JVM security manager (Costin Leau via stevel)
|
2016-03-16 14:31:19 +00:00 |
|
Karthik Kambatla
|
3ef5500783
|
YARN-4560. Make scheduler error checking message more user friendly. (Ray Chiang via kasha)
|
2016-03-15 23:45:01 -07:00 |
|
Xuan
|
a888b5bc53
|
Revert "YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)"
This reverts commit 3a0b695441 .
|
2016-03-15 22:10:39 -07:00 |
|
Wangda Tan
|
6529c87551
|
MAPREDUCE-6579. JobStatus#getFailureInfo should not output diagnostic information when the job is running. (Akira AJISAKA via wangda)
|
2016-03-15 17:28:40 -07:00 |
|
Li Lu
|
5176a69868
|
YARN-4817. Change Log Level to DEBUG for putDomain call in ATS 1.5. (Xuan Gong via gtcarrera9)
|
2016-03-15 11:47:39 -07:00 |
|
Li Lu
|
3a0b695441
|
YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)
|
2016-03-15 11:40:54 -07:00 |
|
Robert Kanter
|
22ca176dfe
|
TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IllegalArgumentException from cleanup (templedf via rkanter)
|
2016-03-15 10:05:10 -07:00 |
|
Kihwal Lee
|
d457401784
|
HDFS-9904. testCheckpointCancellationDuringUpload occasionally fails. Contributed by Lin Yiqun.
|
2016-03-15 10:52:47 -05:00 |
|
Masatake Iwasaki
|
5de848cd5d
|
HDFS-9928. Make HDFS commands guide up to date (Wei-Chiu Chuang via iwasakims)
|
2016-03-15 20:42:05 +09:00 |
|
Siddharth Seth
|
eba66a64d2
|
YARN-4816. Fix incompatible change in SystemClock.
|
2016-03-14 20:14:33 -07:00 |
|
Zhe Zhang
|
19e8f07691
|
HADOOP-12826. Rename the new Java coder and make it default. Contributed by Rui Li.
|
2016-03-14 16:45:32 -07:00 |
|
Tsz-Wo Nicholas Sze
|
1898810cda
|
HADOOP-12923. Move the test code in ipc.Client to test.
|
2016-03-14 15:48:01 -07:00 |
|
Colin Patrick Mccabe
|
9a43094e12
|
HDFS-9947. Block#toString should not output information from derived classes (cmccabe)
|
2016-03-14 14:59:11 -07:00 |
|
Ravi Prakash
|
bd5556ba12
|
Download File from UI broken after pagination. Contributed by Brahma Reddy Battula
|
2016-03-14 14:30:13 -07:00 |
|
Karthik Kambatla
|
20d389ce61
|
YARN-4719. Add a helper library to maintain node state and allows common queries. (kasha)
|
2016-03-14 14:19:05 -07:00 |
|
Chris Nauroth
|
5644137ada
|
HDFS-9941. Do not log StandbyException on NN, other minor logging fixes. Contributed by Arpit Agarwal.
|
2016-03-14 09:54:54 -07:00 |
|
Junping Du
|
f291d82cd4
|
YARN-4545. Allow YARN distributed shell to use ATS v1.5 APIs. Li Lu via junping_du
|
2016-03-14 08:28:38 -07:00 |
|
Colin Patrick Mccabe
|
658ee95ff3
|
HADOOP-11996. Improve and restructure native ISAL support (Kai Zheng via cmccabe)
|
2016-03-11 12:57:54 -08:00 |
|
Colin Patrick Mccabe
|
6e9a582eb1
|
HDFS-9942. Add an HTrace span when refreshing the groups for a username (cmccabe)
|
2016-03-11 12:26:40 -08:00 |
|
Steve Loughran
|
754299695b
|
Revert "HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)"
This reverts commit 682adc6ba9 .
|
2016-03-11 17:00:17 +00:00 |
|
Akira Ajisaka
|
247a790609
|
MAPREDUCE-6520. Migrate MR Client test cases part 1. Contributed by Dustin Cote.
|
2016-03-11 22:51:20 +09:00 |
|
Akira Ajisaka
|
6876b9f9f9
|
Revert "MAPREDUCE-6520. Migrate MR Client test cases part 1."
This reverts commit ef68b44195 .
|
2016-03-11 22:50:57 +09:00 |
|
Akira Ajisaka
|
ef68b44195
|
MAPREDUCE-6520. Migrate MR Client test cases part 1.
|
2016-03-11 22:20:55 +09:00 |
|
Masatake Iwasaki
|
682adc6ba9
|
HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)
|
2016-03-11 15:03:40 +09:00 |
|
Arpit Agarwal
|
e01c6ea688
|
HDFS-1477. Support reconfiguring dfs.heartbeat.interval and dfs.namenode.heartbeat.recheck-interval without NN restart. (Contributed by Xiaobing Zhou)
|
2016-03-10 19:03:55 -08:00 |
|
Chris Nauroth
|
adf1cdf3d5
|
HADOOP-12899. External distribution stitching scripts do not work correctly on Windows. Contributed by Chris Nauroth.
|
2016-03-10 14:49:08 -08:00 |
|
Colin Patrick Mccabe
|
79961ecea8
|
HDFS-9933. ReverseXML should be capitalized in oiv usage message (cmccabe)
|
2016-03-10 13:43:27 -08:00 |
|
Colin Patrick Mccabe
|
bd49354c6d
|
HDFS-9934. ReverseXML oiv processor should bail out if the XML file's layoutVersion doesn't match oiv's (cmccabe)
|
2016-03-10 13:41:06 -08:00 |
|
Colin Patrick Mccabe
|
500875dfcc
|
HDFS-9927. Document the new OIV ReverseXML processor (Wei-Chiu Chuang via cmccabe)
|
2016-03-10 13:38:00 -08:00 |
|
Li Lu
|
017d2c127b
|
YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency.
This commit amends commit d49cfb3504 with a missed test file.
|
2016-03-10 13:02:28 -08:00 |
|
Li Lu
|
9a79b738c5
|
HADOOP-12906. AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException. (Steve Loughran via gtcarrera9)
|
2016-03-10 11:38:31 -08:00 |
|