yliu
|
1b56d1ce32
|
HADOOP-11510. Expose truncate API via FileContext. (yliu)
|
2015-02-10 01:45:29 +08:00 |
|
Wangda Tan
|
00a748d24a
|
YARN-3155. Refactor the exception handling code for TimelineClientImpl's retryOn method (Li Lu via wangda)
|
2015-02-09 17:20:34 -08:00 |
|
Jonathan Eagles
|
af08425893
|
YARN-2971. RM uses conf instead of token service address to renew timeline delegation tokens (jeagles)
|
2015-02-09 17:56:05 -06:00 |
|
Allen Wittenauer
|
aab459c904
|
MAPREDUCE-4413. MR lib dir contains jdiff (which is gpl) (Nemon Lou via aw)
|
2015-02-09 14:02:47 -08:00 |
|
Allen Wittenauer
|
63613c79c1
|
HDFS-7546. Document, and set an accepting default for dfs.namenode.kerberos.principal.pattern (Harsh J via aw)
|
2015-02-09 13:58:58 -08:00 |
|
Jian He
|
0af6a99a3f
|
YARN-3094. Reset timer for liveness monitors after RM recovery. Contributed by Jun Gong
|
2015-02-09 13:47:08 -08:00 |
|
Allen Wittenauer
|
7d73202734
|
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via aw)
|
2015-02-09 13:05:14 -08:00 |
|
Allen Wittenauer
|
fcad031d72
|
HDFS-7669. HDFS Design Doc references commands that no longer exist. (Brahma Reddy Battula via aw)
|
2015-02-09 12:56:48 -08:00 |
|
Allen Wittenauer
|
576459801c
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (missed file)
|
2015-02-09 12:54:25 -08:00 |
|
Allen Wittenauer
|
84cc071a7b
|
HDFS-7670. HDFS Quota guide has typos, incomplete command lines (Brahma Reddy Battula via aw)
|
2015-02-09 12:54:03 -08:00 |
|
Allen Wittenauer
|
30b797ee9d
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw)
|
2015-02-09 12:50:44 -08:00 |
|
Arpit Agarwal
|
ab934e8594
|
HDFS-7647. DatanodeManager.sortLocatedBlocks sorts DatanodeInfos but not StorageIDs. (Contributed by Milan Desai)
|
2015-02-09 12:17:40 -08:00 |
|
Tsuyoshi Ozawa
|
241336ca2b
|
MAPREDUCE-6237. Multiple mappers with DBInputFormat don't work because of reusing conections. Contributed by Kannan Rajah.
|
2015-02-10 03:52:42 +09:00 |
|
Karthik Kambatla
|
7e42088abf
|
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha)
|
2015-02-08 22:48:10 -08:00 |
|
Jing Zhao
|
1382ae525c
|
HDFS-7743. Code cleanup of BlockInfo and rename BlockInfo to BlockInfoContiguous. Contributed by Jing Zhao.
|
2015-02-08 11:51:44 -08:00 |
|
yliu
|
ef01768333
|
MAPREDUCE-6227. DFSIO for truncate. (shv via yliu)
|
2015-02-08 02:43:43 +08:00 |
|
Tsz-Wo Nicholas Sze
|
350b520c64
|
HDFS-7751. Fix TestHDFSCLI for quota with storage type. Contributed by Xiaoyu Yao
|
2015-02-07 15:40:47 -08:00 |
|
Tsz-Wo Nicholas Sze
|
8f7d4bb09f
|
HDFS-7738. Revise the exception message for recover lease; add more truncate tests such as truncate with HA setup, negative tests, truncate with other operations and multiple truncates.
|
2015-02-07 15:21:16 -08:00 |
|
Akira Ajisaka
|
cfb829ecd5
|
HDFS-7710. Remove dead code in BackupImage.java. Contributed by Xiaoyu Yao.
|
2015-02-06 18:59:31 -08:00 |
|
Arpit Agarwal
|
8de80ff712
|
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode Protocol changes. (Contributed by Xiaoyu Yao)
|
2015-02-06 17:01:19 -08:00 |
|
Jason Lowe
|
da2fb2bc46
|
YARN-3143. RM Apps REST API can return NPE or entries missing id and other fields. Contributed by Jason Lowe
|
2015-02-06 21:47:32 +00:00 |
|
Allen Wittenauer
|
5c79439568
|
HADOOP-11485. Pluggable shell integration (aw)
|
2015-02-06 13:09:01 -08:00 |
|
Steve Loughran
|
17165d3df9
|
HADOOP-11520. Clean incomplete multi-part uploads in S3A tests. (Thomas Demoor via stevel)
|
2015-02-06 21:01:41 +00:00 |
|
Jason Lowe
|
6f10434a5a
|
YARN-3144. Configuration for making delegation token failures to timeline server not-fatal. Contributed by Jonathan Eagles
|
2015-02-06 20:55:00 +00:00 |
|
Jason Lowe
|
4c484320b4
|
YARN-3089. LinuxContainerExecutor does not handle file arguments to deleteAsUser. Contributed by Eric Payne
|
2015-02-06 20:39:01 +00:00 |
|
Jian He
|
c1957fef29
|
YARN-2694. Ensure only single node label specified in ResourceRequest. Contributed by Wangda Tan
|
2015-02-06 11:34:20 -08:00 |
|
Akira Ajisaka
|
eaab959a3e
|
HDFS-7732. Fix the order of the parameters in DFSConfigKeys. Contributed by Brahma Reddy Battula.
|
2015-02-06 11:26:49 -08:00 |
|
Steve Loughran
|
1425e3d37c
|
HADOOP-11535 TableMapping related tests failed due to 'successful' resolving of invalid test hostname
|
2015-02-06 13:03:43 +00:00 |
|
Gera Shegalov
|
644548f201
|
HADOOP-11506. Configuration variable expansion regex expensive for long values. (Gera Shegalov via gera)
|
2015-02-06 00:27:54 -08:00 |
|
Arun C. Murthy
|
02f154a001
|
YARN-1537. Fix race condition in TestLocalResourcesTrackerImpl.testLocalResourceCache. Contributed by Xuan Gong.
|
2015-02-05 23:58:52 -08:00 |
|
Arun C. Murthy
|
18b2507eda
|
YARN-1904. Ensure exceptions thrown in ClientRMService & ApplicationHistoryClientService are uniform when application-attempt is not found. Contributed by Zhijie Shen.
|
2015-02-05 23:48:55 -08:00 |
|
yliu
|
7b10ef0c3b
|
HDFS-7741. Remove unnecessary synchronized in FSDataInputStream and HdfsDataInputStream. (yliu)
|
2015-02-06 06:31:03 +08:00 |
|
Tsuyoshi Ozawa
|
9d91069118
|
Move HADOOP-11543 from BUG-FIX to IMPROVEMENT in CHANGES.txt.
|
2015-02-06 13:15:52 +09:00 |
|
Allen Wittenauer
|
af3aadf04f
|
HADOOP-6964. Allow compact property description in xml (Kengo Seki via aw)
|
2015-02-05 19:09:37 -08:00 |
|
cnauroth
|
6583ad148b
|
HADOOP-11526. Memory leak in Bzip2Compressor and Bzip2Decompressor. Contributed by Anu Engineer.
|
2015-02-05 16:55:20 -08:00 |
|
yliu
|
45ea53f938
|
HDFS-7698. Fix locking on HDFS read statistics and add a method for clearing them. (Colin P. McCabe via yliu)
|
2015-02-05 23:56:29 +08:00 |
|
yliu
|
03f7ed382b
|
HDFS-7655. Expose truncate API for Web HDFS. (yliu)
|
2015-02-05 23:45:06 +08:00 |
|
Jian He
|
4641196fe0
|
YARN-3145. Fixed ConcurrentModificationException on CapacityScheduler ParentQueue#getQueueUserAclInfo. Contributed by Tsuyoshi OZAWA
|
2015-02-05 16:12:53 -08:00 |
|
Xuan
|
b77ff37686
|
YARN-3149. Fix typo in message for invalid application id. Contributed
by Bibin A Chundatt.
|
2015-02-05 15:13:57 -08:00 |
|
Robert Kanter
|
e2ee2ff7d7
|
MAPREDUCE-6233. org.apache.hadoop.mapreduce.TestLargeSort.testLargeSort failed in trunk (zxu via rkanter)
|
2015-02-05 14:20:28 -08:00 |
|
Jason Lowe
|
e1990ab427
|
MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf page. Contributed by Rohit Agarwal
|
2015-02-05 20:13:31 +00:00 |
|
Allen Wittenauer
|
276485e1de
|
HADOOP-9044. add FindClass main class to provide classpath checking of installations (Steve Loughran via aw)
|
2015-02-05 11:31:56 -08:00 |
|
Jason Lowe
|
69c8a7f45b
|
YARN-1582. Capacity Scheduler: add a maximum-allocation-mb setting per queue. Contributed by Thomas Graves
|
2015-02-05 19:28:49 +00:00 |
|
Haohui Mai
|
c4980a2f34
|
HDFS-7270. Add congestion signaling capability to DataNode write protocol. Contributed by Haohui Mai.
|
2015-02-05 10:58:58 -08:00 |
|
Allen Wittenauer
|
d27439f839
|
HADOOP-9044. add FindClass main class to provide classpath checking of installations (Steve Loughran via aw)
|
2015-02-05 10:45:10 -08:00 |
|
Sandy Ryza
|
b6466deac6
|
YARN-3101. In Fair Scheduler, fix canceling of reservations for exceeding max share (Anubhav Dhoot via Sandy Ryza)
|
2015-02-05 09:39:28 -08:00 |
|
Jason Lowe
|
afbecbb2cc
|
Update CHANGES.txt to move MR-6059 to 2.7
|
2015-02-05 16:43:08 +00:00 |
|
Allen Wittenauer
|
fb06c00837
|
HADOOP-7713. dfs -count -q should label output column (Jonathan Allen via aw)
|
2015-02-05 07:44:49 -08:00 |
|
Steve Loughran
|
4e7ad4f0a8
|
HADOOP-11463 Replace method-local TransferManager object with S3AFileSystem#transfers. (Ted Yu via stevel)
|
2015-02-05 12:20:23 +00:00 |
|
Tsuyoshi Ozawa
|
20660b7a67
|
HDFS-7709. Fix findbug warnings in httpfs. Contributed by Rakesh R.
|
2015-02-05 19:57:07 +09:00 |
|