Commit Graph

583 Commits

Author SHA1 Message Date
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
Konstantin Boudnik 17b01dcc58 HADOOP-7072. Remove java5 dependencies from build. Contributed by Konstantin Boudnik.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1054848 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 01:05:00 +00:00
Todd Lipcon 38ab39aa61 HADOOP-7078. Improve javadocs for RawComparator interface. Contributed by Harsh J Chouraria.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1052933 13f79535-47bb-0310-9956-ffa450edef68
2010-12-26 20:06:27 +00:00
Boris Shkolnik 23da8fe75e HADOOP-6864. Provide a JNI-based implementation of ShellBasedUnixGroupsNetgroupMapping (implementation of GroupMappingServiceProvider)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1052420 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24 00:45:03 +00:00
Owen O'Malley 29220b99d6 HADOOP-6298. Add copyBytes to Text and BytesWritable. (omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1050070 13f79535-47bb-0310-9956-ffa450edef68
2010-12-16 17:43:47 +00:00
Eli Collins 19fc216767 HADOOP-7059. Remove "unused" warning in native code. Contributed by Noah Watkins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1044755 13f79535-47bb-0310-9956-ffa450edef68
2010-12-12 02:20:15 +00:00
Konstantin Boudnik bde004dcd0 HADOOP-7038. saveVersion script includes an additional \r while running whoami under windows. Contributed by Wang Xu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1044490 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 19:48:53 +00:00
Eli Collins dc24696260 HADOOP-7061. unprecise javadoc for CompressionCodec. Contributed by Jingguo Yao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1044211 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 05:56:41 +00:00
Hairong Kuang aa089fc5d0 HADOOP-7058. Expose number of bytes in FSOutputSummer buffer to implementatins. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1044148 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09 22:22:53 +00:00
Hairong Kuang 6afbdb6e41 HADOOP-7060. A more elegant FileSystem#listCorruptFileBlocks API. Contributed by Patrick Kling.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1044146 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09 22:13:06 +00:00
Sanjay Radia e75e481ec1 HADOOP-7054 Change NN LoadGenerator to use FileContext APIs (Sanjay Radia)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1043117 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 16:32:17 +00:00
Thomas White ee705fa5ee HADOOP-6939. Inconsistent lock ordering in AbstractDelegationTokenSecretManager. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1042047 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 22:59:23 +00:00
Devaraj Das dbd07f9e8c HADOOP-6978. Adds support for NativeIO using JNI. Contributed by Todd Lipcon, Devaraj Das & Owen O'Malley.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1040883 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01 08:03:58 +00:00
Konstantin Boudnik ebb236ef9c HADOOP-7057. IOUtils.readFully and IOUtils.skipFully have typo in exception creation's message. Contributed by Konstantin Boudnik.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1040849 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01 01:39:38 +00:00
Eli Collins 5d9ed589b5 HADOOP-7053. wrong FSNamesystem Audit logging setting in conf/log4j.properties. Contributed by Jingguo Yao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1040408 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 05:24:58 +00:00
Eli Collins c245af01fa HADOOP-7049. TestReconfiguration should be junit v4. Contributed by Patrick Kling
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1039959 13f79535-47bb-0310-9956-ffa450edef68
2010-11-28 22:10:00 +00:00
Eli Collins c35e4a94c6 HADOOP-7052. misspelling of threshold in conf/log4j.properties. Contributed by Jingguo Yao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1039952 13f79535-47bb-0310-9956-ffa450edef68
2010-11-28 21:34:22 +00:00
Hairong Kuang 3a43e5930b HADOOP-6764. Add number of reader threads and queue length as configuration parameters in RPC.getServer. Contributed by Dmytro Molkov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1038918 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25 04:36:17 +00:00
Dhruba Borthakur 04f1e7a418 HADOOP-7001. Configuration changes can occur via the Reconfigurable
interface. (Patrick Kline via dhruba)



