Vinod Kumar Vavilapalli
|
6d12709b19
|
YARN-820. Fixed an invalid state transition in NodeManager caused by failing resource localization. Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503947 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 23:44:56 +00:00 |
|
Vinod Kumar Vavilapalli
|
af0d2fc3e3
|
YARN-661. Fixed NM to cleanup users' local directories correctly when starting up. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503942 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 23:31:02 +00:00 |
|
Bikas Saha
|
bf876f70fb
|
MAPREDUCE-5398. MR changes for YARN-513 (Jian He via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503934 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 22:51:12 +00:00 |
|
Bikas Saha
|
33b5a81509
|
YARN-513. Create common proxy client for communicating with RM (Xuan Gong & Jian He via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503933 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 22:47:40 +00:00 |
|
Colin McCabe
|
badab7ed5e
|
HDFS-4657. Limit the number of blocks logged by the NN after a block report to a configurable value. (Aaron Twinning Meyers via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503862 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 20:07:42 +00:00 |
|
Daryn Sharp
|
a3a9d72e98
|
HADOOP-9683. [RPC v9] Wrap IpcConnectionContext in RPC headers (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503811 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 17:59:39 +00:00 |
|
Colin McCabe
|
32076136f7
|
HADOOP-9618. thread which detects GC pauses (Todd Lipcon via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503806 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 17:48:24 +00:00 |
|
Jason Darrell Lowe
|
44ea6e3ad5
|
Back out revision 1503499 for MAPREDUCE-5317. Stale files left behind for failed jobs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503744 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 15:05:16 +00:00 |
|
Tsz-wo Sze
|
2d6049f1d6
|
HDFS-4992. Make balancer's mover thread count and dispatcher thread count configurable. Contributed by Max Lapan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503720 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 14:04:33 +00:00 |
|
Suresh Srinivas
|
afaec5f52d
|
HDFS-4903. Print trash configuration and trash emptier state in namenode log. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503570 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 06:33:40 +00:00 |
|
Bikas Saha
|
8f8be404a7
|
Trivial fix for minor refactor error for YARN-521
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503543 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 02:40:57 +00:00 |
|
Vinod Kumar Vavilapalli
|
4466d8653f
|
YARN-523. Modified a test-case to validate container diagnostics on localization failures. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503532 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 00:57:41 +00:00 |
|
Bikas Saha
|
1fe8e2d7ee
|
YARN-521. Augment AM - RM client module to be able to request containers only at specific locations (Sandy Ryza via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503526 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 00:23:18 +00:00 |
|
Jason Darrell Lowe
|
8a037edbfb
|
MAPREDUCE-5317. Stale files left behind for failed jobs. Contributed by Ravi Prakash
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503499 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-15 22:24:37 +00:00 |
|
Kihwal Lee
|
37b2a96055
|
HADOOP-9707. Fix register lists for crc32c inline assembly. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503390 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-15 18:15:00 +00:00 |
|
Chris Nauroth
|
1db4319072
|
YARN-909. Disable TestLinuxContainerExecutorWithMocks on Windows. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503357 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-15 17:27:31 +00:00 |
|
Bikas Saha
|
fe735f237c
|
YARN-654. AMRMClient: Perform sanity checks for parameters of public methods (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503353 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-15 17:13:05 +00:00 |
|
Harsh J
|
adfd2fa314
|
HADOOP-9241. DU refresh interval is not configurable. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502954 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-14 10:46:37 +00:00 |
|
Bikas Saha
|
b980f2aa4e
|
YARN-763. AMRMClientAsync should stop heartbeating after receiving shutdown from RM (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-13 23:30:20 +00:00 |
|
Bikas Saha
|
2adee63426
|
YARN-541. getAllocatedContainers() is not returning all the allocated containers (bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502906 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-13 22:31:02 +00:00 |
|
Colin McCabe
|
a038ec6ceb
|
HADOOP-9703. org.apache.hadoop.ipc.Client leaks threads on stop (Tsuyoshi OZAWA via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502696 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 21:36:44 +00:00 |
|
Todd Lipcon
|
0880be20ac
|
HDFS-4982. JournalNode should relogin from keytab before fetching logs from other JNs. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502682 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 20:44:45 +00:00 |
|
Suresh Srinivas
|
b47df4e3b9
|
HDFS-4912. Cleanup FSNamesystem#startFileInternal. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502634 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 17:44:00 +00:00 |
|
Jing Zhao
|
3630a23c55
|
HDFS-4978. Make disallowSnapshot idempotent. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502400 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 00:11:31 +00:00 |
|
Alejandro Abdelnur
|
1714932158
|
YARN-333. Schedulers cannot control the queue-name of an application. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502374 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 21:39:28 +00:00 |
|
Colin McCabe
|
8767e4cde1
|
HADOOP-9418. Add symlink support to DistributedFileSystem (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502373 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 21:31:04 +00:00 |
|
Chris Nauroth
|
2409882a47
|
HDFS-4374. Display NameNode startup progress in UI. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502331 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 19:20:38 +00:00 |
|
Chris Nauroth
|
19346d8ca6
|
HDFS-4373. Add HTTP API for querying NameNode startup progress. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502328 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 19:04:26 +00:00 |
|
Colin McCabe
|
a8349819b3
|
update CHANGES.txt to reflect the fact that HADOOP-9186 is only in trunk at the moment
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502326 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:55:56 +00:00 |
|
Colin McCabe
|
03c950d907
|
HADOOP-9186. test-patch.sh should report build failure to JIRA. (Binglin Chang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502325 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:52:52 +00:00 |
|
Colin McCabe
|
02f9eaa241
|
add HADOOP-9417 to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502310 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:13:26 +00:00 |
|
Colin McCabe
|
e1a1c33632
|
HADOOP-9417. Support for symlink resolution in LocalFileSystem / RawLocalFileSystem. (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502307 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:10:46 +00:00 |
|
Suresh Srinivas
|
17420dcc71
|
HDFS-4980. Incorrect logging.properties file for hadoop-httpfs. Contributed by Mark Grover.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502302 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:05:34 +00:00 |
|
Suresh Srinivas
|
7f42befa70
|
HADOOP-9720. Rename Client#uuid to Client#clientId. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502301 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:02:17 +00:00 |
|
Steve Loughran
|
6ffe6728f5
|
HADOOP-9432 Add support for markdown .md files in site documentation
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502251 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 15:42:56 +00:00 |
|
Chris Nauroth
|
da8e962e39
|
HDFS-4372. Track NameNode startup progress. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502120 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 05:35:29 +00:00 |
|
Christopher Douglas
|
85f0efb68f
|
YARN-569. Add support for requesting and enforcing preemption requests via
a capacity monitor. Contributed by Carlo Curino, Chris Douglas
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502083 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 01:20:23 +00:00 |
|
Alejandro Abdelnur
|
59a5ab9d1c
|
updating CHANGES.txt after committing MAPREDUCE-5333,HADOOP-9661,HADOOP-9355,HADOOP-9673,HADOOP-9414,HADOOP-9416,HDFS-4797,YARN-866,YARN-736,YARN-883 to 2.1-beta branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502075 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 00:22:14 +00:00 |
|
Chris Nauroth
|
413bddf596
|
MAPREDUCE-4374. Fix child task environment variable config and add support for Windows. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502046 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 22:59:08 +00:00 |
|
Tsz-wo Sze
|
36bd53a9a9
|
In CHANGES.txt, move HDFS-4908 and HDFS-4645 to 2.1.0-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502009 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 21:26:14 +00:00 |
|
Alejandro Abdelnur
|
c6eaa8b37f
|
HDFS-4969. WebhdfsFileSystem expects non-standard WEBHDFS Json element. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501868 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 17:32:05 +00:00 |
|
Vinod Kumar Vavilapalli
|
dfe70f6a03
|
YARN-295. Fixed a race condition in ResourceManager RMAppAttempt state machine. Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501856 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 17:08:43 +00:00 |
|
Vinod Kumar Vavilapalli
|
3ee5949912
|
YARN-368. Fixed a typo in error message in Auxiliary services. Contributed by Albert Chu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501852 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 17:02:08 +00:00 |
|
Jing Zhao
|
58d75576c4
|
HDFS-4962. Use enum for nfs constants. Contributed by Tsz Wo (Nicholas) SZE.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501851 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 17:01:28 +00:00 |
|
Kihwal Lee
|
3a3109f8bf
|
HDFS-4887. TestNNThroughputBenchmark exits abruptly. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501841 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 16:39:37 +00:00 |
|
Chris Nauroth
|
0a5f16a89e
|
HADOOP-9691. RPC clients can generate call ID using AtomicInteger instead of synchronizing on the Client instance. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501615 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 23:45:57 +00:00 |
|
Bikas Saha
|
15ce82b9c5
|
YARN-369. Handle ( or throw a proper error when receiving) status updates from application masters that have not registered (Mayank Bansal & Abhishek Kapoor via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501605 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 23:14:27 +00:00 |
|
Hitesh Shah
|
e2cce7bd26
|
YARN-727, MAPREDUCE-5325. ClientRMProtocol.getAllApplications should accept ApplicationType as a parameter. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501599 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 23:01:01 +00:00 |
|
Alejandro Abdelnur
|
3ed7c6e9e5
|
HDFS-4951. FsShell commands using secure httpfs throw exceptions due to missing TokenRenewer. (rknater via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501451 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 18:41:26 +00:00 |
|
Chris Nauroth
|
9b252b39df
|
HADOOP-8440. HarFileSystem.decodeHarURI fails for URIs whose host contains numbers. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501424 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 18:22:00 +00:00 |
|