Junping Du
|
168d8e0c04
|
HADOOP-14683. FileStatus.compareTo binary compatible issue. Contributed by Akira Ajisaka.
(cherry picked from commit cf6794ebe93906c406a54acc5c8854dc600a9a7f)
(cherry picked from commit 60c10ea7b47f185997b215aea7a3f375ed713ac5)
|
2017-08-01 17:19:18 -07:00 |
|
Wangda Tan
|
f2f09e2bb0
|
YARN-5731. Preemption calculation is not accurate when reserved containers are present in queue. (wangda)
Change-Id: Ie8c5145f449582253dcf8c0f6f388e3660ab1c6b
|
2017-08-01 15:24:19 -07:00 |
|
Jason Lowe
|
0020a8e7d9
|
YARN-6628. Unexpected jackson-core-2.2.3 dependency introduced. Contributed by Jonathan Eagles
(cherry picked from commit b9640c02bf5072014299124cfd44880d7361a5a7)
|
2017-07-31 16:39:05 -05:00 |
|
Akira Ajisaka
|
55c4eb3cf4
|
HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor.
(cherry picked from commit 0fd6d0f2d361536b2baf859ddbb082eb2eadcfcf)
(cherry picked from commit b19415f1a18f4a2a121408f777fd9eaaeb52d074)
|
2017-07-31 17:29:31 +09:00 |
|
Akira Ajisaka
|
d57784cbda
|
YARN-5728. TestMiniYarnClusterNodeUtilization.testUpdateNodeUtilization timeout.
(cherry picked from commit f8bed5e9a7d1ece127fb3da123bbfc26ada0016f)
(cherry picked from commit 98c3544e9407e3e1dfae9806d4a8181508952bed)
|
2017-07-31 12:34:25 +09:00 |
|
Brahma Reddy Battula
|
90f3108b8e
|
HADOOP-14455. ViewFileSystem#rename should support be supported within same nameservice with different mountpoints. Contributed by Brahma Reddy Battula.
(cherry picked from commit 8bfb9971cad1a83da852de4d12f1de4197d25d21)
|
2017-07-30 14:02:25 +08:00 |
|
John Zhuge
|
a1682876c9
|
HADOOP-14678. AdlFilesystem#initialize swallows exception when getting user name. Contributed by John Zhuge.
(cherry picked from commit f735ad1b67ed82d9b11b1afd7ae39035a6aed18b)
|
2017-07-28 09:55:14 -07:00 |
|
Sunil G
|
e5ada740ff
|
YARN-5892. Support user-specific minimum user limit percentage in Capacity Scheduler. Contributed by Eric Payne.
|
2017-07-28 20:08:20 +05:30 |
|
Brahma Reddy Battula
|
9a168ae884
|
HDFS-11896. Non-dfsUsed will be doubled on dead node re-registration. Contributed by Brahma Reddy Battula.
(cherry picked from commit c4a85c694fae3f814ab4e7f3c172da1df0e0e353)
|
2017-07-27 12:37:36 -07:00 |
|
Kihwal Lee
|
c586b7ab7d
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
(cherry picked from commit e407449ddb52c36b74358f22db498424e82ec4a7)
(cherry picked from commit 2d6be7ea2311deb13cbad738b4c8fc68ad25ab2a)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestRMAdminCLI.java
|
2017-07-26 14:15:39 -05:00 |
|
Kihwal Lee
|
e15a08fc9a
|
HADOOP-14578. Bind IPC connections to kerberos UPN host for proxy users.
Contributed by Daryn Sharp.
|
2017-07-26 13:29:07 -05:00 |
|
Kihwal Lee
|
38c56bbb46
|
HDFS-12171. Reduce IIP object allocations for inode lookup. Contributed by Daryn Sharp.
(cherry picked from commit 3d8c7d701b8f22b3b4d67f587f7ff2318c60c541)
|
2017-07-25 11:08:57 -05:00 |
|
Jitendra Pandey
|
c0e294ffc8
|
HADOOP-10829. Iteration on CredentialProviderFactory.serviceLoader is thread-unsafe. Contributed by Benoy Antony and Rakesh R.
(cherry picked from commit b82485d6fed2194bf0dc2eedfab7e226e30a7cf0)
|
2017-07-25 09:04:49 -07:00 |
|
Kihwal Lee
|
7be52c9c79
|
HDFS-12143. Improve performance of getting and removing inode features. Contributed by Daryn Sharp.
(cherry picked from commit 1a79dcfc457969d6a6c08ffffe4152fd7638e48a)
|
2017-07-25 10:33:09 -05:00 |
|
Jason Lowe
|
db0bc8fafa
|
YARN-6768. Improve performance of yarn api record toString and fromString. Contributed by Jonathan Eagles
(cherry picked from commit 24853bf32a045b8f029fb136edca2af03836c8d5)
|
2017-07-24 10:25:04 -05:00 |
|
Allen Wittenauer
|
02ef086824
|
HADOOP-13178. TestShellBasedIdMapping.testStaticMapUpdate doesn't work on OS X (Kai Sasaki via aw)
(cherry picked from commit d8c1fd1944160ad5b5d093731ae987d701802321)
(cherry picked from commit daa768534409f08a83759634b5c3966e32e6f170)
|
2017-07-24 12:03:40 +09:00 |
|
Brahma Reddy Battula
|
a1421de70e
|
HADOOP-13867. FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations. Contributed By Vinayakumar B.
(cherry picked from commit 0ef796174ecb5383f79cfecfcbfc4f309d093cd7)
(cherry picked from commit 6f445408022f210e01f826499d447d4e7792b429)
|
2017-07-23 16:09:29 +08:00 |
|
Brahma Reddy Battula
|
587d47cfec
|
HDFS-8312. Trash does not descent into child directories to check for permissions. Contributed By Weiwei Yang via Eric Yang.
(cherry picked from commit 820496fbbc00ede0484bec5511c6b12913e97356)
|
2017-07-23 16:09:10 +08:00 |
|
Jason Lowe
|
4fc070ac59
|
YARN-4731. container-executor should not follow symlinks in recursive_unlink_children. Contributed by Colin Patrick McCabe
(cherry picked from commit c58a6d53c58209a8f78ff64e04e9112933489fb5)
Conflicts:
hadoop-yarn-project/CHANGES.txt
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/test-container-executor.c
|
2017-07-21 14:46:18 -05:00 |
|
Jason Lowe
|
293ac4c18b
|
YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe
(cherry picked from commit fa328e2d39eda1c479389b99a5c121e640a1e0ad)
Conflicts:
hadoop-yarn-project/CHANGES.txt
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/test-container-executor.c
|
2017-07-21 14:33:34 -05:00 |
|
Eric Payne
|
95be843851
|
YARN-6450. TestContainerManagerWithLCE requires override for each new test added to ContainerManagerTest? Contributed by Jason Lowe.
(cherry picked from commit a16ab2be91e29f0aa4ad3488d35977cb5d1e1f5c)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/TestContainerManagerWithLCE.java
|
2017-07-21 10:32:35 -05:00 |
|
Kihwal Lee
|
e229ffee64
|
HDFS-11742. Improve balancer usability after HDFS-8818. Contributed by Kihwal Lee
(cherry picked from commit 8e3a992eccff26a7344c3f0e719898fa97706b8c)
|
2017-07-21 09:22:28 -05:00 |
|
Brahma Reddy Battula
|
f65dc6ee95
|
HDFS-12177. NameNode exits due to setting BlockPlacementPolicy loglevel to Debug. Contributed by Jiandan Yang.
|
2017-07-21 21:13:20 +08:00 |
|
Konstantin V Shvachko
|
f3bf1a6eb9
|
HDFS-11472. Fix inconsistent replica size after a data pipeline failure. Contributed by Erik Krogen and Wei-Chiu Chuang.
(cherry picked from commit 2a5a313539e211736fef12010918a60f9edad030)
|
2017-07-20 16:09:56 -07:00 |
|
Kihwal Lee
|
5d58ba0e3d
|
HADOOP-14659. UGI getShortUserName does not need to search the Subject. Contributed by Daryn Sharp.
(cherry picked from commit b3269f7cc119cbc51b16118b918f345f970804bc)
|
2017-07-20 16:22:11 -05:00 |
|
Jason Lowe
|
6e45c543cb
|
YARN-6837. Null LocalResource visibility or resource type can crash the nodemanager. Contributed by Jinjiang Ling
(cherry picked from commit c8df3668ecc37c2d58cad35520a762eaec3c8539)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/records/impl/pb/TestApplicationClientProtocolRecords.java
|
2017-07-20 11:11:41 -05:00 |
|
Wangda Tan
|
a39617df63
|
YARN-6775. CapacityScheduler: Improvements to assignContainers, avoid unnecessary canAssignToUser/Queue calls. (Nathan Roberts via wangda)
Change-Id: I5951f0997547de7d2e4a30b4ad87ab0a59b3066a
|
2017-07-19 15:29:45 -07:00 |
|
Anu Engineer
|
6ed569df21
|
HDFS-12158. Secondary Namenode's web interface lack configs for X-FRAME-OPTIONS protection. Contributed by Mukul Kumar Singh.
(cherry picked from commit 413b23eb04eee24275257ab462133e0818f87449)
(cherry picked from commit e0297ffbc89e9f037d5f6a8c5874ce8794656e0c)
|
2017-07-19 10:46:21 -07:00 |
|
Rohith Sharma K S
|
4daf5741e0
|
YARN-5920. Fix deadlock in TestRMHA.testTransitionedToStandbyShouldNotHang. Contributed by Varun Saxena.
(cherry picked from commit e15c20edba1e9a23475ee6a4dfbadbdb8c1f668a)
|
2017-07-17 14:52:06 -05:00 |
|
Brahma Reddy Battula
|
6039a2a55f
|
HDFS-12112. TestBlockManager#testBlockManagerMachinesArray sometimes fails with NPE. Contributed by Wei-Chiu Chuang.
(cherry picked from commit b778887af59d96f1fac30cae14be1cabbdb74c8b)
|
2017-07-15 11:12:56 +08:00 |
|
Xiao Chen
|
8b7d1df766
|
HADOOP-14521. KMS client needs retry logic. Contributed by Rushabh S Shah.
|
2017-07-14 22:23:13 -07:00 |
|
Kihwal Lee
|
e28c74102d
|
HDFS-12140. Remove BPOfferService lock contention to get block pool id. Contributed by Daryn Sharp.
(cherry picked from commit e7d187a1b6a826edd5bd0f708184d48f3674d489)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPOfferService.java
|
2017-07-14 16:17:44 -05:00 |
|
Kihwal Lee
|
561b72970f
|
HDFS-12137. DN dataset lock should be fair. Contributed by Daryn Sharp.
(cherry picked from commit a47820d72a4c4aba857fd7325fa9ae9a95fe8faa)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2017-07-14 15:50:18 -05:00 |
|
Jason Lowe
|
1edc16ee54
|
YARN-3260. AM attempt fail to register before RM processes launch event. Contributed by Bibin A Chundatt
(cherry picked from commit a5ae5ac50e97cf829c41dcf01655cd9bd4d36a00)
|
2017-07-14 15:06:31 -05:00 |
|
Ravi Prakash
|
d6228fbebd
|
MAPREDUCE-6910. MapReduceTrackingUriPlugin can not return the right URI of history server with HTTPS. Contributed by Lantao Jin
(cherry picked from commit 43f0503286eccbc6bb8ae77584b635bfd0c48e50)
(cherry picked from commit 756a06814355465c85b9d66f262ee875dd86dbb7)
|
2017-07-13 22:57:44 -07:00 |
|
Jason Lowe
|
8c69b040ac
|
YARN-6805. NPE in LinuxContainerExecutor due to null PrivilegedOperationException exit code. Contributed by Jason Lowe
(cherry picked from commit a77fb561efcea03060674d37ebadc15069766b6f)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/LinuxContainerExecutor.java
|
2017-07-13 18:00:05 -05:00 |
|
Jason Lowe
|
9cff53fed9
|
YARN-6654. RollingLevelDBTimelineStore backwards incompatible after fst upgrade. Contributed by Jonathan Eagles
(cherry picked from commit 5f1ee72b0ebf0330417b7c0115083bc851923be4)
|
2017-07-13 17:30:57 -05:00 |
|
Akira Ajisaka
|
c180005fcf
|
MAPREDUCE-6697. Concurrent task limits should only be applied when necessary. Contributed by Nathan Roberts.
(cherry picked from commit a5c0476a990ec1e7eb34ce2462a45aa52cc1350d)
|
2017-07-13 13:30:33 -07:00 |
|
Masatake Iwasaki
|
7c8d4a1b3f
|
HADOOP-14646. FileContextMainOperationsBaseTest#testListStatusFilterWithSomeMatches never runs. Contributed by Andras Bokor.
(cherry picked from commit b61ab8573eb2f224481118004f620fe9f18db74b)
|
2017-07-13 21:52:34 +09:00 |
|
Xiaoyu Yao
|
c9adca70e6
|
HDFS-11502. Datanode UI should display hostname based on JMX bean instead of window.location.hostname. Contributed by Jeffrey E Rodriguez and Yuanbo Liu.
(cherry picked from commit e15e2713e1e344b14d63726639d1c83451921515)
|
2017-07-12 16:39:22 -07:00 |
|
Jason Lowe
|
4f1dfcc118
|
YARN-6797. TimelineWriter does not fully consume the POST response. Contributed by Jason Lowe
(cherry picked from commit 655110393bf90a7dac5d85f831ea225071f5f3c2)
|
2017-07-12 15:54:49 -05:00 |
|
Junping Du
|
28be69ae6d
|
MAPREDUCE-5621. mr-jobhistory-daemon.sh doesn't have to execute mkdir and chown all the time. Contributed by Shinichi Yamashita.
(cherry picked from commit ea3dba37cd81a238ffcca4bb41dd69089187bc11)
|
2017-07-12 12:54:35 -07:00 |
|
Akira Ajisaka
|
ebb66d2038
|
YARN-6809. Fix typo in ResourceManagerHA.md. Contributed by Yeliang Cang.
(cherry picked from commit b628d0da5196faa5abf4c95dc7e1bb4eb67f6707)
(cherry picked from commit 3419381e988b489d4fde677f2ab191a955724371)
|
2017-07-12 19:39:29 +09:00 |
|
Akira Ajisaka
|
d1fb4948d2
|
HADOOP-14629. Improve exception checking in FileContext related JUnit tests. Contributed by Andras Bokor.
(cherry picked from commit 9144fd9e9b5d84d71158451428341746a6567152)
(cherry picked from commit 2653cf4466ab99960ea65a937ea01fc4d4ca2f00)
|
2017-07-12 11:44:15 +09:00 |
|
Xiao Chen
|
83eacccc17
|
HADOOP-14044. Synchronization issue in delegation token cancel functionality. Contributed by Hrishikesh Gadre.
(cherry picked from commit ba75bc759334c8987e5f7dd4b21d025f0cccbde7)
(cherry picked from commit 05ed48b75a53df9ad4456ecddc981250006540ae)
|
2017-07-10 13:48:12 -07:00 |
|
Naganarasimha
|
0f9f7bb0c6
|
YARN-6770. A small mistake in the example of TimelineClient. Contributed by Jinjiang Ling.
(cherry picked from commit ba5b056e8a151fad9d7573c6e62cffc40cde7da3)
|
2017-07-09 21:40:16 +05:30 |
|
Naganarasimha
|
ad70e929b2
|
YARN-6428. Queue AM limit is not honored in CS always. Contributed by Bibin A Chundutt.
|
2017-07-09 17:34:47 +05:30 |
|
Junping Du
|
5ad710bc7a
|
MAPREDUCE-6246. DBOutputFormat.java appending extra semicolon to query which is incompatible with DB2. Contributed by ramtin and Gergely Novák.
(cherry picked from commit f484a6ff602d48413556a1d046670e2003c71c2e)
(cherry picked from commit f823f9fd784fa4944178247a82df24fba03c2051)
|
2017-07-07 13:32:21 -07:00 |
|
Wei-Chiu Chuang
|
d657c05177
|
HADOOP-14563. LoadBalancingKMSClientProvider#warmUpEncryptedKeys swallows IOException. Contributed by Rushabh S Shah.
(cherry picked from commit 8153fe2bd35fb4df0b64f93ac0046e34d4807ac3)
(cherry picked from commit 730b21e9f90524673932411b48e1cb04dd3633d0)
|
2017-07-07 06:14:32 -07:00 |
|
Eric Payne
|
8949a9d541
|
YARN-2113. Add cross-user preemption within CapacityScheduler's leaf-queue. (Contributed by Sunil G)
|
2017-07-06 10:53:47 -05:00 |
|