Suresh Srinivas
|
d7e32b0451
|
HADOOP-9717. Merge r1504725 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505053 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 22:20:09 +00:00 |
Suresh Srinivas
|
73832071ea
|
HADOOP-9716. Merge r1504362 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505052 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 22:15:19 +00:00 |
Suresh Srinivas
|
7ac2c423cc
|
HADOOP-9691. Merge r1501615 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505042 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 21:59:14 +00:00 |
Suresh Srinivas
|
6e967c10f3
|
HADOOP-9720 merge r1502301 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505040 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 21:55:50 +00:00 |
Suresh Srinivas
|
bddbc5b0ed
|
Revert r1505037 to fix the commit text
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505039 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 21:52:56 +00:00 |
Suresh Srinivas
|
8f3eba332d
|
HADOOP-9691. Merge r1501615 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505037 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 21:50:15 +00:00 |
Suresh Srinivas
|
6c37a1584e
|
HADOOP-9688 merge r1500843 and r1500847 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505030 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 21:37:43 +00:00 |
Suresh Srinivas
|
3f901c051d
|
Revert the merge r1505005
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505009 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 20:49:13 +00:00 |
Suresh Srinivas
|
fa89218fc8
|
HADOOP-9688 merge r1500843 and r1500847, and HADOOP-9720 merge r1502301 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505005 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 20:41:10 +00:00 |
Alejandro Abdelnur
|
7d613f766e
|
ADOOP-9643. org.apache.hadoop.security.SecurityUtil calls toUpperCase(Locale.getDefault()) as well as toLowerCase(Locale.getDefault()) on hadoop.security.authentication value. (markrmiller@gmail.com via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504966 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 19:02:46 +00:00 |
Daryn Sharp
|
69aaf11467
|
merge -c 1504874 FIXES: HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504875 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 13:39:50 +00:00 |
Arun Murthy
|
83c776c85d
|
Set version in branch-2 to 2.3.0-SNAPSHOT to reflect that we will only be adding new content to hadoop-2.3.0 and not hadoop-2.2.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504744 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 01:35:34 +00:00 |
Arun Murthy
|
1f65519b8a
|
Fixed CHANGES.txt to reflect that new content in branch-2 goes to hadoop-2.3.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504743 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 01:30:18 +00:00 |
Luke Lu
|
62f557775b
|
HADOOP-9164. Print paths of loaded native libraries in NativeLibraryChecker. (Binglin Chang via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504706 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-18 22:44:43 +00:00 |
Chris Nauroth
|
bddf1659f8
|
HDFS-4996. Merging change r1504679 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504682 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-18 22:05:10 +00:00 |
Jason Darrell Lowe
|
9b1bc20045
|
svn merge -c 1504645 FIXES: MAPREDUCE-5265. History server admin service to refresh user and superuser group mappings. Contributed by Ashwin Shankar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504653 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-18 20:47:58 +00:00 |
Kihwal Lee
|
727acb377e
|
svn merge -c 1503976 merging to branch-2 to fix HADOOP-9738. TestDistCh fails. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503977 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 02:24:18 +00:00 |
Jason Darrell Lowe
|
2767f51220
|
svn merge -c 1503954 FIXES: HADOOP-9734. Common protobuf definitions for GetUserMappingsProtocol, RefreshAuthorizationPolicyProtocol and RefreshUserMappingsProtocol. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503955 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 00:12:05 +00:00 |
Daryn Sharp
|
192f6b86cc
|
HADOOP-9683. [RPC v9] Wrap IpcConnectionContext in RPC headers (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503830 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 18:59:29 +00:00 |
Colin McCabe
|
62f5c14df2
|
HADOOP-9618. thread which detects GC pauses (Todd Lipcon via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503810 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 17:57:44 +00:00 |
Suresh Srinivas
|
ecf57540da
|
HDFS-4903. Merge 1503570 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503572 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 06:49:05 +00:00 |
Kihwal Lee
|
7a4bd44dc9
|
svn merge -c 1503390 merging from trunk to fix HADOOP-9707.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503394 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-15 18:17:35 +00:00 |
Harsh J
|
5699dbc35f
|
HADOOP-9241. DU refresh interval is not configurable. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502955 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-14 11:01:02 +00:00 |
Colin McCabe
|
d93e7ca15d
|
HADOOP-9703. org.apache.hadoop.ipc.Client leaks threads on stop (Tsuyoshi OZAWA via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502704 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 21:55:15 +00:00 |
Chris Nauroth
|
5039a956ff
|
HDFS-4372. Merging change r1502120 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502419 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 04:35:43 +00:00 |
Colin McCabe
|
8c4362709a
|
HADOOP-9417. Support for symlink resolution in LocalFileSystem / RawLocalFileSystem. (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502323 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 18:32:06 +00:00 |
Steve Loughran
|
31d59d378a
|
HADOOP-9432 Add support for markdown .md files in site documentation
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502259 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 16:03:44 +00:00 |
Alejandro Abdelnur
|
f0983d958d
|
updating CHANGES.txt after committing MAPREDUCE-5333,HADOOP-9661,HADOOP-9355,HADOOP-9673,HADOOP-9414,HADOOP-9416,HDFS-4797,YARN-866,YARN-736,YARN-883 to 2.1-beta branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502074 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 00:21:49 +00:00 |
Chris Nauroth
|
9bd8745846
|
MAPREDUCE-4374. Merging change r1502046 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502048 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 23:08:34 +00:00 |
Chris Nauroth
|
57366664dd
|
HADOOP-8440. Merging change r1501424 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1501435 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 18:26:08 +00:00 |
Alejandro Abdelnur
|
dc18424723
|
HDFS-4841. FsShell commands using secure webhfds fail ClientFinalizer shutdown hook. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1501006 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 23:11:03 +00:00 |
Konstantin Boudnik
|
e9b658b021
|
HDFS-4860. Add additional attributes to JMX beans. Contributed by Trevor Lorimer
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1500140 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 21:40:46 +00:00 |
Colin McCabe
|
dbfa01ff96
|
HADOOP-9416. Add new symlink resolution methods in FileSystem and FileSystemLinkResolver. (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499604 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 23:31:38 +00:00 |
Brandon Li
|
c8befb6c69
|
Fix build version for nfs projects in branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499224 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 06:36:58 +00:00 |
Brandon Li
|
07a08e2941
|
HDFS-4762,HDFS-4948. Merging change r1499029,r1499041,r1499152 from trunk to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499190 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 03:55:42 +00:00 |
Brandon Li
|
b1d5f9519c
|
HADOOP-9515. Merging change r1493924 and r1493929 from trunk to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499167 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 00:46:54 +00:00 |
Brandon Li
|
b0acd23d92
|
HADOOP-9509. Merging change r1490845 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499156 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 00:05:40 +00:00 |
Enis Soztutar
|
6384d35ab8
|
HADOOP-9660 Merge change 1499132 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499142 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 22:54:47 +00:00 |
Chris Nauroth
|
65bbb30101
|
HADOOP-9681. Merging change r1499069 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499070 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 19:27:16 +00:00 |
Chris Nauroth
|
2f0d853fd6
|
HADOOP-9678. Merging change r1498786 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1498787 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 05:38:22 +00:00 |
Colin McCabe
|
dd25abb825
|
HADOOP-9676. Make maximum RPC buffer size configurable (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1498740 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 23:29:03 +00:00 |
Colin McCabe
|
3121145b9a
|
HADOOP-9414. Refactor out FSLinkResolver and relevant helper methods.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1498728 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 22:35:11 +00:00 |
Thomas Graves
|
9520013838
|
Preparing for 0.23.9 release
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1498478 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 14:27:48 +00:00 |
Luke Lu
|
805fa42025
|
LF normalization according to HADOOP-8912
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1498023 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 20:20:59 +00:00 |
Arun Murthy
|
448d56ad31
|
Merge -c 1497922 from trunk to branch-2 to fix HADOOP-9665. Fixed BlockDecompressorStream#decompress to return -1 rather than throw EOF at end of file. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1497923 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-28 21:07:12 +00:00 |
Colin McCabe
|
7edc5f5456
|
HADOOP-9673. NetworkTopology: When a node cannot be added, print out its location for diagnostic purposes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1497180 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 01:40:05 +00:00 |
Arun Murthy
|
cb74ad6ba0
|
Release notes for hadoop-2.1.0-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1496798 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 07:20:55 +00:00 |
Arun Murthy
|
de82f25604
|
Preparing for hadoop-2.1.0-beta release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1496790 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 06:51:07 +00:00 |
Vinod Kumar Vavilapalli
|
a7f7d5b440
|
YARN-874. Making common RPC to switch to not switch to simple when other mechanisms are enabled and thus fix YARN/MR test failures after HADOOP-9421. Contributed by Daryn Sharp and Vinod Kumar Vavilapalli.
svn merge --ignore-ancestry -c 1496692 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1496693 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 00:43:05 +00:00 |
Colin McCabe
|
7880da2743
|
HADOOP-9355. Abstract Symlink tests to use either FileContext or FileSystem (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1496691 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 00:36:01 +00:00 |