Alejandro Abdelnur
|
5dc45d529b
|
HDFS-6905. fs-encryption merge triggered release audit failures. (clamb via tucu)
|
2014-09-04 11:06:58 -07:00 |
Jonathan Eagles
|
7e76039278
|
YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles)
(cherry picked from commit 91d45f0f01 )
|
2014-09-04 11:54:43 -05:00 |
Alejandro Abdelnur
|
2267ba1af7
|
HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu)
|
2014-09-04 09:22:10 -07:00 |
Alejandro Abdelnur
|
dc2e38780b
|
HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu)
|
2014-09-04 09:14:07 -07:00 |
Alejandro Abdelnur
|
dd55461cda
|
HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu)
|
2014-09-04 09:14:02 -07:00 |
Haohui Mai
|
b68818c4f0
|
HDFS-6609. Use DirectorySnapshottableFeature to represent a snapshottable directory. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1608631 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-03 23:11:31 -07:00 |
Colin Patrick Mccabe
|
7b287d5ba6
|
HADOOP-11056. OsSecureRandom.setConf() might leak file descriptors. Contributed by Yongjun Zhang.
(cherry picked from commit 8f1a668575 )
|
2014-09-03 19:39:37 -07:00 |
Colin Patrick Mccabe
|
23c41897cb
|
HDFS-6959 Make the HDFS home directory location customizable. Contributed by Yongjun Zhang
(cherry picked from commit f4caedfcbf )
|
2014-09-03 19:33:30 -07:00 |
Chris Douglas
|
69ee11dc93
|
MAPREDUCE-6063. Correct spill size calculation for spills wrapping the circular buffer. Contributed by zhihai xu.
|
2014-09-03 17:02:17 -07:00 |
Alejandro Abdelnur
|
a7d8ede309
|
HADOOP-10863. KMS should have a blacklist for decrypting EEKs. (asuresh via tucu)
Conflicts:
hadoop-common-project/hadoop-kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/KMS.java
|
2014-09-03 15:20:28 -07:00 |
Karthik Kambatla
|
96a13c6d0c
|
YARN-2394. FairScheduler: Configure fairSharePreemptionThreshold per queue. (Wei Yan via kasha)
(cherry picked from commit 1dcaba9a7a )
|
2014-09-03 10:27:47 -07:00 |
Karthik Kambatla
|
9855e884cb
|
HADOOP-10956. Fix create-release script to include docs and necessary txt files. (kasha)
(cherry picked from commit ce0462129f )
|
2014-09-03 09:39:32 -07:00 |
Uma Maheswara Rao G
|
3f9c31c873
|
HDFS-2975. Rename with overwrite flag true can make NameNode to stuck in safemode on NN (crash + restart). (Yi Liu via umamahesh)
(cherry picked from commit 3425ae5d7e )
|
2014-09-03 19:02:11 +05:30 |
Haohui Mai
|
786b43c7a3
|
HDFS-6942. Fix typos in log messages. Contributed by Ray Chiang.
|
2014-09-02 16:24:11 -07:00 |
Colin Patrick Mccabe
|
4c17d4d975
|
HDFS-4257. The ReplaceDatanodeOnFailure policies could have a forgiving option. Contributed by szetszwo.
(cherry picked from commit 727331becc )
|
2014-09-02 15:20:50 -07:00 |
Andrew Wang
|
9daf035fbc
|
HDFS-6954. With crypto, no native lib systems are too verbose. Contributed by Charles Lamb.
(cherry picked from commit a0ccf83dfd )
|
2014-09-02 14:22:46 -07:00 |
Andrew Wang
|
958c9b5080
|
HDFS-6634. inotify in HDFS. Contributed by James Thomas.
(cherry picked from commit faa4455be5 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/client/IPCLoggerChannel.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLog.java
|
2014-09-02 14:17:51 -07:00 |
Steve Loughran
|
c50371c8b5
|
Fix hadoop-common-project/hadoop-common/src/main/native/README to current mail list and URL
|
2014-09-02 20:28:11 +01:00 |
Brandon Li
|
ee3e812605
|
HADOOP-10990. Add missed NFSv3 request and response classes. Contributed by Brandon Li
(cherry picked from commit bad5f38d47 )
|
2014-09-02 11:29:35 -07:00 |
Jason Lowe
|
0a582c77ef
|
HADOOP-11012. hadoop fs -text of zero-length file causes EOFException. Contributed by Eric Payne
(cherry picked from commit 01e8f056d9 )
|
2014-09-02 18:25:03 +00:00 |
Allen Wittenauer
|
a96696bdc3
|
HADOOP-11036. Add build directory to .gitignore (Tsuyoshi OZAWA via aw)
(cherry picked from commit e1109fb656 )
|
2014-09-02 10:12:09 -07:00 |
Benoy Antony
|
39352a7a82
|
HADOOP-10833. Remove unused cache in UserProvider. (Benoy Antony)
(cherry picked from commit 258c7d0f53 )
|
2014-08-30 13:08:04 -07:00 |
Karthik Kambatla
|
7b9e763138
|
YARN-2395. FairScheduler: Preemption timeout should be configurable per queue. (Wei Yan via kasha)
(cherry picked from commit 0f34e6f387 )
|
2014-08-30 01:22:44 -07:00 |
Jian He
|
38853c97c2
|
YARN-1506. Changed RMNode/SchedulerNode to update resource with event notification. Contributed by Junping Du
(cherry picked from commit 5c14bc426b )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-08-29 23:39:58 -07:00 |
Karthik Kambatla
|
05ae7983c6
|
HADOOP-11030. Define a variable jackson.version instead of using constant at multiple places. (Juan Yu via kasha)
(cherry picked from commit 9ad413b19d )
|
2014-08-29 15:57:29 -07:00 |
Andrew Wang
|
f6319b5131
|
HDFS-6972. TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration doesn't decode url correctly. Contributed by Yongjun Zhang.
(cherry picked from commit 6066b1a455 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-08-29 15:49:06 -07:00 |
Andrew Wang
|
21bb77f997
|
Add CHANGES.txt for HADOOP-11021.
(cherry picked from commit 93010faf10 )
|
2014-08-29 14:56:15 -07:00 |
Andrew Wang
|
075bb9e380
|
HADOOP-11021. Configurable replication factor in the hadoop archive command. Contributed by Zhe Zhang.
(cherry picked from commit ea1c6f31c2 )
|
2014-08-29 14:47:28 -07:00 |
Alejandro Abdelnur
|
5889f4d5f3
|
HADOOP-10994. KeyProviderCryptoExtension should use CryptoCodec for generation/decryption of keys. (tucu)
|
2014-08-29 14:22:15 -07:00 |
Jason Lowe
|
b61b78e5c6
|
YARN-2462. TestNodeManagerResync#testBlockNewContainerRequestsOnStartAndResync should have a test timeout. Contributed by Eric Payne
(cherry picked from commit 9ecda8f4c7e10d825b884e35c994d241b9fc8907)
|
2014-08-29 20:18:49 +00:00 |
Aaron T. Myers
|
135315b66f
|
HDFS-6774. Make FsDataset and DataStore support removing volumes. Contributed by Lei Xu.
(cherry picked from commit 7eab2a29a5 )
|
2014-08-29 13:00:36 -07:00 |
Jason Lowe
|
27086f5942
|
MAPREDUCE-5931. Validate SleepJob command line parameters. Contributed by Gera Shegalov
(cherry picked from commit 15366d9227 )
|
2014-08-29 19:52:10 +00:00 |
Alejandro Abdelnur
|
09a0ad328f
|
HADOOP-10814. Update Tomcat version used by HttpFS and KMS to latest 6.x version. (rkanter via tucu)
(cherry picked from commit 189abddf0b68ab43978dacaf3a9bf6ee7169cf78)
|
2014-08-29 11:53:13 -07:00 |
Jian He
|
73a0e46657
|
YARN-2447. RM web service app submission doesn't pass secrets correctly. Contributed by Varun Vasudev
(cherry picked from commit c686aa3533 )
|
2014-08-29 11:44:27 -07:00 |
Alejandro Abdelnur
|
54202383a9
|
HADOOP-10911. hadoop.auth cookie after HADOOP-10710 still not proper according to RFC2109. (gchanan via tucu)
(cherry picked from commit 6040810df82669f140033d3c6366892640798671)
Conflicts:
hadoop-project/pom.xml
|
2014-08-29 11:23:14 -07:00 |
Hitesh Shah
|
aeb8667a06
|
YARN-2450. Fix typos in log messages. Contributed by Ray Chiang.
(cherry picked from commit 3de66011c2 )
|
2014-08-29 11:18:54 -07:00 |
Zhijie Shen
|
77a4b014e6
|
YARN-2449. Fixed the bug that TimelineAuthenticationFilterInitializer is not automatically added when hadoop.http.filter.initializers is not configured. Contributed by Varun Vasudev.
(cherry picked from commit 4bd0194e6b )
|
2014-08-29 09:46:04 -07:00 |
Karthik Kambatla
|
f237dee156
|
YARN-2405. NPE in FairSchedulerAppsBlock. (Tsuyoshi Ozawa via kasha)
(cherry picked from commit fa80ca49bd )
|
2014-08-28 23:22:04 -07:00 |
Jian He
|
2545ee6244
|
Add CHANGES.txt for YARN-2406.
(cherry picked from commit 9d68445710 )
|
2014-08-28 21:59:59 -07:00 |
Jian
|
518ba11843
|
YARN-2406. Move RM recovery related proto to yarn_server_resourcemanager_recovery.proto. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 7b3e27ab73 )
|
2014-08-28 21:54:25 -07:00 |
Andrew Wang
|
7cdb619cc5
|
HADOOP-11005. Fix HTTP content type for ReconfigurationServlet. Contributed by Lei Xu.
(cherry picked from commit 7119bd49c8 )
|
2014-08-28 17:41:43 -07:00 |
Todd Lipcon
|
ed2a997f49
|
HDFS-6865. Byte array native checksumming on client side. Contributed by James Thomas.
(cherry picked from commit ab638e77b8 )
|
2014-08-28 16:49:32 -07:00 |
Chris Douglas
|
4f95017602
|
Fix typos in log messages. Contributed by Ray Chiang
|
2014-08-28 16:30:13 -07:00 |
Alejandro Abdelnur
|
1a65717ffa
|
Removing CHANGES-fs-encryption.txt files
|
2014-08-28 15:13:24 -07:00 |
Alejandro Abdelnur
|
5c37f02e27
|
Fix up CHANGES.txt for HDFS-6134, HADOOP-10150 and related JIRAs following merge to branch-2
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-mapreduce-project/CHANGES.txt
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-08-28 15:05:07 -07:00 |
Alejandro Abdelnur
|
c77bd85b62
|
HDFS-6134 and HADOOP-10150 subtasks.
|
2014-08-28 15:03:08 -07:00 |
Suresh Srinivas
|
631dea88d8
|
HADOOP-8815. RandomDatum needs to override hashCode(). Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389661 13f79535-47bb-0310-9956-ffa450edef68
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
(cherry picked from commit 3ede27f4557c9e90430a7a3f385b8be243e89688)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-08-28 15:02:57 -07:00 |
Alejandro Abdelnur
|
b7367dc6a2
|
HADOOP-10880. Move HTTP delegation tokens out of URL querystring to a header. (tucu)
|
2014-08-28 14:47:23 -07:00 |
Karthik Kambatla
|
fc99a6b80d
|
HADOOP-11001. Fix test-patch to work with the git repo. (kasha)
(cherry picked from commit c4c9a78411 )
|
2014-08-27 23:13:49 -07:00 |
Colin Patrick Mccabe
|
66ba7b2e7c
|
HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.
(cherry picked from commit 7a16731191 )
|
2014-08-27 19:52:23 -07:00 |