Akira Ajisaka
73d8f8761e
HADOOP-15899. Update AWS Java SDK versions in NOTICE.txt.
2018-11-05 15:31:53 +09:00
Xiaoyu Yao
0577c89015
HADOOP-15339. Support additional key/value propereties in JMX bean registration. Contributed by Elek Marton.
2018-11-02 10:44:41 +01:00
Jonathan Hung
221494a75c
YARN-7225. Add queue and partition info to RM audit log. Contributed by Eric Payne
...
(cherry picked from commit 2ab611d48b
)
2018-11-01 14:31:22 -07:00
Steve Loughran
cd641f3218
HADOOP-15781. S3A assumed role tests failing due to changed error text in AWS exceptions.
...
Contributed by Steve Loughran.
Missed final change to ITestAssumeRole
2018-11-01 12:55:19 +00:00
Steve Loughran
3f35946c6e
HADOOP-15781. S3A assumed role tests failing due to changed error text in AWS exceptions.
...
Contributed by Steve Loughran
This is a subset of c07715e378
to track changes in the AWS STS error messages.
If the later AWS SDK is ever backported to older branches, the rest of that patch will need
cherry-picking
2018-11-01 12:52:48 +00:00
Akira Ajisaka
dd70b1f538
Addendum: Fix potential FSImage corruption. Contributed by Xiao Chen.
2018-10-31 17:02:15 +09:00
Steve Loughran
e060e90baa
HADOOP-15855. Review hadoop credential doc, including object store details.
...
Contributed by Steve Loughran.
(cherry picked from commit 62d98ca92a
)
2018-10-30 15:59:00 +00:00
Rohith Sharma K S
d9a494b1e0
YARN-8950. Fix compilation issue due to dependency convergence error for hbase.profile=2.0.
...
(cherry picked from commit 4ec4ec6971
)
2018-10-30 11:50:56 +05:30
Xiao Chen
399645ebc1
HDFS-14027. DFSStripedOutputStream should implement both hsync methods.
...
(cherry picked from commit db7e636824
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSStripedOutputStream.java
2018-10-29 19:13:51 -07:00
Weiwei Yang
7dd8eafe33
YARN-8915. Update the doc about the default value of maximum-container-assignments for capacity scheduler. Contributed by Zhankun Tang.
...
(cherry picked from commit 78ea897b67
)
2018-10-29 12:06:52 +08:00
Weiwei Yang
70efe253f3
YARN-8944. TestContainerAllocation.testUserLimitAllocationMultipleContainers failure after YARN-8896. Contributed by Wilfred Spiegelenburg.
...
(cherry picked from commit 1d90a0dd23
)
2018-10-29 11:56:31 +08:00
Wei-Chiu Chuang
35e09fe594
Revert "HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao."
...
This reverts commit ef9f8ca13d
.
2018-10-28 17:06:40 -07:00
Anu Engineer
4a1be70099
HDFS-14028. HDFS OIV temporary dir deletes folder.
...
Contributed by Adam Antal.
(cherry picked from commit 4f10d7e23f
)
2018-10-26 16:51:52 -07:00
Sunil G
1408f46834
HADOOP-15815. Upgrade Eclipse Jetty version to 9.3.24. Cotributed by Boris Vulikh.
...
(cherry picked from commit e28c00c290
)
2018-10-26 13:47:49 +05:30
Sammi Chen
366541d834
HADOOP-15868. AliyunOSS: update document for properties of multiple part download, multiple part upload and directory copy. Contributed by Jinhu Wu.
...
(cherry picked from commit 7574d18538
)
2018-10-26 15:28:20 +08:00
Arpit Agarwal
8b4f9b3e2c
HDFS-14029. Sleep in TestLazyPersistFiles should be put into a loop. Contributed by Adam Antal.
...
(cherry picked from commit 9b899f1ebd
)
2018-10-25 15:14:48 -07:00
Bharat Viswanadham
e3bf7f29af
HADOOP-15882. Upgrade maven-shade-plugin from 2.4.3 to 3.2.0. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 34b2521f5e
)
2018-10-25 13:53:24 -07:00
Wei-Chiu Chuang
ef9f8ca13d
HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao.
...
(cherry picked from commit fb2b72e6fc
)
(cherry picked from commit fd02c501c0
)
2018-10-25 09:37:31 -07:00
Inigo Goiri
4b1f2ecd4c
HDFS-14003. Fix findbugs warning in trunk for FSImageFormatPBINode. Contributed by Yiqun Lin.
...
(cherry picked from commit 0e56c883cd
)
2018-10-24 16:14:14 -07:00
Xiao Chen
96cedb87b9
Fix potential FSImage corruption. Contributed by Daryn Sharp and Vinayakumar B.
...
(cherry picked from commit f1996ccbaee734d423caa9d47a571cfff98ef42c)
2018-10-24 16:10:25 -07:00
bibinchundatt
4167275e89
MAPREDUCE-7151. RMContainerAllocator#handleJobPriorityChange expects application_priority always. Contributed by Bilwa S T.
...
(cherry picked from commit 74a5e683fe
)
2018-10-25 00:27:40 +05:30
Inigo Goiri
2e43966b56
HDFS-14021. TestReconstructStripedBlocksWithRackAwareness#testReconstructForNotEnoughRacks fails intermittently. Contributed by Xiao Chen.
...
(cherry picked from commit c1874046e2
)
2018-10-24 09:38:40 -07:00
Akira Ajisaka
080e9d0f9b
HADOOP-15822. zstd compressor can fail with a small output buffer. Contributed by Jason Lowe.
...
(cherry picked from commit 8f97d6f2cd
)
Conflicts:
dev-support/docker/Dockerfile
2018-10-24 13:54:30 +09:00
Jason Lowe
3be72b7aa2
YARN-8904. TestRMDelegationTokens can fail in testRMDTMasterKeyStateOnRollingMasterKey. Contributed by Wilfred Spiegelenburg
...
(cherry picked from commit 93fb3b4b9c
)
2018-10-23 12:55:48 -05:00
Rohith Sharma K S
3e3b088856
YARN-8826. Fix lingering timeline collector after serviceStop in TimelineCollectorManager. Contributed by Prabha Manepalli.
...
(cherry picked from commit 0b62983c5a
)
2018-10-23 14:08:06 +05:30
Sunil G
0cb184d6e9
YARN-8868. Set HTTPOnly attribute to Cookie. Contributed by Chandni Singh.
...
(cherry picked from commit 2202e00ba8
)
2018-10-23 09:58:05 +05:30
Arpit Agarwal
8548864ccb
HDFS-13941. make storageId in BlockPoolTokenSecretManager.checkAccess optional. Contributed by Ajay Kumar.
...
(cherry picked from commit c58811c77d
)
2018-10-22 14:44:58 -07:00
Steve Loughran
f8c7073bd0
HADOOP-15866. Renamed HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT keys break compatibility.
...
Contributed by Wei-Chiu Chuang.
(cherry picked from commit cb8d11e7bf5055508949a6a4f074efacc8cb1305)
2018-10-22 11:08:47 +01:00
Sunil G
450f231a53
YARN-7502. Nodemanager restart docs should describe nodemanager supervised property. Contributed by Suma Shivaprasad.
...
(cherry picked from commit e50334513c
)
2018-10-22 14:16:54 +05:30
Ted Yu
84726679f0
HADOOP-15850. CopyCommitter#concatFileChunks should check that the blocks per chunk is not 0. Contributed by Ted Yu.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit e2cecb681e
)
(cherry picked from commit a7dd244a49
)
2018-10-19 13:22:31 -07:00
Eric Yang
e86efa8712
YARN-8910. Fixed misleading log statement when container max retries is infinite.
...
Contributed by Chandni Singh
(cherry picked from commit 47ad98b2e1
)
2018-10-19 13:50:32 -04:00
Wangda Tan
c11d2341af
YARN-8908. Fix errors in yarn-default.xml related to GPU/FPGA. (Zhankun Tang via wangda)
...
Change-Id: I46f511a9b51b65b069e15d5b827530110c41edab
(cherry picked from commit 071b9e19aa
)
2018-10-19 09:55:27 -07:00
Takanobu Asanuma
bad5d81ac1
HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka.
...
(cherry picked from commit 9bd18324c7
)
2018-10-19 21:40:59 +09:00
Weiwei Yang
beca90ece8
YARN-8907. Fix incorrect logging message in TestCapacityScheduler. Contributed by Zhankun Tang.
...
(cherry picked from commit 13cc0f50ea
)
2018-10-19 10:02:46 +08:00
Giovanni Matteo Fumarola
92c6bde6be
HDFS-14005. RBF: Web UI update to bootstrap-3.3.7. Contributed by Inigo Goiri.
2018-10-18 14:28:19 -07:00
Wangda Tan
d381f32219
YARN-6098. Add documentation for Delete Queue. (Suma Shivaprasad via wangda)
...
Change-Id: I23bf7ca0acbe1168a7f805ceccdd62fe41bfeb35
(cherry picked from commit bfb88b10f4
)
2018-10-18 12:29:28 -07:00
Wangda Tan
46baafedf1
YARN-8896. Limit the maximum number of container assignments per heartbeat. (Zhankun Tang via wangda)
...
Change-Id: I6e72f8362bd7f5c2a844cb9e3c4732492314e9f1
(cherry picked from commit 780be14f07
)
2018-10-18 12:29:19 -07:00
Eric Yang
3cb52958b2
YARN-8687. Update YARN service file type in documentation.
...
Contributed by Suma Shivaprasad
2018-10-18 12:04:27 -04:00
Inigo Goiri
16e1ab4c99
HDFS-14000. RBF: Documentation should reflect right scripts for v3.0 and above. Contributed by CR Hota.
...
(cherry picked from commit 7347fa2df3
)
2018-10-17 16:42:32 -07:00
Jason Lowe
65b27f8ed2
HADOOP-15859. ZStandardDecompressor.c mistakes a class for an instance. Contributed by Jason Lowe
...
(cherry picked from commit 9abda83947
)
2018-10-17 14:43:19 -05:00
Steve Loughran
9c350785d4
HADOOP-15861. Move DelegationTokenIssuer to the right path.
...
Contributed by Wei-Chiu Chuang.
(cherry picked from commit 41b3603b5b
)
2018-10-17 11:03:22 +01:00
Akira Ajisaka
ddd7da52c9
HADOOP-15802. start-build-env.sh creates an invalid /etc/sudoers.d/hadoop-build-${USER_ID} file entry. Contributed by Jon Boone.
...
(cherry picked from commit e3342a1aba
)
2018-10-17 10:14:49 +09:00
Eric Yang
7c40f9b37c
YARN-8810. Fixed a YARN service bug in comparing ConfigFile object.
...
Contributed by Chandni Singh
2018-10-16 18:58:28 -04:00
Wangda Tan
3e1894c376
YARN-8892. YARN UI2 doc changes to update security status (verified under security environment). (Sunil G via wangda)
...
Change-Id: I8bc8622936861b8d6de3e42a0b75af86ad8a3961
(cherry picked from commit 538250db26
)
2018-10-16 14:36:36 -07:00
Xiao Chen
30526f2c5c
MAPREDUCE-7132. JobSplitWriter prints unnecessary warnings if EC(RS10,4) is used. Contributed by Peter Bacsko.
...
(cherry picked from commit 25f8fcb064
)
2018-10-16 10:24:24 -07:00
Xiao Chen
d1749fbaae
HADOOP-14445. Addendum: Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
...
(cherry picked from commit b6fc72a025
)
2018-10-15 11:00:30 -07:00
Sunil G
38e187384b
YARN-8869. YARN Service Client might not work correctly with RM REST API for Kerberos authentication. Contributed by Eric Yang.
...
(cherry picked from commit fa94d370b6
)
2018-10-15 21:23:07 +05:30
Xiao Chen
6a1ce74fb1
HADOOP-14445. Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
...
Contributed by Daryn Sharp, Xiao Chen, Rushabh S Shah.
(cherry picked from commit 5ec86b445c
)
(cherry picked from commit e93e401f492c7fc112da3d0c63b3b186c1b196ec)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSClientProvider.java
2018-10-12 12:08:26 -07:00
Inigo Goiri
6342a7cb98
HDFS-13802. RBF: Remove FSCK from Router Web UI. Contributed by Fei Hui.
...
(cherry picked from commit f63ee083db
)
2018-10-12 10:11:24 -07:00
Vinayakumar B
bed2f407a9
HDFS-13945. TestDataNodeVolumeFailure is Flaky. Contributed by Ayush Saxena.
...
(cherry picked from commit 6e0e6daaf3
)
2018-10-12 17:36:03 +05:30