Commit Graph

529 Commits

Author SHA1 Message Date
Todd Lipcon 69fe37a007 HADOOP-7159. RPC server should log the client hostname when read exception happened. Contributed by Scott Chen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1078669 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 03:44:30 +00:00
Todd Lipcon 97dcf05fde HADOOP-7131. Exceptions thrown by Text methods should include the causing exception. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1078660 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 03:16:27 +00:00
Tsz-wo Sze f2ff6cca37 HADOOP-7162. Rmove a duplicated call FileSystem.listStatus(..) in FsShell. Contributed by Alexey Diomin
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1078148 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 21:41:57 +00:00
Thomas White 1cd6bac5ff HADOOP-7098. Tasktracker property not set in conf/hadoop-env.sh. Contributed by Bernd Fondermann.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1077811 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 05:36:15 +00:00
Thomas White 420a029b75 HADOOP-6754. DefaultCodec.createOutputStream() leaks memory. Contributed by Aaron Kimball.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1076314 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 18:01:11 +00:00
Thomas White 2fbd0bfbeb HADOOP-7114. FsShell should dump all exceptions at DEBUG level. Contributed by todd.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1076296 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 17:09:08 +00:00
Thomas White d97ab376d2 HADOOP-7112. Issue a warning when GenericOptionsParser libjars are not on local filesystem.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1075554 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 21:48:49 +00:00
Todd Lipcon 4d53649f49 HADOOP-7151. Document need for stable hashCode() in WritableComparable. Contributed by Dmitriy V. Ryaboy.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1074241 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 18:05:46 +00:00
Todd Lipcon 27df75e6bb HADOOP-7153. MapWritable violates contract of Map interface for equals() and hashCode(). Contributed by Nicholas Telford.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1074239 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 17:59:04 +00:00
Todd Lipcon 5148cc83e0 HADOOP-6376. Add a comment header to conf/slaves that specifies the file format. Contributed by Kay Kay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1074005 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 01:09:35 +00:00
Boris Shkolnik eb2145f2f2 HADOOP-6970. Reordering commit message in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1071364 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 19:13:56 +00:00
Boris Shkolnik 156083828a HADOOP-6970. SecurityAuth.audit should be generated under /build.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1071359 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 18:46:54 +00:00
Todd Lipcon 02f996d594 HADOOP-7145. Configuration.getLocalPath should trim whitespace from the provided directories. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1071035 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 20:19:33 +00:00
Konstantin Boudnik e59ee1b4a8 HADOOP-7094. hadoop.css got lost during project split. Contributed by Konstantin Boudnik.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1071021 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 19:30:12 +00:00
Todd Lipcon ae8b2310d8 HADOOP-7140. IPC Reader threads do not stop when server stops. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1070790 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 07:16:15 +00:00
Konstantin Boudnik 58ed6ab095 HADOOP-7134. configure files that are generated as part of the released tarball need to have executable bit set. Contributed by Roman Shaposhnik
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1070021 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 04:07:52 +00:00
Nigel Daley ec9f534c0b HADOOP-7136. Remove failmon contrib component. (nigel)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1070009 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 01:58:26 +00:00
Thomas White ab611ed091 HADOOP-7048. Wrong description of Block-Compressed SequenceFile Format in SequenceFile's javadoc. Contributed by Jingguo Yao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1069677 13f79535-47bb-0310-9956-ffa450edef68
2011-02-11 05:54:34 +00:00
Todd Lipcon 223f651118 HADOOP-7096. Allow setting of end-of-record delimiter for TextInputFormat. Contributed by Ahmed Radwan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1068729 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 01:41:08 +00:00
Jitendra Nath Pandey bf1d3ba0a6 Fixed the order for my previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1066284 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 00:35:49 +00:00
Jitendra Nath Pandey 449478c832 HADOOP-6432. Add Statistics support in FileContext. Contributed by jitendra.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1066282 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 00:11:44 +00:00
Todd Lipcon f593f14bfb HADOOP-7129. Fix typo in method name getProtocolSigature. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1066248 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 22:25:26 +00:00
Konstantin Shvachko 7fc59af99c HADOOP-6642. Fix javac, javadoc, findbugs warnings related to security work. Contributed by Chris Douglas, Po Cheung.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1065959 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 09:38:31 +00:00
Konstantin Shvachko e82df7e7f7 HADOOP-7126. Fix file permission setting for RawLocalFileSystem on Windows. Contributed by Po Cheung.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1065901 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 03:02:06 +00:00
Eli Collins 9d615bd67d HADOOP-6436. Remove auto-generated native build files. Contributed by Roman Shaposhnik
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1065858 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 23:43:37 +00:00
Hairong Kuang b1e3037296 HADOOP-6904. Support method based RPC compatiblity. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1064919 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 22:45:58 +00:00
Konstantin Shvachko 077bc4af3c HADOOP-6812. Change documentation for correct placement of configuration variables: mapreduce.reduce.input.buffer.percent, mapreduce.task.io.sort.factor, mapreduce.task.io.sort.mb. Contributed by Chris Douglas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1064917 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 22:40:42 +00:00
Todd Lipcon c60feead5e HADOOP-7122. Fix thread leak when shell commands time out. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1064403 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 01:12:59 +00:00
Tsz-wo Sze d2e07d27a5 HADOOP-7120. Fix a syntax error in test-patch.sh.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1064373 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 00:12:04 +00:00
Todd Lipcon 160b6fd496 HADOOP-7118. Fix NPE in Configuration.writeXml. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1063613 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 06:59:14 +00:00
Todd Lipcon 448f8dbb9f HADOOP-7110. Implement chmod with JNI. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1063090 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 01:15:41 +00:00
Konstantin Shvachko a15d473c46 HADOOP-7046. Fix Findbugs warning in Configuration. Contributed by Po Cheung.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1063006 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 21:58:18 +00:00
Konstantin Shvachko 37025ec479 HADOOP-6056. Use java.net.preferIPv4Stack to force IPv4. Contributed by Michele Catasta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1062543 13f79535-47bb-0310-9956-ffa450edef68
2011-01-23 22:08:34 +00:00
Boris Shkolnik 99e6ed0fdd HADOOP-6864. Moving CHANGES.txt record to the right place - trunk changes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1060632 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19 00:16:15 +00:00
Todd Lipcon a85e0acc8c Move HADOOP-7104 in CHANGES.txt to reflect inclusion in 0.22 branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1060595 13f79535-47bb-0310-9956-ffa450edef68
2011-01-18 22:00:56 +00:00
Todd Lipcon c3fdd289cf HADOOP-7104. Remove unnecessary DNS reverse lookups from RPC layer. Contributed by Kan Zhang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1059235 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15 02:40:51 +00:00
Eli Collins 3d1b9ca1e3 HADOOP-7089. Fix link resolution logic in hadoop-config.sh. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1058881 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 08:01:27 +00:00
Todd Lipcon ebb7b7f088 HADOOP-7101. UserGroupInformation.getCurrentUser() fails when called from non-Hadoop JAAS context. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1058875 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 07:17:06 +00:00
Todd Lipcon ee27b8ea64 HADOOP-7093. Servlets should default to text/plain. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1058822 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 01:08:18 +00:00
Konstantin Shvachko f395f67d62 HADOOP-7102. Remove "fs.ramfs.impl" field from core-deafult.xml. Contributed by Konstantin Shvachko.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1058343 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 22:42:25 +00:00
Todd Lipcon db70f56cb7 HADOOP-7097. JAVA_LIBRARY_PATH missing base directory. Contributed by Noah Watkins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1058003 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 07:22:46 +00:00
Todd Lipcon 9ac35cecc9 HADOOP-7100. Fix build to not refer to contrib/ec2 removed by HADOOP-6811. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1057970 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 01:33:08 +00:00
Todd Lipcon 18cb6dc341 Moving HADOOP-7091 to 0.22 section in CHANGES.txt since it was put in branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1057805 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 19:12:16 +00:00
Thomas White f015768d3f HADOOP-6811. Remove EC2 bash scripts.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1057795 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 18:50:24 +00:00
Todd Lipcon 496b24d30b HADOOP-7087. SequenceFile.createWriter ignores FileSystem parameter. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1057789 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 18:35:53 +00:00
Jakob Homan a42c891055 HADOOP-7091. reloginFromKeytab() should happen even if TGT can't be found. Contribued by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1057455 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 02:43:15 +00:00
Todd Lipcon c04751b1b4 HADOOP-6995. Allow wildcards to be used in ProxyUsers configurations. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1056006 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 18:45:15 +00:00
Todd Lipcon c9fb201099 HADOOP-7070. JAAS configuration should delegate unknown application names to pre-existing configuration. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1055996 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 18:33:24 +00:00
Todd Lipcon 717579f3bd HADOOP-7082. Configuration.writeXML should not hold lock while outputting. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1055206 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 22:12:22 +00:00
Eli Collins 168bf7b71d HADOOP-6578. Configuration should trim whitespace around a lot of value types. Contributed by Michele Catasta
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1054903 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 05:28:54 +00:00