Vinod Kumar Vavilapalli
|
0b708ab75d
|
YARN-380. Fix yarn node -status output to be better readable. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451711 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 20:39:18 +00:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
Suresh Srinivas
|
1c49e77998
|
MAPREDUCE-5012. Typo in javadoc for IdentityMapper class. Contributed by Adam Monsen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1447865 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-19 18:45:22 +00:00 |
|
Sanjay Radia
|
461e614a3a
|
HADOOP-9218 Document the Rpc-wrappers used internally (sanjay Radia)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1446428 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-15 02:26:46 +00:00 |
|
Alejandro Abdelnur
|
0a8cfa9016
|
HADOOP-9304. remove addition of avro genreated-sources dirs to build. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1446296 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-14 18:48:14 +00:00 |
|
Thomas White
|
c01827aa48
|
HADOOP-9154. SortedMapWritable#putAll() doesn't add key/value classes to the map. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1446183 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-14 14:07:33 +00:00 |
|
Alejandro Abdelnur
|
4ad1279b2e
|
HADOOP-9297. remove old record IO generation and tests. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1446044 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-14 04:27:07 +00:00 |
|
Alejandro Abdelnur
|
ab330b33bb
|
MAPREDUCE-4994. Addendum fixing testcases failures. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1446042 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-14 04:22:04 +00:00 |
|
Alejandro Abdelnur
|
a96d228f55
|
Amending common CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1446022 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-14 01:44:57 +00:00 |
|
Kihwal Lee
|
a9974c791a
|
HDFS-4495. Allow client-side lease renewal to be retried beyond soft-limit. Contributed by Kihwal Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1445965 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-13 22:51:21 +00:00 |
|
Alejandro Abdelnur
|
6bcbf492a2
|
HADOOP-9117. replace protoc ant plugin exec with a maven plugin. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1445956 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-13 22:13:44 +00:00 |
|