Brandon Li
|
ede10b8a1f
|
HDFS-5067 Support symlink operations in NFS gateway. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-13 04:21:46 +00:00 |
|
Andrew Wang
|
a98637e6dd
|
HADOOP-9958. Add old constructor back to DelegationTokenInformation to unbreak downstream builds. (Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522707 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-12 20:05:08 +00:00 |
|
Chris Nauroth
|
f152a7e788
|
YARN-1078. TestNodeManagerResync, TestNodeManagerShutdown, and TestNodeStatusUpdater fail on Windows. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522644 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-12 15:58:34 +00:00 |
|
Devarajulu K
|
a202855af5
|
MAPREDUCE-5164. mapred job and queue commands omit HADOOP_CLIENT_OPTS. Contributed by Nemon Lou.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522595 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-12 14:32:20 +00:00 |
|
Thomas Graves
|
c22091aecb
|
YARN-1176. RM web services ClusterMetricsInfo total nodes doesn't include unhealthy nodes (Jonathan Eagles via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522062 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-11 22:00:08 +00:00 |
|
Andrew Wang
|
b6d9ef18c4
|
Move HDFS-4680 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522049 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-11 21:17:30 +00:00 |
|
Andrew Wang
|
e4374d8036
|
HDFS-4680. Audit logging of delegation tokens for MR tracing. (Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1522012 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-11 19:57:37 +00:00 |
|
Vinod Kumar Vavilapalli
|
1c1ebc1553
|
MAPREDUCE-5497. Changed MRAppMaster to sleep only after doing everything else but just before ClientService to avoid race conditions during RM restart. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521699 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-11 00:38:49 +00:00 |
|
Chris Nauroth
|
b5c6ff164a
|
YARN-1025. ResourceManager and NodeManager do not load native libraries on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521670 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 22:51:27 +00:00 |
|
Jonathan Turner Eagles
|
220b21732b
|
YARN-1119. Add ClusterMetrics checks to tho TestRMNodeTransitions tests (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521611 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 19:53:49 +00:00 |
|
Jing Zhao
|
613979c8fd
|
HDFS-5085. Refactor o.a.h.nfs to support different types of authentications. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521601 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 19:29:45 +00:00 |
|
Thomas Graves
|
75c31df9dd
|
MAPREDUCE-5020. Compile failure with JDK8 (Trevor Robinson via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521576 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 18:31:50 +00:00 |
|
Bikas Saha
|
bcb865314f
|
YARN-1098. Separate out RM services into Always On and Active (Karthik Kambatla via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521560 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 17:43:51 +00:00 |
|
Alejandro Abdelnur
|
11944e52fd
|
Amending yarn CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521454 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 12:14:49 +00:00 |
|
Vinod Kumar Vavilapalli
|
59b5490989
|
YARN-292. Fixed FifoScheduler and FairScheduler to make their applications data structures thread safe to avoid RM crashing with ArrayIndexOutOfBoundsException. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521328 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-10 01:24:45 +00:00 |
|
Vinod Kumar Vavilapalli
|
0f91d8485a
|
YARN-910. Augmented auxiliary services to listen for container starts and completions in addition to application events. Contributed by Alejandro Abdelnur.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521298 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 21:48:09 +00:00 |
|
Vinod Kumar Vavilapalli
|
1a649aa51a
|
YARN-1152. Fixed a bug in ResourceManager that was causing clients to get invalid client token key errors when an appliation is about to finish. Contributed by Jason Lowe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521292 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 21:19:07 +00:00 |
|
Alejandro Abdelnur
|
f2e0a125f4
|
YARN-1144. Unmanaged AMs registering a tracking URI should not be proxy-fied. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521039 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 11:12:45 +00:00 |
|
Alejandro Abdelnur
|
1cd7b067f7
|
YARN-1049. ContainerExistStatus should define a status for preempted containers. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1521036 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 11:07:49 +00:00 |
|
Devarajulu K
|
b2af6c7024
|
MAPREDUCE-5414. TestTaskAttempt fails in JDK7 with NPE. Contributed by Nemon Lou.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520964 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 06:42:42 +00:00 |
|
Andrew Wang
|
4f2bf68b73
|
HDFS-5170. BlockPlacementPolicyDefault uses the wrong classname when alerting to enable debug logging. (Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520961 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 04:54:57 +00:00 |
|
Ivan Mitic
|
40cf0068d8
|
HADOOP-9924. Addendum patch to address issue with an empty classpath entry on Windows. Contributed by Shanyu Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520903 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-08 19:51:46 +00:00 |
|
Vinod Kumar Vavilapalli
|
03ae82a311
|
YARN-696. Changed RMWebservice apps call to take in multiple application states. Contributed by Trevor Lorimer.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520736 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-07 07:28:19 +00:00 |
|
Vinod Kumar Vavilapalli
|
f35983b805
|
YARN-1107. Fixed a bug in ResourceManager because of which RM in secure mode fails to restart. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520726 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-07 05:43:04 +00:00 |
|
Andrew Wang
|
efc1048ffe
|
Revert HADOOP-9877 because of breakage reported in HADOOP-9912
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520713 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 22:57:44 +00:00 |
|
Jonathan Turner Eagles
|
6cfcd39165
|
HADOOP-8704. add request logging to jetty/httpserver (jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520674 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 19:40:02 +00:00 |
|
Colin McCabe
|
6431192c0e
|
HDFS-4879. Add BlockedArrayList collection to avoid CMS full GCs (Contributed by Todd Lipcon)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520667 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 19:05:26 +00:00 |
|
Vinod Kumar Vavilapalli
|
fc95998117
|
Fixing CHANGES.txt for YARN-758 as it is now merged into branch-2.1-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520659 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 18:30:00 +00:00 |
|
Jing Zhao
|
4065c842ab
|
Move HDFS-5118 to 2.1.1-beta section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520650 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 18:16:30 +00:00 |
|
Jing Zhao
|
36d0b822ef
|
HDS-5118. Provide testing support for DFSClient to drop RPC responses. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520637 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 17:17:30 +00:00 |
|
Colin McCabe
|
a628391955
|
HDFS-5164. DeleteSnapshot should check if OperationCategory.WRITE is possible before taking write lock (contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520492 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 05:23:54 +00:00 |
|
Chris Nauroth
|
e10dbf41bc
|
HDFS-4491. Add/delete files missed in prior commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520482 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 03:14:20 +00:00 |
|
Chris Nauroth
|
5eb618ee1f
|
HDFS-4491. Parallel testing HDFS. Contributed by Andrey Klochkov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520479 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 03:06:41 +00:00 |
|
Aaron Myers
|
8aea748ec3
|
HDFS-5159. Secondary NameNode fails to checkpoint if error occurs downloading edits on first checkpoint. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520363 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 16:21:26 +00:00 |
|
Todd Lipcon
|
e8f6f74025
|
HADOOP-9908. Fix NPE when versioninfo properties file is missing. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520333 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 14:41:25 +00:00 |
|
Colin McCabe
|
ec135d560b
|
CHANGES.txt: move HADOOP-9915 to branch-2.3 section
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520193 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 02:00:51 +00:00 |
|
Colin McCabe
|
4f46801111
|
HADOOP-9915. o.a.h.fs.Stat support on Mac OS X (Contributed by Binglin Chang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520190 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 01:46:14 +00:00 |
|
Vinod Kumar Vavilapalli
|
1e513bfc68
|
YARN-957. Fixed a bug in CapacityScheduler because of which requests that need more than a node's total capability were incorrectly allocated on that node causing apps to hang. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520187 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 01:20:03 +00:00 |
|
Jason Darrell Lowe
|
5540d77e2f
|
MAPREDUCE-5475. MRClientService does not verify ACLs properly. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520156 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 22:23:40 +00:00 |
|
Bikas Saha
|
49afc64cd4
|
YARN-1065. NM should provide AuxillaryService data to the container (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520135 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 20:42:11 +00:00 |
|
Kihwal Lee
|
cd663baf16
|
HADOOP-9932. Improper synchronization in RetryCache. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520126 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 19:57:44 +00:00 |
|
Luke Lu
|
0e0271b5fd
|
HADOOP-9916. Fix race in ipc.Client retry. (Binglin Chang via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519973 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 10:34:28 +00:00 |
|
Ivan Mitic
|
b87bcbb82d
|
HADOOP-9924. FileUtil.createJarWithClassPath() does not generate relative classpath correctly. Contributed by Shanyu Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519891 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 01:16:04 +00:00 |
|
Vinod Kumar Vavilapalli
|
2d525510b4
|
YARN-1124. Modified YARN CLI application list to display new and submitted applications together with running apps by default, following up YARN-1074. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519869 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-03 22:18:46 +00:00 |
|
Kihwal Lee
|
c28c964612
|
HDFS-5150. Allow per NN SPN for internal SPNEGO. Contributed By Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519681 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-03 13:49:25 +00:00 |
|
Vinod Kumar Vavilapalli
|
ff69557040
|
YARN-1077. Fixed TestContainerLaunch test failure on Windows. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519333 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-02 03:10:39 +00:00 |
|
Vinod Kumar Vavilapalli
|
66841c29db
|
YARN-1120. Made ApplicationConstants.Environment.USER definition OS neutral as the corresponding value is now set correctly end-to-end. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519330 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-02 02:31:27 +00:00 |
|
Vinod Kumar Vavilapalli
|
a759abcd89
|
YARN-649. Added a new NM web-service to serve container logs in plain text over HTTP. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519326 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-02 00:09:17 +00:00 |
|
Brandon Li
|
cbca166831
|
HDFS-5136 MNT EXPORT should give the full group list which can mount the exports. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519222 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-31 21:12:22 +00:00 |
|
Vinod Kumar Vavilapalli
|
76cb07ee20
|
YARN-981. Fixed YARN webapp so that /logs servlet works like before. Addendum patch to fix bugs in the first patch. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1519208 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-31 19:55:37 +00:00 |
|