git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1038480 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 05:13:32 +00:00
Hairong Kuang ca71e829b8 HADOOP-7023. Add listCorruptFileBlocks to FileSystem. Contributed by Patrick Kling.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1038003 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 07:15:49 +00:00
Eli Collins 8bd9dd0f33 HADOOP-6683. ZlibCompressor does not fully utilize the buffer. Contributed by Kang Xiao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1037901 13f79535-47bb-0310-9956-ffa450edef68
2010-11-22 21:51:57 +00:00
Eli Collins 82c5214ab1 HADOOP-7045. TestDU fails on systems with local file systems with extended attributes. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1036746 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 06:26:22 +00:00
Eli Collins 566597503c HADOOP-7015. RawLocalFileSystem#listStatus does not deal with a directory whose entries are changing (e.g. in a multi-thread or multi-process environment). Contributed by Sanjay Radia
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1036729 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 03:56:15 +00:00
Nigel Daley 916e3011db HADOOP-7042. Updates to test-patch.sh to include failed test names and improve other messaging. Contributed by nigel.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1036694 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 00:44:11 +00:00
Owen O'Malley 6c806f16b9 branching for 0.22
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1036130 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17 17:37:43 +00:00
Hairong Kuang fa08f4633e HADOOP-7013. Add boolean field isCorrupt to BlockLocation. Contributed by Patrick Kling.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035923 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17 05:29:00 +00:00
Eli Collins 468579d1af HADOOP-7028. ant eclipse does not include requisite ant.jar in the classpath. Contributed by Patrick Angeles
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035876 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17 00:22:01 +00:00
Thomas White f7105a2773 HADOOP-6496. HttpServer sends wrong content-type for CSS files (and others). Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035353 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 17:01:23 +00:00
Eli Collins 7f138d0f74 HADOOP-6562. FileContextSymlinkBaseTest should use FileContextTestHelper. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035162 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 07:30:23 +00:00
Eli Collins ee08b2c803 HADOOP-7032. Assert type constraints in the FileStatus constructor. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035147 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 05:05:42 +00:00
Eli Collins 05a497f35a HADOOP-7034. Add TestPath tests to cover dot, dot dot, and slash normalization. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035142 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 04:57:05 +00:00
Sanjay Radia 946eac3dac HADOOP-6903 Make AbstractFSileSystem methods and some FileContext methods to be public
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1034480 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 17:23:53 +00:00
Jakob Homan ca3ef069cb HADOOP-7024. Create a test method for adding file systems during tests. Contributed by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1034184 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 22:34:52 +00:00
Konstantin Boudnik 50659f1a76 HADOOP-6977. Herriot daemon clients should vend statistics. Contributed by Konstantin Boudnik
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1033812 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 03:40:33 +00:00
Thomas White fa87ae8058 HADOOP-4675. Current Ganglia metrics implementation is incompatible with Ganglia 3.1. Contributed by Brian Bockelman.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1033758 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 22:19:42 +00:00
Sanjay Radia c979e30875 HADOOP-6899 RawLocalFileSystem#setWorkingDir() does not work for relative names
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1032730 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 21:29:05 +00:00
Thomas White f1894a3c5b HADOOP-6926. SocketInputStream incorrectly implements read(). Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1031948 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 03:13:42 +00:00
Thomas White 3460a5e345 HADOOP-6758. MapFile.fix does not allow index interval definition. Contributed by Gianmarco De Francisci Morales.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1031743 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 19:36:06 +00:00
Thomas White cf65399043 HADOOP-6943. The GroupMappingServiceProvider interface should be public. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1031675 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 17:28:58 +00:00
Devaraj Das dfe57e0b1a HADOOP-6818. Provides a JNI implementation of group resolution. Contributed by Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1030646 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 20:20:33 +00:00
Nigel Daley 7daf9a3d3d HADOOP-7008. Enable test-patch.sh to have a configured number of acceptable findbugs and javadoc warnings. Contributed by nigel and gkesavan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1029958 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 05:33:05 +00:00
Thomas White 1a865e30ea HADOOP-6975. Integer overflow in S3InputStream for blocks > 2GB. Contributed by Patrick Kling.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1029867 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 22:25:54 +00:00
Doug Cutting 6285cbb499 HADOOP-7011. Fix KerberosName.main() to not throw an NPE. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028938 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 22:55:53 +00:00
Owen O'Malley 0c462b223f HADOOP-6991. Fix SequenceFile::Reader to honor file lengths and call
openFile (cdouglas via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028473 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 20:54:17 +00:00
Hairong Kuang f6a6c6e577 HADOOP-7009. MD5Hash provides a public factory method that creates an instance of MessageDigest. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028427 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 18:49:39 +00:00
Thomas White 4be1688c53 HADOOP-6663. BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file. Contributed by Kang Xiao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028390 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:16:59 +00:00
Eli Collins c4e049e0ba HADOOP-7010. Typo in FileSystem.java. Contributed by Jingguo Yao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028167 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 01:53:36 +00:00
Doug Cutting 0d8d3d03e4 HADOOP-7006. Fix 'fs -getmerge' command to not be a no-op. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027748 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 21:15:36 +00:00
Thomas White aa0ca9d649 HADOOP-6954. Sources JARs are not correctly published to the Maven repository.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027656 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 17:15:01 +00:00
Thomas White da234df25d HADOOP-6947. Kerberos relogin should set refreshKrb5Config to true. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027654 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 17:04:51 +00:00
Thomas White 3d27eaad25 Reverting HADOOP-6663.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027316 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 23:50:05 +00:00
Thomas White 17f9e57f7c HADOOP-6663. BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file. Contributed by Kang Xiao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027312 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 23:34:18 +00:00
Giridharan Kesavan 768cf339f3 HADOOP-7007: Update the hudson-test-patch ant target. Contributed by Giridharan Kesavan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027296 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 23:07:57 +00:00
Doug Cutting 7049c809fc HADOOP-6985. Suggest that HADOOP-OPTS be preserved in hadoop-env.sh.template. Contributed by Ramkumar Vadali.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027289 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 22:19:36 +00:00
Nigel Daley 217ce2dcf3 HADOOP-7005: Update test-patch.sh to remove callback to Hudson master. Contributed by nigel.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027235 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 18:59:28 +00:00
Hairong Kuang 13fcef246e HADOOP-6996. Allow CodecFactory to return a codec object given a codec' class name. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1022697 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 20:35:53 +00:00
Konstantin Boudnik e050832c93 HADOOP-6944. [Herriot] Implement a functionality for getting proxy users
definitions like groups and hosts. Contributed by Vinay Thota.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1006356 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 21:51:03 +00:00
Jakob Homan 5fe802ea0a HADOOP-6987. Use JUnit Rule to optionally fail test cases that run more than 10 seconds.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1005977 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08 19:21:42 +00:00
Thomas White a503521a2c HADOOP-6933. TestListFiles is flaky. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1005581 13f79535-47bb-0310-9956-ffa450edef68
2010-10-07 19:11:45 +00:00
Eli Collins bf9fccca0c HADOOP-6993. Broken link on cluster setup page of docs. Contributed by Eli Collins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1005545 13f79535-47bb-0310-9956-ffa450edef68
2010-10-07 17:54:18 +00:00
Owen O'Malley 5001565459 HADOOP-6984. Combine the compress kind and the codec in the same option
for SequenceFiles. (cdouglas via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1004900 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06 06:16:31 +00:00
Thomas White aeafc8f3ef HADOOP-6969. CHANGES.txt does not reflect the release of version 0.21.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1004823 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 22:00:18 +00:00
Jakob Homan 9a8a10a234 Fixing attribution for HADOOP-6989 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1004765 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 18:42:24 +00:00
Owen O'Malley 4bb06fbd0a HADOOP-6989. Correct the parameter for SetFile to set the value type
for SetFile to be NullWritable instead of the key. (jghoman via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1004539 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 06:54:38 +00:00
Konstantin Boudnik 95649aca30 HADOOP-6879. Provide SSH based (Jsch) remote execution API for system tests. Contributed by Konstantin Boudnik.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1004118 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 05:10:06 +00:00
Konstantin Boudnik 4f2c6bc4b2 HADOOP-6971. Clover build doesn't generate per-test coverage. Contributed by Konstantin Boudnik
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1004107 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 04:32:34 +00:00
Owen O'Malley 6333b3e485 HADOOP-6856. Simplify constructors for SequenceFile, and MapFile. (omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1002937 13f79535-47bb-0310-9956-ffa450edef68
2010-09-30 02:59:32 +00:00
Thomas White 642ed17a48 HADOOP-6951. Distinct minicluster services (e.g. NN and JT) overwrite each other's service policies. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1002896 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 23:49:32 +00:00
Devaraj Das 8db4b543b9 HADOOP-6965. Introduces checks for whether the original tgt is valid in the reloginFromKeytab method. Contributed by Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1002343 13f79535-47bb-0310-9956-ffa450edef68
2010-09-28 20:18:37 +00:00
Thomas White 47d4ebebac Reverting commit 1001067 while related HDFS and MR JIRAs are tested (HADOOP-6951).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1001127 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 02:41:10 +00:00
Thomas White 0fd49b3537 HADOOP-6951. Distinct minicluster services (e.g. NN and JT) overwrite each other's service policies. Contributed by Aaron T. Myers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1001067 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24 20:48:59 +00:00
Vinod Kumar Vavilapalli e9c1efd4cc HADOOP-6922. COMMON part of MAPREDUCE-1664. Makes AccessControlList a writable and updates documentation for Job ACLs. Contributed by Ravi Gummadi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@998001 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17 07:25:57 +00:00
Eli Collins 1bc066c7d7 HADOOP-6950. Suggest that HADOOP_CLASSPATH should be preserved in hadoop-env.sh.template. Contributed by Philip Zeyliger.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@997567 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16 02:34:29 +00:00
Eli Collins 8a85347554 HADOOP-6940. RawLocalFileSystem's markSupported method misnamed markSupport. Contributed by Tom White.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@995285 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 23:47:28 +00:00
Sharad Agarwal 086223892e HADOOP-6930. AvroRpcEngine doesn't work with generated Avro code. Contributed by Sharad Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@993529 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 20:49:23 +00:00
Hairong Kuang becf8e919a HADOOP-6938. ConnectionId.getRemotePrincipal() should check if security is enabled. Contributed by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@992479 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 21:24:29 +00:00
Eli Collins fa75e35f9e HADOOP-6934. Test for ByteWritable comparator. Contributed by Johannes Zillmann.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@991821 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 06:26:43 +00:00
Hairong Kuang 1c75bcc76b HADOOP-6907. Rpc client doesn't use the per-connection conf to figure out server's Kerberos principal. Contributed by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@991780 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 00:35:30 +00:00
Boris Shkolnik 5c8d9aecf7 HADOOP-6913. Circular initialization between UserGroupInformation and KerberosName
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@991038 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 00:10:05 +00:00
Boris Shkolnik 4f79b07e17 HADOOP-6932. Namenode start (init) fails because of invalid kerberos key, even when security set to simple
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@991030 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 23:42:17 +00:00
Konstantin Boudnik a89fb4dcdc HADOOP-6786. test-patch needs to verify Herriot integrity. Contributed by Konstantin Boudnik
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@990681 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 01:31:56 +00:00
Tsz-wo Sze 7efb9640be HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..). Contributed by Erik Steffl
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@990460 13f79535-47bb-0310-9956-ffa450edef68
2010-08-28 22:44:10 +00:00
Eli Collins 97ce72a97e HADOOP-6833. IPC leaks call parameters when exceptions thrown. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@989999 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 02:53:20 +00:00
Eli Collins 19e46e358e HADOOP-6925. BZip2Codec incorrectly implements read(). Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@988748 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 22:40:05 +00:00
Jakob Homan ced65de182 HADOOP-6453. Hadoop wrapper script shouldn't ignore an existing JAVA_LIBRARY_PATH. Contributed by Chad Metcalf.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@988219 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 17:29:13 +00:00
Mahadev Konar ad5306f24c HADOOP-6906. FileContext copy() utility doesn't work with recursive copying of directories. (vinod k v via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@987374 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 03:46:07 +00:00
Jakob Homan 0acb205a4b HADOOP-6482. GenericOptionsParser constructor that takes Options and String[] ignores options. Contributed by Eli Collins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@986971 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 22:50:57 +00:00
Thomas White f74a3e4f60 HADOOP-6803. Add native gzip read/write coverage to TestCodec. Contributed by Eli Collins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@986964 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 21:57:18 +00:00
Jakob Homan 76e22cc8bf HADOOP-6885. Fix java doc warnings in Groups and RefreshUserMappingsProtocol. Contributed by Eli Collins.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@986961 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 21:50:11 +00:00
Suresh Srinivas 6fe92180fa HADOOP-6693. Add metrics to track kerberol login activity. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@986469 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 20:03:39 +00:00
Jakob Homan 9950db1817 HADOOP-6905. Better logging messages when a delegation token is invalid. Contributed by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@986172 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 02:37:26 +00:00
Amareshwari Sri Ramadasu 4c940af714 HADOOP-6715. Fixes AccessControlList.toString() to return a descriptive String representation of the ACL. Contributed by Ravi Gummadi
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@984652 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 06:34:53 +00:00
Hairong Kuang dc2a3d1ca3 HADOOP-6900. Make the iterator returned by FileSystem#listLocatedStatus to throw IOException rather than RuntimeException when there is an IO error fetching the next file. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@984301 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 04:43:26 +00:00
Boris Shkolnik ccbdfba7d1 HADOOP-6911. doc update for DelegationTokenFetcher
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@984250 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 22:35:15 +00:00
Amareshwari Sri Ramadasu bd121ed635 HADOOP-6862. Adds api to add/remove user and group to AccessControlList. Contributed by Amareshwari Sriramadasu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@983877 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 08:10:40 +00:00
Hairong Kuang 714e5f7165 HADOOP-6889. Make RPC to have an option to timeout. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@982681 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 16:39:10 +00:00
Devaraj Das c47d34a866 HADOOP-6706. Improves the sasl failure handling due to expired tickets, and other server detected failures. Contributed by Jitendra Pandey and Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@981714 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 00:51:57 +00:00
Jakob Homan 1035138b4c HADOOP-6892. Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@981688 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 21:10:21 +00:00
Hairong Kuang d0ba178800 HADOOP-6890. Improve listFiles API introduced by HADOOP-6870. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@980953 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 20:52:08 +00:00
Boris Shkolnik c15ae29a90 HADOOP-6873. using delegation token over hftp for long running clients
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@980648 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 04:55:23 +00:00
Tsz-wo Sze 7e7aff5c90 Added Devaraj Das as a contributor of HADOOP-6888.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@980533 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 18:29:13 +00:00
Tsz-wo Sze ff8b7bc253 HADOOP-6888. Add a new FileSystem API closeAllForUGI(..) for closing all file systems associated with a particular UGI. Contributed by Kan Zhang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@980523 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 17:58:55 +00:00
Devaraj Das 1a6ed79ebf HADOOP-6656. Adds a thread in the UserGroupInformation to renew TGTs periodically. Contributed by Owen O'Malley and Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@980518 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 17:29:51 +00:00
Hairong Kuang 19eea554e3 HADOOP-6870. Add a new API getFiles to FileSystem and FileContext. Contributed by Hairong Kuang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@980271 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 00:14:36 +00:00
Konstantin Boudnik c539588672 Fixing a typo in the JIRA name
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979944 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 03:21:34 +00:00
Konstantin Boudnik d010dd60e1 HADOOP-6869. Functionality to creating file or folder on a remote daemon side. Contributed by Vinay Thota.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979942 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 03:19:02 +00:00
Jakob Homan 5c5c163aa3 HADOOP-6475. Adding some javadoc to Server.RpcMetrics, UGI. Contributed by Jitendra Pandey and borya.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979919 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 00:56:50 +00:00
Doug Cutting fa49f7349d HADOOP-6881. Move change message to section for earliest version it
will appear in, 0.20.3.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979785 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 17:58:37 +00:00
Doug Cutting ba54f8b7e7 HADOOP-6881. Make WritableComparator initialize classes when looking for their raw comparator, as classes often register raw comparators in their initializer, which are no longer automatically run in Java 6 when a class is referenced. Contributed by omalley.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979485 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 23:17:05 +00:00
Jakob Homan 0d005c52ae HADOOP-6877. Common part of HDFS-1178. Contributed by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979387 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 17:54:01 +00:00
Konstantin Boudnik f22e332ddd HADOOP-6875. [Herriot] Cleanup of temp. configurations is needed upon restart of a cluster. Contributed by Vinay Thota.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@967220 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 19:37:08 +00:00
Konstantin Boudnik d6ef66abb7 Fixing the order of records in the file
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@966919 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 00:56:39 +00:00
Devaraj Das eb10b152fe HADOOP-6861. Adds new non-static methods in Credentials to read and write token storage file. Contributed by Jitendra Pandey & Owen O'Malley.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@966911 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 00:05:32 +00:00
Konstantin Boudnik bd802429c1 HADOOP-6790. Instrumented (Herriot) build uses too wide mask to include aspect files. Contributed by Konstantin Boudnik.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@966508 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 05:48:10 +00:00
Amareshwari Sri Ramadasu 2c0598a964 HADOOP-6536. Fixes FileUtil.fullyDelete() not to delete the contents of the sym-linked directory. Contributed by Ravi Gummadi
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@965725 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 05:21:56 +00:00
Devaraj Das fa3a3bf5d8 HADOOP-6632. Adds support for using different keytabs for different servers in a Hadoop cluster. In the earier implementation, all servers of a certain type \(like TaskTracker\), would have the same keytab and the same principal. Now the principal name is a pattern that has _HOST in it. Contributed by Kan Zhang & Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@965696 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 00:46:19 +00:00
Boris Shkolnik 75e78e0484 HADOOP-6805. add buildDTServiceName method to SecurityUtil (as part of MAPREDUCE-1718)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@965556 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 16:51:16 +00:00
Devaraj Das 02b87fc6b3 HADOOP-6670. Use the UserGroupInformation's Subject as the criteria for equals and hashCode. Contributed by Owen O'Malley and Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@964993 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 01:42:22 +00:00
Konstantin Boudnik 44c364d632 HADOOP-6860. 'compile-fault-inject' should never be called directly. Contributed by Konstantin Boudnik.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@964939 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 20:26:05 +00:00
Mahadev Konar 1b354e2bd5 HADOOP-6834. TFile.append compares initial key against null lastKey (hong tang via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@964897 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 18:37:50 +00:00
Suresh Srinivas 0ac05814c2 HADOOP-6859 - Introduce additional statistics to FileSystem to track file system operations. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@964689 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 06:07:06 +00:00
Konstantin Boudnik 7f14e37076 HADOOP-6836. [Herriot]: Generic method for adding/modifying the attributes for new configuration. Contributed by Vinay Thota.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@964134 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 18:48:35 +00:00
Konstantin Boudnik a73dfef140 HADOOP-6839. [Herriot] Implement a functionality for getting the user list for creating proxy users. Contributed by Vinay Thota.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@964130 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 18:44:12 +00:00
Eli Collins c757b9bf8a Update CHANGES.txt to reflect previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@963593 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 03:47:48 +00:00
Boris Shkolnik 6ba9b70d85 HADOOP-6647. balancer fails with "is not authorized for protocol interface NamenodeProtocol" in secure environment
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@963490 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12 21:18:47 +00:00
Devaraj Das 4ff2991849 HADOOP-6648. Adds a check for null tokens in Credentials.addToken api. Contributed by Owen O'Malley and Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@962998 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11 06:43:18 +00:00
Konstantin Boudnik 0ae9cbb3a4 HADOOP-6819. [Herriot] Shell command for getting the new exceptions in
the logs returning exitcode 1 after executing successfully. Contributed
by Vinay Thota.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@962914 13f79535-47bb-0310-9956-ffa450edef68
2010-07-10 20:55:45 +00:00
Devaraj Das d2ade6aec5 HADOOP-6845. Renames the TokenStorage class to Credentials. Contributed by Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@962677 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 20:07:45 +00:00
Jakob Homan 86e833858c HADOOP-6853. Common component of HDFS-1045.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@961911 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 20:02:29 +00:00
Konstantin Boudnik 038d399389 HADOOP-6847. Problem staging 0.21.0 artifacts to Apache Nexus Maven Repository. Contributed by Giridharan Kesavan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@961559 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 02:29:15 +00:00
Christopher Douglas 2a248dfc32 HADOOP-6835. Add support for concatenated gzip input. Contributed by Greg Roelofs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@961532 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07 23:22:28 +00:00
Jakob Homan 4b34109a72 HADOOP-6584. Provide Kerberized SSL encryption for webservices.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@960137 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 00:02:03 +00:00
Konstantin Shvachko 05b1f87909 HADOOP-6756. Documentation for common configuration keys. Contributed by Erik Steffl.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@960079 13f79535-47bb-0310-9956-ffa450edef68
2010-07-02 18:16:30 +00:00
Thomas White 451c8ae5e8 HADOOP-6800. Harmonize JAR library versions.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@959501 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01 04:32:47 +00:00
Boris Shkolnik 8970e93b01 HADOOP-6815. refreshSuperUserGroupsConfiguration should use server side configuration for the refresh
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@957074 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 23:04:33 +00:00
Thomas White 35a4624771 HADOOP-6826. Revert FileSystem create method that takes CreateFlags.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@956710 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 21:45:47 +00:00
Amareshwari Sri Ramadasu 4b8e1bda2d HADOOP-6748. Removes hadoop.cluster.administrators, cluster administrators acl is passed as parameter in constructor. Contributed by Amareshwari Sriramadasu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@955975 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 12:30:36 +00:00
Konstantin Boudnik 5807065a5b HADOOP-6828. Herrior uses old way of accessing logs directories. Contributed by Sreekanth Ramakrishnan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@955438 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 01:34:08 +00:00
Thomas White c6b8095b02 HADOOP-6821. Document changes to memory monitoring. Contributed by Hemanth Yamijala.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@954647 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 21:16:47 +00:00
Devaraj Das e89ac4b077 HADOOP-6652. Removes the unnecessary cache from ShellBasedUnixGroupsMapping. Contributed by Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@954612 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:02:56 +00:00
Eli Collins 6749f0275c HADOOP-6796. Reverting the patch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@954165 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13 04:38:37 +00:00
Jakob Homan 687d4dbd1d HADOOP-6682. NetUtils:normalizeHostName does not process hostnames starting with [a-f] correctly.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953929 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 02:12:16 +00:00
Devaraj Das 8fa094ad6a HADOOP-6613. Moves the RPC version check ahead of the AuthMethod check. Contributed by Kan Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953910 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 00:13:15 +00:00
Jakob Homan fbdb249460 HADOOP-6620. NPE if renewer is passed as null in getDelegationToken. Contributed by Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953896 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 22:48:15 +00:00
Thomas White 6378822a67 HADOOP-6668. Apply audience and stability annotations to classes in common.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953881 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 21:34:56 +00:00
Thomas White 4164d25db6 Move entries for HADOOP-6769 and HADOOP-6813 to 0.21 section of CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953874 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 21:16:35 +00:00
Devaraj Das 755a5d8c9b HADOOP-6814. Adds an API in UserGroupInformation to get the real authentication method of a passed UGI. Contributed by Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953863 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 20:32:26 +00:00