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 |
Jitendra Pandey
|
5fb7660ad6
|
HDFS-6904. Added files missing in previous commit.
|
2014-10-24 12:01:54 -07:00 |
Jitendra Pandey
|
b576890f35
|
HDFS-6904. YARN unable to renew delegation token fetched via webhdfs due to incorrect service port.
|
2014-10-24 11:36:54 -07:00 |
Zhijie Shen
|
13c60bac57
|
YARN-2724. Skipped uploading a local log file to HDFS if exception is raised when opening it. Contributed by Xuan Gong.
(cherry picked from commit e31f0a6558 )
|
2014-10-24 11:15:19 -07:00 |
Haohui Mai
|
1f6258f535
|
HDFS-7283. Bump DataNode OOM log from WARN to ERROR. Contributed by Stephen Chu.
|
2014-10-24 10:50:28 -07:00 |
Haohui Mai
|
a4bb56b93b
|
HDFS-7258. CacheReplicationMonitor rescan schedule log should use DEBUG level instead of INFO level. Contributed by Xiaoyu Yao.
|
2014-10-23 23:58:49 -07:00 |
Jian He
|
d57f2b9dea
|
Updated CHANGES.txt to move YARN-2682 to branch-2.6
(cherry picked from commit 071c925c7d )
|
2014-10-23 22:28:23 -07:00 |
Zhijie Shen
|
3b03ea6b50
|
YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He.
(cherry picked from commit 0f3b6900be )
|
2014-10-23 22:03:30 -07:00 |
yliu
|
193724ccaf
|
HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone. (clamb via yliu)
|
2014-10-24 11:41:49 +08:00 |
Colin Patrick Mccabe
|
caa658a015
|
HDFS-7223. Tracing span description of IPC client is too long (iwasakims via cmccabe)
(cherry picked from commit 5b56ac4c72 )
|
2014-10-23 19:15:08 -07:00 |
Karthik Kambatla
|
c99d89f2c6
|
HADOOP-11170. ZKDelegationTokenSecretManager fails to renewToken created by a peer. (Arun Suresh and Gregory Chanan via kasha)
(cherry picked from commit db45f047ab )
|
2014-10-23 17:06:36 -07:00 |
Haohui Mai
|
92ad210699
|
HDFS-7257. Add the time of last HA state transition to NN's /jmx page. Contributed by Charles Lamb.
|
2014-10-23 16:53:17 -07:00 |
Allen Wittenauer
|
a58f88056c
|
HDFS-7232. Populate hostname in httpfs audit log (Zoran Dimitrijevic via aw)
|
2014-10-23 14:07:07 -07:00 |
Colin Patrick Mccabe
|
a36fd88671
|
HDFS-7227. Fix findbugs warning about NP_DEREFERENCE_OF_READLINE_VALUE in SpanReceiverHost (cmccabe)
(cherry picked from commit 7ab754545d )
|
2014-10-23 13:26:10 -07:00 |
Andrew Wang
|
d3b9e9be24
|
HDFS-7222. Expose DataNode network errors as a metric. (Charles Lamb via wang)
(cherry picked from commit 86cad007d7 )
|
2014-10-23 12:53:39 -07:00 |
Brandon Li
|
d27cd5ad77
|
HDFS-7180. NFSv3 gateway frequently gets stuck due to GC. Contributed by Brandon Li
(cherry picked from commit d71d40a63d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-22 21:34:15 -07:00 |
Zhijie Shen
|
36515435ff
|
YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He.
(cherry picked from commit b94b8b30f2 )
|
2014-10-22 18:41:05 -07:00 |
Haohui Mai
|
59e0ea8779
|
HDFS-7277. Remove explicit dependency on netty 3.2 in BKJournal. Contributed by Haohui Mai.
|
2014-10-22 17:32:30 -07:00 |
Jian He
|
1c235a4448
|
YARN-2198. Remove the need to run NodeManager as privileged account for Windows Secure Container Executor. Contributed by Remus Rusanu
(cherry picked from commit 3b12fd6cfb )
|
2014-10-22 15:58:26 -07:00 |
Andrew Wang
|
c8d0758656
|
HDFS-6824. Additional user documentation for HDFS encryption.
(cherry picked from commit a36399e09c )
|
2014-10-22 14:39:00 -07:00 |
Tsz-wo Sze
|
3e2889f3c7
|
HDFS-2486. Remove unnecessary priority level checks in UnderReplicatedBlocks. Contributed by Uma Maheswara Rao G
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1242636 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit dc847b39fd )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/UnderReplicatedBlocks.java
|
2014-10-22 14:37:15 -07:00 |
Karthik Kambatla
|
b3bb4fdc7c
|
HADOOP-11122. Fix findbugs in ZK DelegationTokenSecretManagers. (Arun Suresh via kasha)
(cherry picked from commit 70719e5c62 )
|
2014-10-22 14:33:56 -07:00 |
Haohui Mai
|
3476b9630f
|
HADOOP-10748. HttpServer2 should not load JspServlet. Contributed by Haohui Mai.
|
2014-10-22 14:26:57 -07:00 |