Varun Saxena
|
a8cfa5054c
|
YARN-5710. Fix inconsistent naming in class ResourceRequest (Yufei Gu via Varun Saxena)
|
2016-10-27 13:56:59 +05:30 |
|
Varun Saxena
|
daf9a656b9
|
YARN-5752. TestLocalResourcesTrackerImpl#testLocalResourceCache times out (Eric Badger via Varun Saxena)
|
2016-10-27 13:46:13 +05:30 |
|
Akira Ajisaka
|
53ed19efec
|
HDFS-11049. The description of dfs.block.replicator.classname is not clear. Contributed by Yiqun Lin.
(cherry picked from commit 9c680d0b0508934b9b000ece84f25988272e901f)
|
2016-10-27 16:37:32 +09:00 |
|
Masatake Iwasaki
|
7e918637de
|
HADOOP-13017. Implementations of InputStream.read(buffer, offset, bytes) to exit 0 if bytes==0. Contributed by Steve Loughran.
(cherry picked from commit 0bdd263d82a4510f16df49238d57c9f78ac28ae7)
|
2016-10-27 15:54:03 +09:00 |
|
Vinayakumar B
|
72ce627533
|
HDFS-9929. Duplicate keys in NAMENODE_SPECIFIC_KEYS (Contributed by Akira Ajisaka)
(cherry picked from commit f0642b02996ae90d85499ddef2e20bdf88d98c7b)
|
2016-10-27 12:19:08 +05:30 |
|
Rohith Sharma K S
|
3a167669a5
|
YARN-4363. In TestFairScheduler, testcase should not create FairScheduler redundantly. Conntributed by Tao Jie.
(cherry picked from commit e29cba61a0bec0629de287f67ae6eed526295ffb)
|
2016-10-27 11:59:10 +05:30 |
|
Rohith Sharma K S
|
07b531c10a
|
YARN-4555. TestDefaultContainerExecutor#testContainerLaunchError fails on non-english locale environment. Contributed by Takashi Ohnishi.
(cherry picked from commit b110c4b5e82d8310f13a22bba1c8afbcca80144f)
|
2016-10-27 11:35:38 +05:30 |
|
Mingliang Liu
|
2aed61d887
|
HDFS-10921. TestDiskspaceQuotaUpdate doesn't wait for NN to get out of safe mode. Contributed by Eric Badger
(cherry picked from commit 55e1fb8e3221941321e6f5e04b334246c5f23027)
|
2016-10-26 14:12:08 -07:00 |
|
Wei-Chiu Chuang
|
0c96ceaca9
|
Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka.
(cherry picked from commit e48b592f8ba1d8a89587f2c4403d861f2d015a9a)
|
2016-10-26 14:09:55 -07:00 |
|
Chris Nauroth
|
082d69ee66
|
HADOOP-13502. Split fs.contract.is-blobstore flag into more descriptive flags for use by contract tests. Contributed by Chris Nauroth.
(cherry picked from commit 1f8490a5bacd98d0d371447ada3b31f93ca40a4e)
|
2016-10-26 08:57:29 -07:00 |
|
Chris Nauroth
|
67e01f7218
|
HADOOP-13614. Purge some superfluous/obsolete S3 FS tests that are slowing test runs down. Contributed by Steve Loughran.
(cherry picked from commit 9cad3e235026dbe4658705ca85d263d0edf14521)
|
2016-10-26 08:27:33 -07:00 |
|
Kihwal Lee
|
0cd43dd2b7
|
HDFS-11053. Unnecessary superuser check in versionRequest(). Contributed by Kihwal Lee.
(cherry picked from commit e90af4a89ba2741aeca20ead47699587b14f0de8)
|
2016-10-26 09:17:29 -05:00 |
|
Kihwal Lee
|
366ebb0822
|
HDFS-11050. Change log level to 'warn' when ssl initialization fails and defaults to DEFAULT_TIMEOUT_CONN_CONFIGURATOR. Contributed by Kuhu Shukla.
(cherry picked from commit ce6bbfb23c9aafaf1aaeaeceba88286d4270b316)
|
2016-10-26 08:11:12 -05:00 |
|
Akira Ajisaka
|
e29d0a2fd8
|
YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.
(cherry picked from commit d3bb69a66776e9f410150c4030ddb15981f58fb9)
|
2016-10-26 15:34:40 +09:00 |
|
Arpit Agarwal
|
a071e33a91
|
HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang.
|
2016-10-25 19:51:32 -07:00 |
|
Karthik Kambatla
|
e4ba92abee
|
YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha)
|
2016-10-25 15:26:27 -07:00 |
|
Karthik Kambatla
|
aedd5c4c1b
|
YARN-5677. RM should transition to standby when connection is lost for an extended period. (Daniel Templeton via kasha)
|
2016-10-25 13:15:58 -07:00 |
|
Yongjun Zhang
|
ce72314657
|
HDFS-11040. Add documentation for HDFS-9820 distcp improvement. Contributed by Yongjun Zhang.
(cherry picked from commit 0f0c15f7a5ea33ced781978bea971f3750883f41)
|
2016-10-25 12:29:28 -07:00 |
|
Yongjun Zhang
|
7bc170ba26
|
HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang.
(cherry picked from commit 8650cc84f20e7d8c32dcdcd91c94372d476e2276)
Conflicts
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCpOptions.java
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpOptions.java
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestOptionsParser.java
|
2016-10-25 11:32:26 -07:00 |
|
Xiaoyu Yao
|
590d19c0a8
|
HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.
(cherry picked from commit 85f6fec0370b3cd94d6c2f19920c0b6d33f127c6)
|
2016-10-25 11:24:27 -07:00 |
|
Junping Du
|
432657780d
|
MAPREDUCE-6792. Allow user's full principal name as owner of MapReduce staging directory in JobSubmissionFiles#JobStagingDir(). Contributed by Santhosh G Nayak.
(cherry picked from commit 9b7ce948a52f4ef433dc958ec891b669a669d7c2)
|
2016-10-25 11:21:33 -07:00 |
|
Zhe Zhang
|
ff806cbfc7
|
HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee.
(cherry picked from commit f6367c5f44a88cb5eb7edffb015b10b657504a61)
|
2016-10-25 10:45:31 -07:00 |
|
Xiao Chen
|
4c5c6c8c44
|
HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.
(cherry picked from commit 09ef97dccbd4c11aaeedf7503d414f999435ad91)
|
2016-10-25 09:59:45 -07:00 |
|
Chris Nauroth
|
05d772e297
|
HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth.
(cherry picked from commit 309a43925c078ff51cdb6bd1273e6f91f43311cb)
|
2016-10-25 09:03:11 -07:00 |
|
Benoy Antony
|
b913b62aaf
|
HADOOP-12082. Support multiple authentication schemes via AuthenticationFilter. Contributed by Hrishikesh Gadre.
|
2016-10-25 08:30:02 -07:00 |
|
Akira Ajisaka
|
6bb23a14b6
|
HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs.
(cherry picked from commit dbd205762ef2cba903b9bd9335bb9a5964d51f74)
|
2016-10-25 15:58:19 +09:00 |
|
Karthik Kambatla
|
ab9105d814
|
YARN-5754. Null check missing for earliest in FifoPolicy. (Yufei Gu via kasha)
(cherry picked from commit a71fc81655cd5382d354674dd06570ba49753688)
|
2016-10-24 22:19:56 -07:00 |
|
Chris Nauroth
|
5c2f67bdae
|
HADOOP-12774. s3a should use UGI.getCurrentUser.getShortname() for username. Contributed by Steve Loughran.
(cherry picked from commit 3372e940303149d6258e0b72c54d72f080f0daa2)
|
2016-10-24 21:54:16 -07:00 |
|
Chris Nauroth
|
5b7cbb5a3c
|
HADOOP-13727. S3A: Reduce high number of connections to EC2 Instance Metadata Service caused by InstanceProfileCredentialsProvider. Contributed by Chris Nauroth.
(cherry picked from commit d8fa1cfa6722cbf7a4ec3d6b9c44b034da9aa351)
|
2016-10-24 21:22:46 -07:00 |
|
Subru Krishnan
|
81595a127f
|
YARN-5711. Propogate exceptions back to client when using hedging RM failover provider.
(cherry picked from commit 0a166b13472213db0a0cd2dfdaddb2b1746b3957)
|
2016-10-24 19:02:03 -07:00 |
|
Robert Kanter
|
c76eb90f0e
|
MAPREDUCE-6728. Give fetchers hint when ShuffleHandler rejects a shuffling connection (haibochen via rkanter)
|
2016-10-24 17:47:09 -07:00 |
|
Kihwal Lee
|
086577c67a
|
HDFS-11042. Add missing cleanupSSLConfig() call for tests that use setupSSLConfig(). Contributed by Kuhu Shukla.
(cherry picked from commit b18f35f097a3ee33f449e506676961f9b9456bbd)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancer.java
|
2016-10-24 08:56:14 -05:00 |
|
Jian He
|
bb8214cab8
|
Revert YARN-4126. RM should not issue delegation tokens in unsecure mode.
|
2016-10-23 15:56:22 -07:00 |
|
Xiaoyu Yao
|
48c9064b33
|
HADOOP-13749. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao.
(cherry picked from commit d0a347984da175948b553a675dc357491df2fd0f)
|
2016-10-23 10:59:01 -07:00 |
|
Xiaoyu Yao
|
68d91e0200
|
Revert "HDFS-10757. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao."
This reverts commit 0205ad5fa81c4001b4d5189dce88b4546a98b2eb.
|
2016-10-23 08:26:01 -07:00 |
|
Xiaoyu Yao
|
0205ad5fa8
|
HDFS-10757. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao.
(cherry picked from commit be7237224819e2491aef91cd4f055c7efcf7b90d)
|
2016-10-21 14:25:29 -07:00 |
|
Chris Douglas
|
25f4327f0b
|
HADOOP-13702. Add instrumented ReadWriteLock. Contributed by Jingcheng Du
(cherry picked from commit ae8bccd5090d8b42dae9a8e0c13a9766a7c42ecb)
|
2016-10-21 13:01:08 -07:00 |
|
Steve Loughran
|
385c1daa46
|
HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran.
|
2016-10-21 19:11:31 +01:00 |
|
Brahma Reddy Battula
|
2ab149f0e4
|
HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula
(cherry picked from commit f872c6bc0390415f13e95b99749b0b1a690991b7)
|
2016-10-21 16:19:18 +05:30 |
|
Karthik Kambatla
|
440a6326d1
|
YARN-5047. Refactor nodeUpdate across schedulers. (Ray Chiang via kasha)
(cherry picked from commit 754cb4e30fac1c5fe8d44626968c0ddbfe459335)
|
2016-10-20 21:18:13 -07:00 |
|
Karthik Kambatla
|
c2cabce2e8
|
YARN-4911. Bad placement policy in FairScheduler causes the RM to crash
(cherry picked from commit a064865abf7dceee46d3c42eca67a04a25af9d4e)
|
2016-10-20 20:57:31 -07:00 |
|
Mingliang Liu
|
c37c00b061
|
HDFS-10998. Add unit tests for HDFS command 'dfsadmin -fetchImage' in HA. Contributed by Xiaobing Zhou
(cherry picked from commit d7d87deece66333c188e9b7c10b4b56ddb529ce9)
|
2016-10-20 19:54:35 -07:00 |
|
Steve Loughran
|
f0af3dee25
|
Revert "HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran."
This reverts commit 42f8a1d6eb5add3180094b126c4af2b3ddbc7cae.
|
2016-10-20 22:48:26 +01:00 |
|
Anu Engineer
|
1f384b617d
|
HADOOP-13737. Cleanup DiskChecker interface. Contributed by Arpit Agarwal.
|
2016-10-20 13:40:01 -07:00 |
|
Aaron T. Myers
|
0f616cefeb
|
HDFS-10423. Increase default value of httpfs maxHttpHeaderSize. Contributed by Nicolae Popa.
(cherry picked from commit aa1b583cf99d1a7cfe554d1769fc4af252374663)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
|
2016-10-20 13:34:52 -07:00 |
|
Anu Engineer
|
42f8a1d6eb
|
HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran.
|
2016-10-20 12:47:57 -07:00 |
|
Wei-Chiu Chuang
|
6f4192d77d
|
HDFS-11018. Incorrect check and message in FsDatasetImpl#invalidate. Contributed by Yiqun Lin.
(cherry picked from commit 6d2da38d16cebe9b82f1048f87127eecee33664c)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2016-10-20 11:58:46 -07:00 |
|
Steve Loughran
|
ab36519b6f
|
Revert "HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula"
This reverts commit bf6379fdd2eef2fed30414559190afa8ccd963d5.
|
2016-10-20 19:32:10 +01:00 |
|
Brahma Reddy Battula
|
bf6379fdd2
|
HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula
(cherry picked from commit f872c6bc0390415f13e95b99749b0b1a690991b7)
|
2016-10-20 21:48:23 +05:30 |
|
Kihwal Lee
|
cacf83b6c3
|
HDFS-10627. Volume Scanner marks a block as "suspect" even if the exception is network-related. Contributed by Rushabh S Shah.
(cherry picked from commit 5c0bffddc0cb824a8a2751bcd0dc3e15ce081727)
|
2016-10-20 11:02:02 -05:00 |
|