Eli Collins
|
eacd9abf50
|
HADOOP-8211. Update commons-net version to 3.1. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1308006 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-01 02:52:15 +00:00 |
|
Eli Collins
|
eeb687daa7
|
HDFS-3172. dfs.upgrade.permission is dead code. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307888 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-31 19:56:23 +00:00 |
|
Eli Collins
|
9b588ed924
|
HADOOP-8149. Cap space usage of default log4j rolling policy. Contributed by Patrick Hunt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307106 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-29 21:00:35 +00:00 |
|
Eli Collins
|
978404d1a8
|
HADOOP-8208. Disallow self failover. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1306935 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-29 15:48:58 +00:00 |
|
Aaron Myers
|
991eddd043
|
Change "0.23.3" to "2.0.0" in CHANGES.txt files.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1306538 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-28 18:55:33 +00:00 |
|
Arun Murthy
|
67a74198b1
|
Changed version in trunk to 3.0.0-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1306200 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-28 07:37:06 +00:00 |
|
Todd Lipcon
|
84a97fbcf6
|
HADOOP-8218. RPC.closeProxy shouldn't throw error when closing a mock. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1306164 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-28 04:53:26 +00:00 |
|
Eli Collins
|
f9fec982f7
|
HADOOP-8216. Address log4j.properties inconsistencies btw main and template dirs. Contributed by Patrick Hunt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305891 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-27 16:32:37 +00:00 |
|
Suresh Srinivas
|
600e327a56
|
HADOOP-8202. RPC stopProxy() does not close the proxy correctly. Contributed by Hari Mankude.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305704 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-27 01:31:29 +00:00 |
|
Todd Lipcon
|
578f413778
|
HADOOP-8206. Common portion of a ZK-based failover controller. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305673 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-26 23:37:33 +00:00 |
|
Eli Collins
|
7ef57bfc81
|
Fix CHANGES.txt for HDFS-3129
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305631 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-26 22:16:11 +00:00 |
|
Eli Collins
|
99a321419f
|
HDFS-3129. NetworkTopology: add test that getLeaf should check for invalid topologies. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305628 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-26 22:07:30 +00:00 |
|
Todd Lipcon
|
31c2e3f29c
|
HADOOP-8212. Improve ActiveStandbyElector's behavior when session expires. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305510 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-26 19:31:43 +00:00 |
|
Todd Lipcon
|
1d5e7dde95
|
HADOOP-8204. TestHealthMonitor fails occasionally. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305199 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-26 01:57:03 +00:00 |
|
Todd Lipcon
|
840df19cee
|
HADOOP-8193. Refactor FailoverController/HAAdmin code to add an abstract class for "target" services. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305195 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-26 01:54:14 +00:00 |
|
Todd Lipcon
|
39775dca68
|
Revert HADOOP-8193 from r1304967. Patch introduced some NPEs in a test case.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305152 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-25 21:38:31 +00:00 |
|
Todd Lipcon
|
90ea037d21
|
HADOOP-8193. Refactor FailoverController/HAAdmin code to add an abstract class for "target" services. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304967 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-24 23:48:07 +00:00 |
|
Todd Lipcon
|
805c1280ce
|
HADOOP-8163. Improve ActiveStandbyElector to provide hooks for fencing old active. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304675 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-24 00:05:33 +00:00 |
|
Thomas White
|
1ff0359aa0
|
HADOOP-7030. Add TableMapping topology implementation to read host to rack mapping from a file. Contributed by Patrick Angeles and tomwhite.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304597 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-23 21:03:30 +00:00 |
|
Tsz-wo Sze
|
081eda94fe
|
HADOOP-8184. ProtoBuf RPC engine uses the IPC layer reply packet. Contributed by Sanjay Radia
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304542 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-23 18:21:45 +00:00 |
|
Todd Lipcon
|
b795c65f49
|
HDFS-3071. haadmin failover command does not provide enough detail when target NN is not ready to be active. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304203 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-23 06:29:40 +00:00 |
|
Eli Collins
|
b5a8ccb75b
|
HADOOP-8159. NetworkTopology: getLeaf should check for invalid topologies. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304118 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 22:43:28 +00:00 |
|
Eli Collins
|
0259a3ea6b
|
HADOOP-8200. Remove HADOOP_[JOBTRACKER|TASKTRACKER]_OPTS. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1304112 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 22:36:39 +00:00 |
|
Alejandro Abdelnur
|
a8ebdaeb08
|
HADOOP-8197. Configuration logs WARNs on every use of a deprecated key (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1303884 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 16:46:48 +00:00 |
|
Todd Lipcon
|
76817c28a2
|
HADOOP-8157. Fix race condition in Configuration that could cause spurious ClassNotFoundExceptions after a GC. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1303634 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 00:49:06 +00:00 |
|
Todd Lipcon
|
19495b2f4b
|
HADOOP-7788. Add simple HealthMonitor class to watch an HAService. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1303208 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 23:29:18 +00:00 |
|
Todd Lipcon
|
8fd473cf4c
|
HADOOP-8191. SshFenceByTcpPort uses netcat incorrectly. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1303148 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 21:01:39 +00:00 |
|
Aaron Myers
|
4ceca97606
|
HDFS-3083. Cannot run an MR job with HA and security enabled when second-listed NN active. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1303098 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 19:00:56 +00:00 |
|
Aaron Myers
|
12fca4cf33
|
HADOOP-8189. LdapGroupsMapping shouldn't throw away IOException. Contributed by Jonathan Natkins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302783 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 06:32:49 +00:00 |
|
Aaron Myers
|
21426e6e42
|
HADOOP-8121. Active Directory Group Mapping Service. Contributed by Jonathan Natkins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302740 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 01:00:14 +00:00 |
|
Devaraj Das
|
6b4625ec7f
|
HADOOP-6924. Moved the entry in CHANGES.txt to the right place.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302705 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 23:06:19 +00:00 |
|
Devaraj Das
|
54db828092
|
HADOOP-6924. Adds a directory to the list of directories to search for the libjvm.so file. The new directory is found by running a 'find' command and the first output is taken. This was done to handle the build of Hadoop with IBM's JDK. Contributed by Stephen Watt, Guillermo Cabrera and Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302704 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 23:02:31 +00:00 |
|
Harsh J
|
978e2d662a
|
HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302598 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 19:06:48 +00:00 |
|
Uma Maheswara Rao G
|
a019a6f7c9
|
HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName. (Contributed by Devaraj K).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302067 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-18 05:54:33 +00:00 |
|
Robert Joseph Evans
|
0ac5e89419
|
HADOOP-8088. User-group mapping cache incorrectly does negative caching on transient failures (Khiwal Lee via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302062 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-18 04:07:41 +00:00 |
|
Robert Joseph Evans
|
af3163d1d1
|
HADOOP-8176. Disambiguate the destination of FsShell copies (Daryn Sharp via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301612 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-16 16:08:00 +00:00 |
|
Robert Joseph Evans
|
3e8c273f37
|
MAPREDUCE-4010. TestWritableJobConf fails on trunk (tucu via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301551 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-16 14:39:01 +00:00 |
|
Devaraj Das
|
3f77993f9d
|
HADOOP-6941. Forgot to add a License header
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301312 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-16 01:53:12 +00:00 |
|
Devaraj Das
|
2a0147f8f6
|
HADOOP-6941. Adds support for building Hadoop with IBM's JDK. Contributed by Stephen Watt, Eli Collins and Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301308 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-16 01:45:12 +00:00 |
|
Tsz-wo Sze
|
483ca92d9b
|
HADOOP-8175. Add -p option to mkdir in FsShell. Contributed by Daryn Sharp
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301303 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-16 01:28:38 +00:00 |
|
Tsz-wo Sze
|
c7feccd7ed
|
Revert previous commit r1301273 for HADOOP-8175.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301282 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-15 23:53:37 +00:00 |
|
Tsz-wo Sze
|
889a863da1
|
HADOOP-8175. FsShell: Add -p option to mkdir. Contributed by Daryn Sharp
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301273 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-15 23:42:38 +00:00 |
|
Tsz-wo Sze
|
dffd37926d
|
HADOOP-8173. FsShell needs to handle quoted metachars. Contributed by Daryn Sharp
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1301250 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-15 22:36:00 +00:00 |
|
Alejandro Abdelnur
|
9180eca592
|
HADOOP-8167. Configuration deprecation logic breaks backwards compatibility (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1300642 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-14 17:07:26 +00:00 |
|
Robert Joseph Evans
|
18fd4c9f7a
|
HADOOP-8169. javadoc generation fails with java.lang.OutOfMemoryError: Java heap space (tgraves via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1300619 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-14 16:17:17 +00:00 |
|
Suresh Srinivas
|
03e036b51e
|
HADOOP-8164. Back slash as path separator is handled for Windows only. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1300290 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-13 19:07:08 +00:00 |
|
Eli Collins
|
ab20dae519
|
HDFS-2303. Unbundle jsvc. Contributed by Roman Shaposhnik and Mingjie Lai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1299963 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-13 03:38:57 +00:00 |
|
Uma Maheswara Rao G
|
42900bd080
|
HADOOP-7900. LocalDirAllocator confChanged() accesses conf.get() twice. Contributed by Ravi Gummadi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1299434 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-11 19:23:45 +00:00 |
|
Suresh Srinivas
|
46a88ded0d
|
Moving HDFS-1623 and HADOOP-7454 to 0.23.3 section in CHANGES.txt files
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1299417 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-11 18:11:43 +00:00 |
|
Uma Maheswara Rao G
|
3c373405e0
|
HADOOP-8146. FsShell commands cannot be interrupted. Contributed by Daryn Shar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1298976 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-09 18:48:35 +00:00 |
|