Zhijie Shen
|
51a4faf521
|
YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles.
|
2014-09-04 15:01:01 -07:00 |
|
Jason Lowe
|
3fa5f728c4
|
YARN-2431. NM restart: cgroup is not removed for reacquired containers. Contributed by Jason Lowe
|
2014-09-04 21:11:27 +00:00 |
|
cnauroth
|
b44b2ee4ad
|
HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth.
|
2014-09-04 11:47:18 -07:00 |
|
Alejandro Abdelnur
|
1a09536141
|
Fixing HDFS CHANGES.txt, missing HDFS-6905 entry
|
2014-09-04 11:07:08 -07:00 |
|
Jonathan Eagles
|
91d45f0f01
|
YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles)
|
2014-09-04 11:53:52 -05:00 |
|
Alejandro Abdelnur
|
b69a48c988
|
HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu)
|
2014-09-04 09:22:00 -07:00 |
|
Alejandro Abdelnur
|
70b218748b
|
HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu)
|
2014-09-04 09:11:10 -07:00 |
|
Alejandro Abdelnur
|
41f1662d46
|
HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu)
|
2014-09-04 09:09:39 -07:00 |
|
Colin Patrick Mccabe
|
8f1a668575
|
HADOOP-11056. OsSecureRandom.setConf() might leak file descriptors. Contributed by Yongjun Zhang.
|
2014-09-03 19:35:39 -07:00 |
|
Colin Patrick Mccabe
|
f4caedfcbf
|
HDFS-6959 Make the HDFS home directory location customizable. Contributed by Yongjun Zhang
|
2014-09-03 19:30:30 -07:00 |
|
arp
|
3a0142bd77
|
HDFS-6848. Lack of synchronization on access to datanodeUuid in DataStorage#format. (Contributed by Xiaoyu Yao)
|
2014-09-03 17:17:06 -07:00 |
|
Chris Douglas
|
a18424e724
|
MAPREDUCE-6063. Correct spill size calculation for spills wrapping the circular buffer. Contributed by zhihai xu.
|
2014-09-03 17:01:59 -07:00 |
|
Alejandro Abdelnur
|
d9a03e272a
|
HADOOP-10863. KMS should have a blacklist for decrypting EEKs. (asuresh via tucu)
|
2014-09-03 15:08:55 -07:00 |
|
Todd Lipcon
|
1081d9cee2
|
MAPREDUCE-6055. native-task: findbugs, interface annotations, and other misc cleanup
|
2014-09-03 12:22:38 -07:00 |
|
Karthik Kambatla
|
1dcaba9a7a
|
YARN-2394. FairScheduler: Configure fairSharePreemptionThreshold per queue. (Wei Yan via kasha)
|
2014-09-03 10:27:36 -07:00 |
|
Karthik Kambatla
|
ce0462129f
|
HADOOP-10956. Fix create-release script to include docs and necessary txt files. (kasha)
|
2014-09-03 09:39:02 -07:00 |
|
Uma Maheswara Rao G
|
3425ae5d7e
|
HDFS-2975. Rename with overwrite flag true can make NameNode to stuck in safemode on NN (crash + restart). (Yi Liu via umamahesh)
|
2014-09-03 18:53:51 +05:30 |
|
Haohui Mai
|
08a9ac7098
|
HDFS-6942. Fix typos in log messages. Contributed by Ray Chiang.
|
2014-09-02 16:22:18 -07:00 |
|
Todd Lipcon
|
cce7d1e2f9
|
Merge remote-tracking branch 'origin/trunk' into MR-2841
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/MapTask.java
|
2014-09-02 15:55:54 -07:00 |
|
Colin Patrick Mccabe
|
727331becc
|
HDFS-4257. The ReplaceDatanodeOnFailure policies could have a forgiving option. Contributed by szetszwo.
|
2014-09-02 15:14:33 -07:00 |
|
Allen Wittenauer
|
0340206a29
|
HADOOP-11033. shell scripts ignore JAVA_HOME on OS X. (aw)
|
2014-09-02 14:44:47 -07:00 |
|
Andrew Wang
|
a0ccf83dfd
|
HDFS-6954. With crypto, no native lib systems are too verbose. Contributed by Charles Lamb.
|
2014-09-02 14:22:20 -07:00 |
|
Andrew Wang
|
faa4455be5
|
HDFS-6634. inotify in HDFS. Contributed by James Thomas.
|
2014-09-02 14:02:29 -07:00 |
|
Steve Loughran
|
6595e92b64
|
Fix hadoop-common-project/hadoop-common/src/main/native/README to current mail list and URL
|
2014-09-02 20:29:38 +01:00 |
|
Steve Loughran
|
59384dfb71
|
HADOOP-10373 create tools/hadoop-amazon for aws/EMR support
|
2014-09-02 20:11:13 +01:00 |
|
Allen Wittenauer
|
e06d2e3c98
|
HADOOP-11041. VersionInfo specifies subversion (Tsuyoshi OZAWA via aw)
|
2014-09-02 12:02:45 -07:00 |
|
Brandon Li
|
329b65958f
|
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk
|
2014-09-02 11:27:52 -07:00 |
|
Brandon Li
|
bad5f38d47
|
HADOOP-10990. Add missed NFSv3 request and response classes. Contributed by Brandon Li
|
2014-09-02 11:27:28 -07:00 |
|
Jason Lowe
|
01e8f056d9
|
HADOOP-11012. hadoop fs -text of zero-length file causes EOFException. Contributed by Eric Payne
|
2014-09-02 18:15:38 +00:00 |
|
Allen Wittenauer
|
e1109fb656
|
HADOOP-11036. Add build directory to .gitignore (Tsuyoshi OZAWA via aw)
|
2014-09-02 10:10:06 -07:00 |
|
Binglin Chang
|
7ade9b04ea
|
MAPREDUCE-6056. native-task: move system test working dir to target dir and cleanup test config xml files (Manu Zhang via bchang)
|
2014-09-02 16:26:09 +08:00 |
|
Binglin Chang
|
17cd0faace
|
MAPREDUCE-6058. native-task: KVTest and LargeKVTest should check mr job is sucessful (Contributed by Binglin Chang)
|
2014-09-02 11:00:48 +08:00 |
|
Benoy Antony
|
258c7d0f53
|
HADOOP-10833. Remove unused cache in UserProvider. (Benoy Antony)
|
2014-08-30 12:49:19 -07:00 |
|
Karthik Kambatla
|
0f34e6f387
|
YARN-2395. FairScheduler: Preemption timeout should be configurable per queue. (Wei Yan via kasha)
|
2014-08-30 01:17:13 -07:00 |
|
Jian He
|
5c14bc426b
|
YARN-1506. Changed RMNode/SchedulerNode to update resource with event notification. Contributed by Junping Du
|
2014-08-29 23:05:51 -07:00 |
|
Karthik Kambatla
|
270a271f53
|
YARN-2360. Fair Scheduler: Display dynamic fair share for queues on the scheduler page. (Ashwin Shankar and Wei Yan via kasha)
|
2014-08-29 17:15:38 -07:00 |
|
Karthik Kambatla
|
9ad413b19d
|
HADOOP-11030. Define a variable jackson.version instead of using constant at multiple places. (Juan Yu via kasha)
|
2014-08-29 15:56:45 -07:00 |
|
Andrew Wang
|
6066b1a455
|
HDFS-6972. TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration doesn't decode url correctly. Contributed by Yongjun Zhang.
|
2014-08-29 15:47:01 -07:00 |
|
Andrew Wang
|
93010faf10
|
Add CHANGES.txt for HADOOP-11021.
|
2014-08-29 14:56:01 -07:00 |
|
Andrew Wang
|
ea1c6f31c2
|
HADOOP-11021. Configurable replication factor in the hadoop archive command. Contributed by Zhe Zhang.
|
2014-08-29 14:44:37 -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 |
|
Jason Lowe
|
b03653f9a5
|
YARN-2462. TestNodeManagerResync#testBlockNewContainerRequestsOnStartAndResync should have a test timeout. Contributed by Eric Payne
|
2014-08-29 20:15:40 +00:00 |
|
Aaron T. Myers
|
7eab2a29a5
|
HDFS-6774. Make FsDataset and DataStore support removing volumes. Contributed by Lei Xu.
|
2014-08-29 13:00:17 -07:00 |
|
Jason Lowe
|
15366d9227
|
MAPREDUCE-5931. Validate SleepJob command line parameters. Contributed by Gera Shegalov
|
2014-08-29 19:50:15 +00:00 |
|
Alejandro Abdelnur
|
b1dce2aa21
|
HADOOP-10814. Update Tomcat version used by HttpFS and KMS to latest 6.x version. (rkanter via tucu)
|
2014-08-29 11:53:22 -07:00 |
|
Jian He
|
c686aa3533
|
YARN-2447. RM web service app submission doesn't pass secrets correctly. Contributed by Varun Vasudev
|
2014-08-29 11:40:47 -07:00 |
|
Alejandro Abdelnur
|
156e6a4f8a
|
HADOOP-10911. hadoop.auth cookie after HADOOP-10710 still not proper according to RFC2109. (gchanan via tucu)
|
2014-08-29 11:23:23 -07:00 |
|
Hitesh Shah
|
3de66011c2
|
YARN-2450. Fix typos in log messages. Contributed by Ray Chiang.
|
2014-08-29 11:16:36 -07:00 |
|
Zhijie Shen
|
4bd0194e6b
|
YARN-2449. Fixed the bug that TimelineAuthenticationFilterInitializer is not automatically added when hadoop.http.filter.initializers is not configured. Contributed by Varun Vasudev.
|
2014-08-29 09:40:39 -07:00 |
|
arp
|
4ae8178c56
|
HDFS-6800. Support Datanode layout changes with rolling upgrade. (Contributed by James Thomas)
|
2014-08-29 00:26:13 -07:00 |
|