Colin Patrick Mccabe
|
f6102831bc
|
HADOOP-11186: documentation should talk about hadoop.htrace.spanreceiver.classes, not hadoop.trace.spanreceiver.classes (cmccabe)
(cherry picked from commit c2575fb046 )
|
2014-10-29 12:14:30 -07:00 |
cnauroth
|
b4446cb370
|
HADOOP-11068. Match hadoop.auth cookie format to jetty output. Contributed by Gregory Chanan.
(cherry picked from commit 5c900b522e )
|
2014-10-29 11:21:37 -07:00 |
Brandon Li
|
6caf36f9eb
|
HADOOP-11195. Move Id-Name mapping in NFS to the hadoop-common area for better maintenance. Contributed by Yongjun Zhang
(cherry picked from commit 72a556d3b0 )
|
2014-10-29 11:06:44 -07:00 |
Kihwal Lee
|
45b6dea95f
|
MAPREDUCE-6022. map_input_file is missing from streaming job
environment. Contributed by Jason Lowe.
(cherry picked from commit b056048114 )
|
2014-10-29 12:30:08 -05:00 |
Karthik Kambatla
|
e88832dfb3
|
YARN-2742. FairSchedulerConfiguration should allow extra spaces between value and unit. (Wei Yan via kasha)
(cherry picked from commit 782971ae7a )
|
2014-10-29 10:25:29 -07:00 |
Vinod Kumar Vavilapalli
|
063bb0508b
|
MAPREDUCE-6142. Fixed test failures in TestJobHistoryEventHandler and TestMRTimelineEventHandling. Contributed by Zhijie Shen.
(cherry picked from commit 3f1441245d )
|
2014-10-29 09:58:50 -07:00 |
Zhijie Shen
|
734cbe7de2
|
YARN-2747. Fixed the test failure of TestAggregatedLogFormat when native I/O is enabled. Contributed by Xuan Gong.
(cherry picked from commit ec63a3ffbd )
|
2014-10-28 22:45:20 -07:00 |
Karthik Kambatla
|
160aebcae2
|
HADOOP-11243. SSLFactory shouldn't allow SSLv3. (Wei Yan via kasha)
(cherry picked from commit 3c5f5af118 )
|
2014-10-28 18:08:00 -07:00 |
Jian He
|
720de7eb4c
|
YARN-2503. Added node lablels in web UI. Contributed by Wangda Tan
(cherry picked from commit d5e0a09721 )
|
2014-10-28 18:00:59 -07:00 |
Karthik Kambatla
|
f2679ae22e
|
HDFS-7274. Disable SSLv3 in HttpFS. (Robert Kanter via kasha)
(cherry picked from commit 3f48493bed )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-28 17:33:52 -07:00 |
Karthik Kambatla
|
0aec884704
|
HADOOP-11217. Disable SSLv3 in KMS. (Robert Kanter via kasha)
(cherry picked from commit 1a78082338 )
|
2014-10-28 17:31:55 -07:00 |
Haohui Mai
|
bbdd990864
|
HDFS-7280. Use netty 4 in WebImageViewer. Contributed by Haohui Mai.
|
2014-10-28 16:54:04 -07:00 |
Colin Patrick Mccabe
|
842a54a5f6
|
HDFS-7235. DataNode#transferBlock should report blocks that don't exist using reportBadBlock (yzhang via cmccabe)
(cherry picked from commit ac9ab037e9 )
|
2014-10-28 16:42:13 -07:00 |
Haohui Mai
|
d51ea6a248
|
HDFS-7301. TestMissingBlocksAlert should use MXBeans instead of old web UI. Contributed by Zhe Zhang.
|
2014-10-28 16:28:17 -07:00 |
cnauroth
|
c2790932bd
|
HDFS-7291. Persist in-memory replicas with appropriate unbuffered copy API on POSIX and Windows. Contributed by Xiaoyu Yao.
(cherry picked from commit c6f04f391b )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-28 14:17:35 -07:00 |
Zhijie Shen
|
f40389ae08
|
YARN-2741. Made NM web UI serve logs on the drive other than C: on Windows. Contributed by Craig Welch.
(cherry picked from commit 8984e9b177 )
|
2014-10-28 14:12:09 -07:00 |
Xuan
|
43b1878f86
|
YARN-2758. Update TestApplicationHistoryClientService to use the new generic history store. Contributed by Zhijie Shen
|
2014-10-28 13:30:55 -07:00 |
Kihwal Lee
|
946463efef
|
HDFS-7213. processIncrementalBlockReport performance degradation.
Contributed by Eric Payne.
(cherry picked from commit e226b5b40d )
|
2014-10-28 14:55:16 -05:00 |
Kihwal Lee
|
dabaf582eb
|
HDFS-6663. Admin command to track file and locations from block id.
Contributed by Chen He.
(cherry picked from commit 371a3b87ed )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSck.java
|
2014-10-28 14:32:18 -05:00 |
Xuan
|
43a53f2b65
|
YARN-2279. Add UTs to cover timeline server authentication. Contributed by Zhijie Shen
|
2014-10-28 11:18:35 -07:00 |
Karthik Kambatla
|
3f7edeb055
|
YARN-2760. Remove 'experimental' from FairScheduler docs. (Harsh J via kasha)
(cherry picked from commit ade3727ecb )
|
2014-10-28 08:49:34 -07:00 |
yliu
|
8b812a35b8
|
HDFS-6606. Optimize HDFS Encrypted Transport performance. (yliu)
|
2014-10-28 21:16:34 +08:00 |
Harsh J
|
9548bb360b
|
HDFS-6741. Improve permission denied message when FSPermissionChecker#checkOwner fails. Contributed by Stephen Chu and Harsh J. (harsh)
|
2014-10-28 12:24:14 +05:30 |
yliu
|
2e156f01a2
|
HADOOP-11233. hadoop.security.kms.client.encrypted.key.cache.expiry property spelled wrong in core-default. (Stephen Chu via yliu)
|
2014-10-28 14:44:13 +08:00 |
Zhijie Shen
|
52695d38fc
|
MAPREDUCE-6018. Added an MR specific config to enable emitting job history data to the timeline server. Contributed by Robert Kanter.
(cherry picked from commit 971e91c8c0 )
|
2014-10-27 21:08:38 -07:00 |
Zhijie Shen
|
733380fa70
|
MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. Contributed by Robert Kanter.
(cherry picked from commit 6b2f11b54b )
|
2014-10-27 20:41:02 -07:00 |
Jian He
|
a1c7a707ca
|
YARN-2502. Changed DistributedShell to support node labels. Contributed by Wangda Tan
(cherry picked from commit f6b963fdfc )
|
2014-10-27 20:13:53 -07:00 |
Colin Patrick Mccabe
|
296c4064fc
|
HDFS-7282. Fix intermittent TestShortCircuitCache and TestBlockReaderFactory failures resulting from TemporarySocketDirectory GC (Jinghui Wang via Colin P. McCabe)
(cherry picked from commit 518a7f4af3 )
|
2014-10-27 17:45:15 -07:00 |
Haohui Mai
|
0e05624618
|
HDFS-5928. Show namespace and namenode ID on NN dfshealth page. Contributed by Siqi Li.
|
2014-10-27 16:25:03 -07:00 |
Vinod Kumar Vavilapalli
|
0ad33e1483
|
YARN-2704. Changed ResourceManager to optionally obtain tokens itself for the sake of localization and log-aggregation for long-running services. Contributed by Jian He.
(cherry picked from commit a16d022ca4 )
|
2014-10-27 15:50:51 -07:00 |
cnauroth
|
5dbd27f8b4
|
HDFS-6934. Revert files accidentally committed.
(cherry picked from commit 5b1dfe78b8 )
|
2014-10-27 12:15:47 -07:00 |
cnauroth
|
3d67da502a
|
HDFS-6934. Move checksum computation off the hot path when writing to RAM disk. Contributed by Chris Nauroth.
(cherry picked from commit 463aec1171 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
|
2014-10-27 11:50:47 -07:00 |
Jing Zhao
|
57e82e647b
|
HDFS-7296. HdfsConstants#MEMORY_STORAGE_POLICY_ID and HdfsConstants#MEMORY_STORAGE_POLICY_ID are missing in branch-2. Contributed by Jing Zhao.
|
2014-10-27 11:20:57 -07:00 |
Jian He
|
2d3c64943d
|
YARN-2591. Fixed AHSWebServices to return FORBIDDEN(403) if the request user doesn't have access to the history data. Contributed by Zhijie Shen
(cherry picked from commit c05b581a55 )
|
2014-10-27 10:46:37 -07:00 |
Xuan
|
3a77838535
|
YARN-2726. CapacityScheduler should explicitly log when an accessible label has no capacity. Contributed by Wangda Tan
|
2014-10-27 10:28:45 -07:00 |
Colin Patrick Mccabe
|
5f3d967aae
|
HDFS-7278. Add a command that allows sysadmins to manually trigger full block reports from a DN (cmccabe)
(cherry picked from commit baf794dc40 )
|
2014-10-27 10:13:32 -07:00 |
Harsh J
|
8d781aaad3
|
HDFS-6538. Comment format error in ShortCircuitRegistry javadoc. Contributed by David Luo. (harsh)
|
2014-10-27 19:26:02 +05:30 |
Harsh J
|
c88ac8a738
|
HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java. Contributed by Abhiraj Butala. (harsh)
|
2014-10-27 19:13:50 +05:30 |
Zhijie Shen
|
cb3974524c
|
YARN-2734. Skipped sub-folders in the local log dir when aggregating logs. Contributed by Xuan Gong.
(cherry picked from commit caecd9fffe )
|
2014-10-26 12:59:29 -07:00 |
Vinod Kumar Vavilapalli
|
b1e17d2dab
|
HADOOP-11170. Pulling into branch-2.6 also, fixing CHANGES.txt.
(cherry picked from commit 9ada9284d8 )
|
2014-10-26 11:26:18 -07:00 |
Vinod Kumar Vavilapalli
|
36d3f1fcca
|
YARN-2743. Fixed a bug in ResourceManager that was causing RMDelegationToken identifiers to be tampered and thus causing app submission failures in secure mode. Contributed by Jian He.
(cherry picked from commit 0186645505 )
|
2014-10-26 11:15:45 -07:00 |
Xuan
|
f862999a7e
|
YARN-2723. Fix rmadmin -replaceLabelsOnNode does not correctly parse
port. Contributed by Naganarasimha G R
|
2014-10-25 12:47:09 -07:00 |
Byron Wong
|
d991cd52d8
|
HADOOP-6857. FsShell should report raw disk usage including replication factor. Contributed by Byron Wong.
|
2014-10-25 12:39:03 -07:00 |
Karthik Kambatla
|
acc6f622e0
|
YARN-2183. [YARN-1492] Cleaner service for cache manager. (Chris Trezzo and Sangjin Lee via kasha)
(cherry picked from commit c51e53d7aa )
|
2014-10-25 11:50:06 -07:00 |
Jian He
|
9bd149978d
|
YARN-2314. Disable ContainerManagementProtocolProxy cache by default to prevent creating thousands of threads in a large cluster. Contributed by Jason Lowe
(cherry picked from commit f44cf99599 )
|
2014-10-24 23:06:00 -07:00 |
Jian He
|
96a6e02d16
|
YARN-1915. Fixed a race condition that client could use the ClientToAMToken to contact with AM before AM actually receives the ClientToAMTokenMasterKey. Contributed by Jason Lowe
(cherry picked from commit 5864dd99a4 )
|
2014-10-24 22:48:48 -07:00 |
Karthik Kambatla
|
9af3cfc7eb
|
YARN-2713. "RM Home" link in NM should point to one of the RMs in an HA setup. (kasha)
(cherry picked from commit 683897fd02 )
|
2014-10-24 15:00:37 -07:00 |
Zhijie Shen
|
1b81105143
|
YARN-2703. Added logUploadedTime into LogValue for better display. Contributed by Xuan Gong.
(cherry picked from commit f81dc3f995 )
|
2014-10-24 14:12:17 -07:00 |
Colin Patrick Mccabe
|
2bcda17ee7
|
HDFS-6988. Improve HDFS-6581 eviction configuration (Xiaoyu Yao via Colin P. McCabe)
(cherry picked from commit a52eb4bc5f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2014-10-24 13:17:59 -07:00 |
Jian He
|
299c9b456d
|
HADOOP-11228. Winutils task: unsecure path should not call AddNodeManagerAndUserACEsToObject. Contributed by Remus Rusanu
(cherry picked from commit f7e89bb349 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-10-24 12:54:00 -07:00 |