Benoy Antony
|
258c7d0f53
|
HADOOP-10833. Remove unused cache in UserProvider. (Benoy Antony)
|
2014-08-30 12:49:19 -07:00 |
|
Alejandro Abdelnur
|
c60da4d3b3
|
HADOOP-10994. KeyProviderCryptoExtension should use CryptoCodec for generation/decryption of keys. (tucu)
|
2014-08-29 14:21:58 -07:00 |
|
Allen Wittenauer
|
d8774cc577
|
HADOOP-11013. CLASSPATH handling should be consolidated, debuggable (aw)
|
2014-08-28 18:09:25 -07:00 |
|
Andrew Wang
|
7119bd49c8
|
HADOOP-11005. Fix HTTP content type for ReconfigurationServlet. Contributed by Lei Xu.
|
2014-08-28 17:40:55 -07:00 |
|
Todd Lipcon
|
ab638e77b8
|
HDFS-6865. Byte array native checksumming on client side. Contributed by James Thomas.
|
2014-08-28 16:44:09 -07:00 |
|
Alejandro Abdelnur
|
d1ae479aa5
|
HADOOP-10880. Move HTTP delegation tokens out of URL querystring to a header. (tucu)
|
2014-08-28 14:45:40 -07:00 |
|
Colin Patrick Mccabe
|
7a16731191
|
HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.
|
2014-08-27 19:47:10 -07:00 |
|
Colin Patrick Mccabe
|
6962510f72
|
HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki.
|
2014-08-27 14:12:05 -07:00 |
|
Colin Patrick Mccabe
|
225569ece2
|
HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang.
|
2014-08-27 13:39:40 -07:00 |
|
Haohui Mai
|
fdd3bc5f45
|
HADOOP-10746. HttpServer2 should not load JspServlet. Contributed by Haohui Mai.
|
2014-08-27 13:26:25 -07:00 |
|
Allen Wittenauer
|
9ec4a930f5
|
HADOOP-10996. Stop violence in the *_HOME (aw)
|
2014-08-27 07:00:31 -07:00 |
|
Allen Wittenauer
|
a1618a2a77
|
HADOOP-11002. shell escapes are incompatible with previous releases (aw)
|
2014-08-27 06:56:59 -07:00 |
|
Arpit Agarwal
|
4b3a6b8722
|
HADOOP-10282. Create a FairCallQueue: a multi-level call queue which schedules incoming calls and multiplexes outgoing calls. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619938 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 22:16:15 +00:00 |
|
Chris Nauroth
|
b6c24472f3
|
HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that return 0 on failure. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619659 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 04:05:18 +00:00 |
|
Allen Wittenauer
|
7be2808347
|
HADOOP-8896. Javadoc points to Wrong Reader and Writer classes in SequenceFile (Ray Chiang via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619632 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 23:58:25 +00:00 |
|
Jason Darrell Lowe
|
da4ba50269
|
HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619604 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 21:38:16 +00:00 |
|
Andrew Wang
|
d2a39b61aa
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1619018 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-20 01:22:42 +00:00 |
|
Charles Lamb
|
a4ee77b65f
|
HDFS-6873. Constants in CommandWithDestination should be static. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1618975 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-19 20:43:54 +00:00 |
|
Allen Wittenauer
|
31467453ec
|
HADOOP-9902. Shell script rewrite (aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618847 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-19 12:11:17 +00:00 |
|
Allen Wittenauer
|
379292aa97
|
HADOOP-10873. Fix dead link in Configuration javadoc (Akira AJISAKA via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618721 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 20:05:08 +00:00 |
|
Andrew Wang
|
0cc08f6da4
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1618700 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 18:41:31 +00:00 |
|
Colin McCabe
|
e446497cd1
|
HDFS-6561. org.apache.hadoop.util.DataChecksum should support native checksumming (James Thomas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618680 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 18:02:37 +00:00 |
|
Jason Darrell Lowe
|
4a978bff3e
|
HADOOP-10059. RPC authentication and authorization metrics overflow to negative values on busy clusters. Contributed by Tsuyoshi OZAWA and Akira AJISAKA
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618659 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 16:31:38 +00:00 |
|
Arpit Agarwal
|
86840834ed
|
HADOOP-10335. An ip whilelist based implementation to resolve Sasl properties per connection. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618503 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 19:02:45 +00:00 |
|
Arpit Agarwal
|
48505679c0
|
HADOOP-10335. Undo checkin to resolve test build issue.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618487 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:47:18 +00:00 |
|
Arpit Agarwal
|
b47ad1ccba
|
HADOOP-10335. An ip whilelist based implementation to resolve Sasl properties per connection. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618484 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:43:20 +00:00 |
|
Arpit Agarwal
|
c1cd41cc49
|
HADOOP-10650. Add ability to specify a reverse ACL (black list) of users and groups. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618482 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:06:01 +00:00 |
|
Alejandro Abdelnur
|
e932365d6d
|
HADOOP-10698. KMS, add proxyuser support. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618217 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 15:53:28 +00:00 |
|
Andrew Wang
|
cfeaf4cd09
|
HADOOP-10964. Small fix for NetworkTopologyWithNodeGroup#sortByDistance. Contributed by Yi Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618103 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 05:50:00 +00:00 |
|
Alejandro Abdelnur
|
be117cbcdf
|
HADOOP-10967. Improve DefaultCryptoExtension#generateEncryptedKey performance. (hitliuyi via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618101 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 05:45:14 +00:00 |
|
Alejandro Abdelnur
|
e86c9ef651
|
HADOOP-10770. KMS add delegation token support. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618096 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 05:03:58 +00:00 |
|
Todd Lipcon
|
bd79a4b926
|
HADOOP-10838. Byte array native checksumming. Contributed by James Thomas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617875 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-14 04:29:35 +00:00 |
|
Arpit Agarwal
|
2f3ed504c1
|
HADOOP-10966. Hadoop Common native compilation broken in windows. (Contributed by David Villegas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617823 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 20:01:21 +00:00 |
|
Allen Wittenauer
|
a34dafe325
|
HADOOP-8944. Shell command fs -count should include human readable option (Jonathan Allen via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617775 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 17:30:26 +00:00 |
|
Arpit Agarwal
|
e0a9e1bfb7
|
HADOOP-10281. Create a scheduler, which assigns schedulables a priority level. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617643 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 00:54:29 +00:00 |
|
Colin McCabe
|
f7ac928a7c
|
HADOOP-10962. Flags for posix_fadvise are not valid in some architectures (David Villegas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617621 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 23:03:06 +00:00 |
|
Arpit Agarwal
|
d687f6f689
|
HADOOP-10851. NetgroupCache does not remove group memberships. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617612 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 22:30:48 +00:00 |
|
Andrew Wang
|
0a2ee2fd53
|
HADOOP-10820. Throw an exception in GenericOptionsParser when passed an empty Path. Contributed by Alex Holmes and Zhihai Xu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617542 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 17:46:31 +00:00 |
|
Charles Lamb
|
74f7be0887
|
merge from trunk r1617527
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1617532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 17:02:07 +00:00 |
|
Alejandro Abdelnur
|
6d7a6766bd
|
HADOOP-10835. Implement HTTP proxyuser support in HTTP authentication client/server libraries. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 00:10:15 +00:00 |
|
Karthik Kambatla
|
af6d709664
|
HADOOP-10402. Configuration.getValByRegex does not substitute for variables. (Robert Kanter via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617166 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-10 21:49:42 +00:00 |
|
Alejandro Abdelnur
|
74fe84393d
|
HADOOP-10224. JavaKeyStoreProvider has to protect against corrupting underlying store. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616908 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-09 00:00:32 +00:00 |
|
Alejandro Abdelnur
|
021ae47115
|
HADOOP-10862. Miscellaneous trivial corrections to KMS classes. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616903 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 23:10:11 +00:00 |
|
Charles Lamb
|
e6bdb33784
|
HADOOP-10919. Copy command should preserve raw.* namespace extended attributes. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1616840 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 17:58:01 +00:00 |
|
Karthik Kambatla
|
14864e9c7c
|
YARN-2352. FairScheduler: Collect metrics on duration of critical methods that affect performance. (kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616769 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 14:17:54 +00:00 |
|
Alejandro Abdelnur
|
be9c67930b
|
HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 2. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616672 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 04:58:58 +00:00 |
|
Alejandro Abdelnur
|
4e7c4a6e1f
|
HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 1. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616671 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 04:55:38 +00:00 |
|
Andrew Wang
|
17e4365756
|
Revert HADOOP-10876.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616658 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 01:37:59 +00:00 |
|
Brandon Li
|
8b32f84e87
|
HADOOP-10929. Typo in Configuration.getPasswordFromCredentialProviders. Contributed by Larry McCay
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616616 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-07 22:47:52 +00:00 |
|
Andrew Wang
|
311d2f0773
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1616589 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-07 20:26:52 +00:00 |
|