Jitendra Pandey
|
a92bf39e23
|
HADOOP-14680. Azure: IndexOutOfBoundsException in BlockBlobInputStream. Contributed by Thomas Marquardt.
|
2017-07-25 16:26:48 -07:00 |
|
Daniel Templeton
|
f81a4efb8c
|
YARN-6307. Refactor FairShareComparator#compare (Contributed by Yufei Gu via Daniel Templeton)
|
2017-07-25 13:00:31 -07:00 |
|
Jian He
|
ac9489f7fc
|
YARN-6804. Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi
|
2017-07-25 09:57:14 -07:00 |
|
Kihwal Lee
|
a68b5b31cf
|
HDFS-12171. Reduce IIP object allocations for inode lookup. Contributed by Daryn Sharp.
|
2017-07-25 11:03:49 -05:00 |
|
Brahma Reddy Battula
|
6d983cca52
|
HADOOP-14455. ViewFileSystem#rename should support be supported within same nameservice with different mountpoints. Contributed by Brahma Reddy Battula.
|
2017-07-25 23:51:53 +08:00 |
|
Kihwal Lee
|
1a79dcfc45
|
HDFS-12143. Improve performance of getting and removing inode features. Contributed by Daryn Sharp.
|
2017-07-25 10:28:57 -05:00 |
|
Akira Ajisaka
|
cca51e916b
|
HADOOP-14681. Remove MockitoMaker class. Contributed by Andras Bokor.
|
2017-07-25 15:24:56 +09:00 |
|
Akira Ajisaka
|
218b1b33ff
|
YARN-6150. TestContainerManagerSecurity tests for Yarn Server are flakey. Contributed by Daniel Sturman and Ray Chiang.
|
2017-07-25 15:12:08 +09:00 |
|
Jitendra Pandey
|
f2921e51f0
|
HADOOP-14518. Customize User-Agent header sent in HTTP/HTTPS requests by WASB. Contributed by Georgi Chalakov.
|
2017-07-24 23:01:01 -07:00 |
|
Ravi Prakash
|
c98201b5d8
|
HDFS-12193. Fix style issues in HttpFS tests. Contributed by Zoran Dimitrijevic
|
2017-07-24 19:06:15 -07:00 |
|
Ravi Prakash
|
94ca52ae9e
|
HADOOP-14597. Native compilation broken with OpenSSL-1.1.0. Contributed by Ravi Prakash.
|
2017-07-24 16:01:45 -07:00 |
|
Daniel Templeton
|
10583625c1
|
YARN-6845. Variable scheduler of FSLeafQueue duplicates the one of its parent FSQueue.
(Contributed by Yufei Gu via Daniel Templeton)
|
2017-07-24 13:44:00 -07:00 |
|
Daniel Templeton
|
bb30bd3771
|
YARN-6779. DominantResourceFairnessPolicy.DominantResourceFairnessComparator.calculateShares() should be @VisibleForTesting
(Contributed by Yeliang Cang via Daniel Templeton)
|
2017-07-24 12:13:50 -07:00 |
|
Daniel Templeton
|
4c40cd451c
|
YARN-6844. AMRMClientImpl.checkNodeLabelExpression() has wrong error message
(Contributed by Manikandan R via Daniel Templeton)
|
2017-07-24 12:03:02 -07:00 |
|
Jason Lowe
|
24853bf32a
|
YARN-6768. Improve performance of yarn api record toString and fromString. Contributed by Jonathan Eagles
|
2017-07-24 10:19:20 -05:00 |
|
Akira Ajisaka
|
770cc46228
|
HDFS-12176. dfsadmin shows DFS Used%: NaN% if the cluster has zero block. Contributed by Weiwei Yang.
|
2017-07-24 16:24:23 +09:00 |
|
Sunil G
|
e315328428
|
YARN-6102. RMActiveService context to be updated with new RMContext on failover. Contributed by Rohith Sharma K S.
|
2017-07-24 11:39:03 +05:30 |
|
Brahma Reddy Battula
|
2054324d47
|
Revert "YARN-6804. [YARN core changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi"
This reverts commit 4a771d9010 .
|
2017-07-23 12:56:18 +08:00 |
|
Wei-Chiu Chuang
|
465c213439
|
HDFS-12094. Log torrent when none isa-l EC is used. Contributed by LiXin Ge.
|
2017-07-21 12:25:03 -07:00 |
|
Jian He
|
4a771d9010
|
YARN-6804. [YARN core changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi
|
2017-07-21 11:31:33 -07:00 |
|
Kihwal Lee
|
8e3a992ecc
|
HDFS-11742. Improve balancer usability after HDFS-8818. Contributed by Kihwal Lee
|
2017-07-21 09:14:19 -05:00 |
|
John Zhuge
|
3b48f81411
|
HDFS-12166. Do not deprecate HTTPFS_TEMP. Contributed by John Zhuge.
Change-Id: Icdd032de9feea3d0dde71bf8145b70497993d97f
|
2017-07-20 20:45:09 -07:00 |
|
Wei-Chiu Chuang
|
44350fdf49
|
HADOOP-14557. Document HADOOP-8143 (Change distcp to have -pb on by default). Contributed by Bharat Viswanadham.
|
2017-07-20 18:23:13 -07:00 |
|
Konstantin V Shvachko
|
8c2c812832
|
HDFS-11472. Fix inconsistent replica size after a data pipeline failure. Contributed by Erik Krogen and Wei-Chiu Chuang.
|
2017-07-20 14:47:25 -07:00 |
|
Kihwal Lee
|
b3269f7cc1
|
HADOOP-14659. UGI getShortUserName does not need to search the Subject. Contributed by Daryn Sharp.
|
2017-07-20 16:12:21 -05:00 |
|
Jason Lowe
|
c8df3668ec
|
YARN-6837. Null LocalResource visibility or resource type can crash the nodemanager. Contributed by Jinjiang Ling
|
2017-07-20 11:03:04 -05:00 |
|
Haibo Chen
|
0ba8cda135
|
YARN-6685. Add job count in to SLS JSON input format. (Yufei Gu via Haibo Chen)
|
2017-07-20 08:15:46 -07:00 |
|
Daniel Templeton
|
c21c260392
|
HADOOP-14666. Tests use assertTrue(....equals(...)) instead of assertEquals()
|
2017-07-19 13:58:55 -07:00 |
|
Arun Suresh
|
077fcf6a96
|
YARN-6777. Support for ApplicationMasterService processing chain of interceptors. (asuresh)
|
2017-07-19 12:26:40 -07:00 |
|
Yongjun Zhang
|
3556e36be3
|
HDFS-12139. HTTPFS liststatus returns incorrect pathSuffix for path of file. Contributed by Yongjun Zhang.
|
2017-07-19 10:56:50 -07:00 |
|
Anu Engineer
|
413b23eb04
|
HDFS-12158. Secondary Namenode's web interface lack configs for X-FRAME-OPTIONS protection. Contributed by Mukul Kumar Singh.
|
2017-07-19 10:29:06 -07:00 |
|
Brahma Reddy Battula
|
04ff412dab
|
HDFS-12133. Correct ContentSummaryComputationContext Logger class name.. Contributed by Surendra Singh Lilhore.
|
2017-07-19 23:43:10 +08:00 |
|
Brahma Reddy Battula
|
f8cd55fe33
|
HDFS-12067. Correct dfsadmin commands usage message to reflects IPC port. Contributed by steven-wugang.
|
2017-07-19 23:21:43 +08:00 |
|
Jason Lowe
|
df180259b0
|
HADOOP-14669. GenericTestUtils.waitFor should use monotonic time. Contributed by Daniel Templeton
|
2017-07-19 09:41:22 -05:00 |
|
Jitendra Pandey
|
2843c688bc
|
HADOOP-14642. wasb: add support for caching Authorization and SASKeys. Contributed by Sivaguru Sankaridurg.
|
2017-07-19 00:13:06 -07:00 |
|
Rohith Sharma K S
|
845c4e52bd
|
YARN-6819. Application report fails if app rejected due to nodesize. Contributed by Bibin A Chundatt.
|
2017-07-19 11:10:52 +05:30 |
|
Yufei Gu
|
daaf530fce
|
YARN-6778. In ResourceWeights, weights and setWeights() should be final. (Daniel Templeton via Yufei Gu)
|
2017-07-18 16:38:07 -07:00 |
|
Jason Lowe
|
5aa2bf231f
|
HADOOP-14637. GenericTestUtils.waitFor needs to check condition again after max wait time. Contributed by Daniel Templeton
|
2017-07-18 16:23:41 -05:00 |
|
Ray Chiang
|
f5f14a2ad6
|
YARN-6798. Fix NM startup failure with old state store due to version mismatch. (Botong Huang via rchiang)
|
2017-07-18 12:35:08 -07:00 |
|
Sunil G
|
0b7afc060c
|
Addendum patch for YARN-5731
|
2017-07-18 11:49:09 +05:30 |
|
Akira Ajisaka
|
ccaf036662
|
HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common. Contributed by Wenxin He.
|
2017-07-18 13:32:37 +09:00 |
|
Arun Suresh
|
5b007921cd
|
YARN-6706. Refactor ContainerScheduler to make oversubscription change easier. (Haibo Chen via asuresh)
|
2017-07-17 14:11:14 -07:00 |
|
Tsz-Wo Nicholas Sze
|
ed27f2b2cc
|
HDFS-12138. Remove redundant 'public' modifiers from BlockCollection. Contributed by Chen Liang
|
2017-07-17 13:54:16 -07:00 |
|
Jitendra Pandey
|
b0e78ae085
|
HADOOP-14640. Azure: Support affinity for service running on localhost and reuse SPNEGO hadoop.auth cookie for authorization, SASKey and delegation token generation. Contributed by Santhosh G Nayak.
|
2017-07-17 02:27:55 -07:00 |
|
Sunil G
|
fb3b5d33ff
|
MAPREDUCE-6889. Add Job#close API to shutdown MR client services. Contributed by Rohith Sharma K S.
|
2017-07-17 13:35:15 +05:30 |
|
Anu Engineer
|
02b141ac60
|
HDFS-11786. Add support to make copyFromLocal multi threaded. Contributed by Mukul Kumar Singh.
|
2017-07-16 10:59:34 -07:00 |
|
Brahma Reddy Battula
|
b778887af5
|
HDFS-12112. TestBlockManager#testBlockManagerMachinesArray sometimes fails with NPE. Contributed by Wei-Chiu Chuang.
|
2017-07-15 10:38:31 +08:00 |
|
Steve Loughran
|
06ece48322
|
HADOOP-14662. Update azure-storage sdk to version 5.4.0.
Contributed by Thomas Marquardt.
|
2017-07-15 16:27:17 +01:00 |
|
Xiao Chen
|
0a6d5c0cf1
|
HADOOP-14521. KMS client needs retry logic. Contributed by Rushabh S Shah.
|
2017-07-14 22:22:53 -07:00 |
|
Tsz-Wo Nicholas Sze
|
f413ee33df
|
HDFS-12130. Optimizing permission check for getContentSummary. Contributed by Chen Liang
|
2017-07-14 14:35:51 -07:00 |
|