Jonathan Turner Eagles
|
21066255da
|
YARN-227. Application expiration difficult to debug for end-users (Jason Lowe via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1453080 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 23:12:17 +00:00 |
|
Suresh Srinivas
|
56c7e7a12e
|
HDFS-4519. Support overriding jsvc binary and log file locations when launching secure datanode. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1453050 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 22:37:04 +00:00 |
|
Suresh Srinivas
|
a82e67af6c
|
HDFS-4540. Namenode http server should use the web authentication keytab for spnego principal. Contributed by Arpit Gupta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1453025 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 21:47:22 +00:00 |
|
Kihwal Lee
|
97ccd64401
|
HDFS-4542. Webhdfs doesn't support secure proxy users. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452978 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 20:17:56 +00:00 |
|
Siddharth Seth
|
52703c2d0d
|
HADOOP-9343. Allow additional exceptions through the RPC layer. (sseth)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452918 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 17:56:17 +00:00 |
|
Aaron Myers
|
cc15fff263
|
HADOOP-9337. org.apache.hadoop.fs.DF.getMount() does not work on Mac OS. Contributed by Ivan A. Veselovsky.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452622 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 01:30:05 +00:00 |
|
Sanjay Radia
|
ead90cc1a8
|
HADOOP-9163 The rpc msg in ProtobufRpcEngine.proto should be moved out to avoid an extra copy (Sanjay Radia)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452581 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 22:55:22 +00:00 |
|
Jason Darrell Lowe
|
5889f54ad1
|
YARN-345. Many InvalidStateTransitonException errors for ApplicationImpl in Node Manager. Contributed by Robert Parker
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452548 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 21:47:39 +00:00 |
|
Robert Joseph Evans
|
9334dc23f9
|
YARN-448. Remove unnecessary hflush from log aggregation (Kihwal Lee via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452475 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 20:08:21 +00:00 |
|
Suresh Srinivas
|
3ea26d3408
|
HDFS-4541. Set hadoop.log.dir and hadoop.id.str when starting secure datanode to write the logs to right dir by default. Contributed by Arpit Gupta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452461 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 19:34:15 +00:00 |
|
Daryn Sharp
|
d8ca9c655b
|
HDFS-4532. RPC call queue may fill due to current user lookup (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452435 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 18:36:30 +00:00 |
|
Daryn Sharp
|
cfa86e6110
|
HDFS-4128. 2NN gets stuck in inconsistent state if edit log replay fails in the middle (kihwal via daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452384 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 16:44:23 +00:00 |
|
Robert Joseph Evans
|
ec13f1eb3a
|
MAPREDUCE-5043. Fetch failure processing can cause AM event queue to backup and eventually OOM (Jason Lowe via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452372 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 16:32:18 +00:00 |
|
Daryn Sharp
|
84567faa92
|
HADOOP-9352. Expose UGI.setLoginUser for tests (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452338 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 14:59:41 +00:00 |
|
Jonathan Turner Eagles
|
38c4e17ec1
|
MAPREDUCE-4794. DefaultSpeculator generates error messages on normal shutdown (Jason Lowe via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451826 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-02 03:30:58 +00:00 |
|
Vinod Kumar Vavilapalli
|
6680ee5f5d
|
YARN-410. Fixed RM UI so that the new lines diagnostics for a failed app on the per-application page are translated to html line breaks. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1451808 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-02 01:21:53 +00:00 |
|
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 |
|