Alejandro Abdelnur
|
19b36f0900
|
HADOOP-9845. Update protobuf to 2.5 from 2.4.x. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513281 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 22:15:10 +00:00 |
|
Andrew Wang
|
4744075d4f
|
Fix CHANGES.txt for HADOOP-9847
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513252 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 20:52:19 +00:00 |
|
Andrew Wang
|
d748123e2c
|
TestGlobPath symlink tests fail to cleanup properly. (cmccabe via wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513251 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 20:44:23 +00:00 |
|
Kihwal Lee
|
dedbd19bea
|
HADOOP-9583. test-patch gives +1 despite build failure when running tests. Contributed by Jason Lowe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513200 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 17:03:36 +00:00 |
|
Chris Nauroth
|
1fafb1e1e0
|
HADOOP-9802. Support Snappy codec on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512872 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-11 05:51:34 +00:00 |
|
Ivan Mitic
|
5726834cae
|
HDFS-5065. TestSymlinkHdfsDisable fails on Windows. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512870 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-11 04:38:19 +00:00 |
|
Chris Nauroth
|
49e440c404
|
HADOOP-9857. Tests block and sometimes timeout on Windows due to invalid entropy source. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512522 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 22:55:11 +00:00 |
|
Brandon Li
|
49994ddc20
|
update CHANGES.txt for HADOOP-8814
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512515 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 22:11:22 +00:00 |
|
Sanford Ryza
|
109705f077
|
YARN-1046. Disable mem monitoring my default in MiniYARNCluster (Karthik Kambatla via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512493 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 21:10:03 +00:00 |
|
Sanford Ryza
|
49f2a440c3
|
YARN-656. In scheduler UI, including reserved memory in Memory Total can make it exceed cluster capacity. (Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512480 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 20:24:36 +00:00 |
|
Sanford Ryza
|
796ed241bb
|
Reverting 1512475 (labeled as YARN-656). Accidentally committed two patches together
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512478 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 20:21:58 +00:00 |
|
Sanford Ryza
|
6a0ba85292
|
YARN-656. In scheduler UI, including reserved memory in Memory Total can make it exceed cluster capacity. (Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512475 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 20:17:04 +00:00 |
|
Daryn Sharp
|
deec7ca21a
|
HADOOP-9757. Har metadata cache can grow without limit (Cristina Abad via daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512465 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 19:41:59 +00:00 |
|
Kihwal Lee
|
2f988135e3
|
HDFS-4993. Fsck can fail if a file is renamed or deleted. Contributed by Robert Parker.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512451 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 19:13:22 +00:00 |
|
Colin McCabe
|
d61827c9a8
|
add HADOOP-9675 to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512425 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 18:03:08 +00:00 |
|
Colin McCabe
|
4a774db7dd
|
HADOOP-9675. use svn:eol-style native for html to prevent line ending issues (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512420 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 17:59:09 +00:00 |
|
Daryn Sharp
|
e6c1f2233a
|
HADOOP-9789. Support server advertised kerberos principals (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512380 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 16:28:39 +00:00 |
|
Kihwal Lee
|
52f11f7091
|
HADOOP-9672. Upgrade Avro dependency to 1.7.4. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512314 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 14:12:11 +00:00 |
|
Sanford Ryza
|
1784601bb9
|
Amending YARN-589. Adding missing file from patch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512112 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 00:33:51 +00:00 |
|
Sanford Ryza
|
5b001e1a8f
|
YARN-589. Expose a REST API for monitoring the fair scheduler (Sandy Ryza).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512111 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 00:26:45 +00:00 |
|
Chris Nauroth
|
7705d57a78
|
HADOOP-9831. Make checknative shell command accessible on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512101 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 23:49:11 +00:00 |
|
Jitendra Nath Pandey
|
c03c8fe199
|
HADOOP-9820. RPCv9 wire protocol is insufficient to support multiplexing. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512091 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 23:02:20 +00:00 |
|
Arun Murthy
|
e90afcc971
|
YARN-1043. Push all metrics consistently. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512081 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 22:54:31 +00:00 |
|
Kihwal Lee
|
81f9786ae6
|
HDFS-5047. Supress logging of full stack trace of quota and lease exceptions. Contributed by Robert Parker.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512057 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 21:46:34 +00:00 |
|
Steve Loughran
|
f702e1c8e5
|
HADOOP-9833 move slf4j to version 1.7.5
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512026 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 20:54:17 +00:00 |
|
Kihwal Lee
|
c6ba793b65
|
HADOOP-9850. RPC kerberos errors don't trigger relogin. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511823 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 15:03:12 +00:00 |
|
Brandon Li
|
78cea88e48
|
fix hadoop-hdfs/CHANGES.txt for HDFS-4763
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511521 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-07 22:27:18 +00:00 |
|
Brandon Li
|
6c65076e8e
|
HDFS-4763 Add script changes/utility for starting NFS gateway
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511519 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-07 22:21:42 +00:00 |
|
Brandon Li
|
84454c7d74
|
HDFS-5071 Change hdfs-nfs parent project to hadoop-project. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511502 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-07 21:22:12 +00:00 |
|
Jing Zhao
|
54e144059e
|
HDFS-4926. namenode webserver's page has a tooltip that is inconsistent with the datanode HTML link. Contributed by Vivek Ganesan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511477 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-07 20:34:39 +00:00 |
|
Jason Darrell Lowe
|
c5c90ff8f5
|
MAPREDUCE-5425. Junit in TestJobHistoryServer failing in jdk 7. Contributed by Robert Parker
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511464 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-07 20:02:10 +00:00 |
|
Chris Nauroth
|
f2942687d4
|
HADOOP-9527. Add symlink support to LocalFileSystem on Windows. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511118 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 20:35:52 +00:00 |
|
Jonathan Turner Eagles
|
3e0203a3a4
|
YARN-985. Nodemanager should log where a resource was localized (Ravi Prakash via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511100 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 19:51:33 +00:00 |
|
Jing Zhao
|
cb7c15cd37
|
HADOOP-9821. ClientId should have getMsb/getLsb methods. Contributed by Tsuyoshi OZAWA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511058 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 18:17:58 +00:00 |
|
Sanford Ryza
|
0cb2fdc3b4
|
MAPREDUCE-434. LocalJobRunner limited to single reducer (Sandy Ryza and Aaron Kimball via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510866 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 06:36:21 +00:00 |
|
Sanford Ryza
|
a00a729729
|
MAPREDUCE-5399. Unnecessary Configuration instantiation in IFileInputStream slows down merge. (Stanislav Barton via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510811 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 23:32:33 +00:00 |
|
Andrew Wang
|
95f9a515aa
|
HADOOP-9817. FileSystem#globStatus and FileContext#globStatus need to work with symlinks. (Colin Patrick McCabe via Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510807 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 23:28:14 +00:00 |
|
Daryn Sharp
|
cc8c703c57
|
Update changes for HADOOP-9832.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510796 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 23:03:16 +00:00 |
|
Daryn Sharp
|
63a1273f2a
|
HADOOP-9832. Add RPC header to client ping (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510793 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 23:01:27 +00:00 |
|
Chris Nauroth
|
ed2c62012a
|
HDFS-4905. Add appendToFile command to "hdfs dfs". Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510773 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 22:05:10 +00:00 |
|
Daryn Sharp
|
f5312aedb9
|
HADOOP-9816. RPC Sasl QOP is broken (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510772 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 22:02:40 +00:00 |
|
Luke Lu
|
c8e200f2c2
|
HADOOP-9319. Update bundled LZ4 source to r99. (Binglin Chang via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510734 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 21:10:54 +00:00 |
|
Kihwal Lee
|
d9df191119
|
Fix CHANGES.txt. Move HDFS-4366 from 2.3.0 to under 3.0.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510727 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 20:56:31 +00:00 |
|
Kihwal Lee
|
ccdb978603
|
HDFS-4366. Block Replication Policy Implementation May Skip Higher-Priority Blocks for Lower-Priority Blocks. Contributed by Derek Dagit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510724 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 20:48:59 +00:00 |
|
Brandon Li
|
c4fb095d4a
|
move HADOOP-9806,HDFS-5043,HDFS-4962 to the right section in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510675 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 19:26:52 +00:00 |
|
Brandon Li
|
440481489d
|
move HDFS-4659,HDFS-4762,HDFS-4948 to the right section in hadoop-hdfs/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510658 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 18:50:31 +00:00 |
|
Suresh Srinivas
|
390d689816
|
HDFS-5061. Make FSNameSystem#auditLoggers an unmodifiable list. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510611 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 17:08:09 +00:00 |
|
Sanford Ryza
|
6ea797d0d0
|
MAPREDUCE-5367. Local jobs all use same local working directory (Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510610 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 17:07:58 +00:00 |
|
Kihwal Lee
|
34ae96fd8c
|
MAPREDUCE-5446. TestJobHistoryEvents and TestJobHistoryParsing have race conditions. Contributed by Jason Lowe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510581 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 16:03:02 +00:00 |
|
Bikas Saha
|
41e2518e0c
|
YARN-994. HeartBeat thread in AMRMClientAsync does not handle runtime exception correctly (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510070 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-03 22:31:50 +00:00 |
|