Siddharth Seth
|
83d8065867
|
YARN-376. Fixes a bug which would prevent the NM knowing about completed containers and applications. Contributed by Jason Lowe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451473 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 05:59:54 +00:00 |
|
Alejandro Abdelnur
|
5d6eca08bd
|
MAPREDUCE-4896. mapred queue -info spits out ugly exception when queue does not exist. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451452 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 01:28:18 +00:00 |
|
Alejandro Abdelnur
|
892e088773
|
HADOOP-9349. Confusing output when running hadoop version from one hadoop installation when HADOOP_HOME points to another. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451448 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 01:20:53 +00:00 |
|
Siddharth Seth
|
62d70af19a
|
YARN-406. Fix TestRackResolver to function in networks where "host1" resolves to a valid host. Contributed by Hitesh Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451391 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 22:17:39 +00:00 |
|
Kihwal Lee
|
c5368561f9
|
HADOOP-9336. Allow UGI of current connection to be queried. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451376 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 22:01:51 +00:00 |
|
Suresh Srinivas
|
2e02b92664
|
HDFS-4518. Finer grained metrics for HDFS capacity. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451348 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 21:13:59 +00:00 |
|
Kihwal Lee
|
27c8a87a54
|
YARN-269. Resource Manager not logging the health_check_script result when taking it out. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451341 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 21:02:06 +00:00 |
|
Jonathan Turner Eagles
|
892846dc04
|
MAPREDUCE-4871. AM uses mapreduce.jobtracker.split.metainfo.maxsize but mapred-default has mapreduce.job.split.metainfo.maxsize (Jason Lowe via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451318 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 19:55:10 +00:00 |
|
Alejandro Abdelnur
|
6401d5d2ec
|
HADOOP-9230. TestUniformSizeInputFormat fails intermittently. (kkambatl via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451291 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 18:51:39 +00:00 |
|
Tsz-wo Sze
|
c7cf85ccb4
|
HDFS-4507. Update quota verification for snapshots.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1451081 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 03:08:08 +00:00 |
|
Alejandro Abdelnur
|
5363d831a0
|
HADOOP-9342. Remove jline from distribution. (thw via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451071 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 01:43:24 +00:00 |
|
Kihwal Lee
|
dec30f218e
|
Typo in CHANGES.txt for HADOOP-9339
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450970 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 21:23:48 +00:00 |
|
Kihwal Lee
|
eb1cc863d2
|
HADOOP-9339. IPC.Server incorrectly sets UGI auth type. Contributed by Daryn Sharp
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450963 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 21:16:09 +00:00 |
|
Siddharth Seth
|
979fb054f8
|
MAPREDUCE-4693. Historyserver should provide counters for failed tasks. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450956 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 21:03:19 +00:00 |
|
Vinod Kumar Vavilapalli
|
0b9ed2364a
|
MAPREDUCE-4892. Modify CombineFileInputFormat to not skew input slits' allocation on small clusters. Contributed by Bikas Saha.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450912 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 18:49:37 +00:00 |
|
Robert Joseph Evans
|
0057600a82
|
YARN-426. Failure to download a public resource prevents further downloads (Jason Lowe via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450807 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 15:30:10 +00:00 |
|
Thomas White
|
14089f1e57
|
MAPREDUCE-5008. Merger progress miscounts with respect to EOF_MARKER. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450723 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 10:40:00 +00:00 |
|
Aaron Myers
|
42e987f11e
|
MAPREDUCE-5033. mapred shell script should respect usage flags (--help -help -h). Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450584 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 02:42:38 +00:00 |
|
Suresh Srinivas
|
12985ea6f9
|
HADOOP-8917. Changed contributed by from Arpit Agarwal to Arpit Gupta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450575 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 01:44:30 +00:00 |
|
Suresh Srinivas
|
9e87bcb3ad
|
HADOOP-8917. add LOCALE.US to toLowerCase in SecurityUtil.replacePattern. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450571 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 01:34:39 +00:00 |
|
Tsz-wo Sze
|
e2a618e1cc
|
HDFS-4523. Fix INodeFile replacement, TestQuota and javac errors from trunk merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1450477 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 22:04:35 +00:00 |
|
Suresh Srinivas
|
70b1c5ca75
|
HADOOP-9334. Upgrade netty version. Contributed by Nicolas Liochon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450463 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 21:54:25 +00:00 |
|
Siddharth Seth
|
7ea82ca558
|
YARN-365. Change NM heartbeat handling to not generate a scheduler event on each heartbeat. (Contributed by Xuan Gong)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1450007 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 03:32:10 +00:00 |
|
Aaron Myers
|
9397260411
|
HADOOP-7487. DF should throw a more reasonable exception when mount cannot be determined. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449992 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 01:37:28 +00:00 |
|
Aaron Myers
|
7e2d98da40
|
HDFS-4235. When outputting XML, OfflineEditsViewer can't handle some edits containing non-ASCII strings. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449984 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 00:44:52 +00:00 |
|
Suresh Srinivas
|
10e1e314ac
|
YARN-390. ApplicationCLI and NodeCLI hard-coded platform-specific line separator causes test failures on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449980 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 00:26:24 +00:00 |
|
Suresh Srinivas
|
4840775e3d
|
HADOOP-9323. Fix typos in API documentation. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449977 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 00:10:35 +00:00 |
|
Tsz-wo Sze
|
aa82b03823
|
Merge r1448505 through r1449957 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1449976 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 00:10:17 +00:00 |
|
Tsz-wo Sze
|
59e968a114
|
HDFS-4514. Add CLI for supporting snapshot rename, diff report, and snapshottable directory listing. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1449956 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-25 23:14:58 +00:00 |
|
Aaron Myers
|
63522b3224
|
HADOOP-8569. CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-25 22:07:45 +00:00 |
|
Tsz-wo Sze
|
d8ccf4e521
|
Add the new test file by HDFS-4520.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1449863 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-25 19:49:52 +00:00 |
|
Tsz-wo Sze
|
5ddbbd9d65
|
HDFS-4520. Support listing snapshots under a snapshottable directory using ls. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1449862 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-25 19:49:05 +00:00 |
|
Suresh Srinivas
|
2552a77205
|
HADOOP-9279. Document the need to build hadoop-maven-plugins for eclipse and separate project builds. Contributed by Tsuyoshi Ozawa.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449543 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-24 20:19:42 +00:00 |
|
Tsz-wo Sze
|
0deff1727e
|
HDFS-4524. Update SnapshotManager#snapshottables when loading fsimage. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1449265 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-23 02:44:05 +00:00 |
|
Aaron Myers
|
019d6a22b1
|
HDFS-4304. Make FSEditLogOp.MAX_OP_SIZE configurable. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449218 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-22 21:21:16 +00:00 |
|
Aaron Myers
|
8271fae921
|
HADOOP-9267. hadoop -help, -h, --help should show usage instructions. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449161 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-22 18:36:24 +00:00 |
|
Suresh Srinivas
|
cdb292f44c
|
HDFS-4222. NN is unresponsive and loses heartbeats from DNs when configured to use LDAP and LDAP has issues. Contributed by Xiaobo Peng and Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448801 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 21:02:39 +00:00 |
|
Robert Joseph Evans
|
c5296502ba
|
amendment to HADOOP-9112 fix return codes (Surenkumar Nihalani via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448745 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 17:52:36 +00:00 |
|
Uma Maheswara Rao G
|
bf44d16ef4
|
HDFS-4482. ReplicationMonitor thread can exit with NPE due to the race between delete and replication of same file. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448708 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 16:25:12 +00:00 |
|
Thomas White
|
0b73dde6ce
|
MAPREDUCE-4951. Container preemption interpreted as task failure. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448615 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 11:56:08 +00:00 |
|
Thomas White
|
87035a004c
|
MAPREDUCE-5013. mapred.JobStatus compatibility: MR2 missing constructors from MR1. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448602 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 11:42:48 +00:00 |
|
Thomas White
|
7555b4df74
|
MAPREDUCE-4846. Some JobQueueInfo methods are public in MR1 but protected in MR2. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448597 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 11:34:09 +00:00 |
|
Tsz-wo Sze
|
89d05b53d9
|
Merge r1446505 through r1448504 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1448505 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 03:30:10 +00:00 |
|
Tsz-wo Sze
|
f29fa9e820
|
HDFS-4499. Fix file/directory/snapshot deletion for file diff. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1448504 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 03:27:36 +00:00 |
|
Tsz-wo Sze
|
567ab4335f
|
HDFS-4502. JsonUtil.toFileStatus(..) should check if the fileId property exists. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448502 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-21 03:19:16 +00:00 |
|
Jonathan Turner Eagles
|
320f7bdcb8
|
YARN-236. RM should point tracking URL to RM web page when app fails to start (Jason Lowe via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448406 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-20 20:57:22 +00:00 |
|
Tsz-wo Sze
|
fac3883188
|
HDFS-4503. Update computeContentSummary(..), spaceConsumedInTree(..) and diskspaceConsumed(..) in INode for snapshot.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1448373 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-20 20:02:24 +00:00 |
|
Robert Joseph Evans
|
de73a65f32
|
HADOOP-9112. test-patch should -1 for @Tests without a timeout (Surenkumar Nihalani via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448285 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-20 16:41:57 +00:00 |
|
Thomas Graves
|
efaaf58605
|
YARN-400. RM can return null application resource usage report leading to NPE in client (Jason Lowe via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448241 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-20 15:35:06 +00:00 |
|
Jonathan Turner Eagles
|
c8f35bc3d2
|
MAPREDUCE-5009. Killing the Task Attempt slated for commit does not clear the value from the Task commitAttempt member (Robert Parker via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1447965 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-19 23:35:56 +00:00 |
|