Alejandro Abdelnur
|
59a5ab9d1c
|
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/trunk@1502075 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 00:22:14 +00:00 |
|
Chris Nauroth
|
413bddf596
|
MAPREDUCE-4374. Fix child task environment variable config and add support for Windows. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502046 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 22:59:08 +00:00 |
|
Jing Zhao
|
58d75576c4
|
HDFS-4962. Use enum for nfs constants. Contributed by Tsz Wo (Nicholas) SZE.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501851 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-10 17:01:28 +00:00 |
|
Chris Nauroth
|
0a5f16a89e
|
HADOOP-9691. RPC clients can generate call ID using AtomicInteger instead of synchronizing on the Client instance. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501615 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 23:45:57 +00:00 |
|
Chris Nauroth
|
9b252b39df
|
HADOOP-8440. HarFileSystem.decodeHarURI fails for URIs whose host contains numbers. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1501424 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 18:22:00 +00:00 |
|
Alejandro Abdelnur
|
8fdd5083bf
|
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/trunk@1501005 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 23:07:15 +00:00 |
|
Suresh Srinivas
|
c382945d9b
|
HADOOP-9688. Adding a file missed in the commit 1500843
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1500847 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 17:16:16 +00:00 |
|
Suresh Srinivas
|
eb2a603387
|
HADOOP-9688. Add globally unique Client ID to RPC requests. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1500843 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 17:08:01 +00:00 |
|
Harsh J
|
81620ca1c9
|
HADOOP-8844. Add a plaintext fs -text test-case. Contributed by Akira AJISAKA. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1500190 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-06 02:16:27 +00:00 |
|
Konstantin Boudnik
|
ed70fb1608
|
HDFS-4860. Add additional attributes to JMX beans. Contributed by Trevor Lorimer
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1500139 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 21:36:20 +00:00 |
|
Colin McCabe
|
33fe54a25f
|
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/trunk@1499602 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 23:29:08 +00:00 |
|
Enis Soztutar
|
a52d85834d
|
HADOOP-9660 [WINDOWS] Powershell / cmd parses -Dkey=value from command line as [-Dkey, value] which breaks GenericsOptionParser (enis)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1499132 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 22:28:44 +00:00 |
|
Chris Nauroth
|
3628553736
|
HADOOP-9681. FileUtil.unTarUsingJava() should close the InputStream upon finishing. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1499069 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 19:22:17 +00:00 |
|
Brandon Li
|
70e9e58ff3
|
Add the missed file in commit r1499029
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1499041 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 18:03:59 +00:00 |
|
Chris Nauroth
|
488230551f
|
HADOOP-9678. TestRPC#testStopsAllThreads intermittently fails on Windows. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1498786 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 05:32:17 +00:00 |
|
Colin McCabe
|
805e9b5b6d
|
HADOOP-9676. Make maximum RPC buffer size configurable (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1498737 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 23:17:13 +00:00 |
|
Colin McCabe
|
6735b70b4a
|
HADOOP-9414. Refactor out FSLinkResolver and relevant helper methods.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1498720 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 22:09:52 +00:00 |
|
Thomas Graves
|
aa7e148d1f
|
Preparing for 0.23.9 release
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1498480 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 14:29:45 +00:00 |
|
Luke Lu
|
28d5fa1fb1
|
LF normalization according to .gitattributes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1498011 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 19:26:45 +00:00 |
|
Arun Murthy
|
1773893c9a
|
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/trunk@1497922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-28 21:05:43 +00:00 |
|
Colin McCabe
|
b6c7de68bc
|
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/trunk@1497176 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 01:22:43 +00:00 |
|
Arun Murthy
|
84b28cbdfa
|
Release notes for hadoop-2.1.0-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496797 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 07:17:31 +00:00 |
|
Arun Murthy
|
c918b5c02c
|
Preparing for hadoop-2.1.0-beta release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496791 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 06:51:50 +00:00 |
|
Vinod Kumar Vavilapalli
|
b3a8d99817
|
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.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496692 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 00:42:26 +00:00 |
|
Colin McCabe
|
03601136dd
|
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/trunk@1496690 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 00:35:39 +00:00 |
|
Chris Nauroth
|
8df9a8e6d2
|
HADOOP-9656. Gridmix unit tests fail on Windows and Linux. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496597 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 19:20:15 +00:00 |
|
Colin McCabe
|
bf11465847
|
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/trunk@1496305 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 00:22:12 +00:00 |
|
Alejandro Abdelnur
|
2c6a4e1a75
|
HADOOP-9661. Allow metrics sources to be extended. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496227 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 21:41:25 +00:00 |
|
Colin McCabe
|
ca35235b04
|
HADOOP-9439. JniBasedUnixGroupsMapping: fix some crash bugs (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496112 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 16:21:18 +00:00 |
|
Daryn Sharp
|
5f9b4c14a1
|
HADOOP-9421. [RPC v9] Convert SASL to use ProtoBuf and provide negotiation capabilities (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1495577 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 20:09:31 +00:00 |
|
Sanjay Radia
|
6cb5ad16d0
|
HADOOP-9619 Mark stability of .proto files (sanjay Radia)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1495564 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 19:53:21 +00:00 |
|
Suresh Srinivas
|
3843df809d
|
Cleanup CHANGES.txt and move some of the jiras to the right section
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494831 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-20 01:21:06 +00:00 |
|
Christopher Douglas
|
d9021f8e38
|
Move HADOOP-8608 to branch-2.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494824 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-20 00:44:19 +00:00 |
|
Aaron Myers
|
be3a8b6636
|
Fix up a little test failure.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494787 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-19 22:29:22 +00:00 |
|
Chris Nauroth
|
2bf1f47296
|
HADOOP-9264. Change attribution of HADOOP-9264 from trunk to 2.1.0-beta. (cnauroth)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494709 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-19 17:46:48 +00:00 |
|
Aaron Myers
|
9550b1a78b
|
Clean up an IPC error message. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494702 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-19 17:31:20 +00:00 |
|
Suresh Srinivas
|
a1667e5177
|
Move jiras to the right section in CHANGES.txt and make it consistent with branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494429 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-19 03:32:45 +00:00 |
|
Chris Nauroth
|
44b9959eda
|
HADOOP-9624. TestFSMainOperationsLocalFileSystem failed when the Hadoop test root path has "X" in its name. Contributed by Xi Fang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494363 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 23:02:17 +00:00 |
|
Chris Nauroth
|
2e99da4853
|
HADOOP-9637. Adding Native Fstat for Windows as needed by YARN. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494341 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 22:15:26 +00:00 |
|
Jason Darrell Lowe
|
3ab7f86c16
|
HADOOP-9582. Non-existent file to "hadoop fs -conf" doesn't throw error. Contributed by Ashwin Shankar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494331 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 21:56:25 +00:00 |
|
Aaron Myers
|
1c309f763b
|
HDFS-4906. HDFS Output streams should not accept writes after being closed. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494303 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 21:05:16 +00:00 |
|
Brandon Li
|
cdfc555eae
|
CHANGES.txt change for HADOOP-9515
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493929 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 20:41:35 +00:00 |
|
Brandon Li
|
4d63b7a016
|
HADOOP-9515. Add general interface for NFS and Mount. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493924 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 20:32:13 +00:00 |
|
Arun Murthy
|
423f2b14ac
|
HADOOP-9517. Documented various aspects of compatibility for Apache Hadoop. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493693 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 09:32:27 +00:00 |
|
Vinod Kumar Vavilapalli
|
b9efe6bd4a
|
HADOOP-9649. Promoted YARN service life-cycle libraries into Hadoop Common for usage across all Hadoop projects. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493650 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 06:39:33 +00:00 |
|
Arun Murthy
|
77e134d13f
|
YARN-387. Renamed YARN protocols for consistency. Contributed by Vinod K V.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493623 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 02:27:18 +00:00 |
|
Chris Nauroth
|
18a4cb4872
|
HADOOP-9632. TestShellCommandFencer will fail if there is a 'host' machine in the network. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493451 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-16 03:30:05 +00:00 |
|
Colin McCabe
|
5e72bfc521
|
revert HADOOP-9646 to fix hadoop-streaming compile issue
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493252 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-14 21:23:23 +00:00 |
|
Colin McCabe
|
6bc12bc42a
|
add CHANGES.txt description for HADOOP-9646. (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493245 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-14 21:02:34 +00:00 |
|
Colin McCabe
|
65b225c06f
|
HADOOP-9646: Inconsistent exception specifications in FileUtils#chmod
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493241 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-14 20:57:07 +00:00 |
|