Andrew Wang
|
484bab3944
|
HADOOP-14369. NetworkTopology calls expensive toString() when logging. Contributed by Inigo Goiri.
(cherry picked from commit dcc292d7de )
|
2017-05-02 10:53:57 -07:00 |
Akira Ajisaka
|
036624900b
|
HADOOP-14371. License error in TestLoadBalancingKMSClientProvider.java. Contributed by hu xiaodong.
(cherry picked from commit 20cde55274 )
|
2017-05-02 23:39:00 +09:00 |
Subru Krishnan
|
6d53224afc
|
YARN-5331. Extend RLESparseResourceAllocation with period for supporting recurring reservations in YARN ReservationSystem. (Sangeetha Abdu Jyothi via Subru).
(cherry picked from commit 6bf42e48ef )
|
2017-05-01 18:49:14 -07:00 |
Subru Krishnan
|
2030f408e0
|
YARN-6542. Fix the logger in TestAlignedPlanner and TestGreedyReservationAgent.
(cherry picked from commit e514fc432a )
|
2017-05-01 18:31:08 -07:00 |
Subru Krishnan
|
0eae1c6368
|
YARN-4359. Update LowCost agents logic to take advantage of YARN-4358. (Jonathan Yaniv and Ishai Menache via Subru).
(cherry picked from commit a3a615eeab )
|
2017-05-01 18:30:58 -07:00 |
Xiaoyu Yao
|
3e7f97fb0b
|
HDFS-11593. Change SimpleHttpProxyHandler#exceptionCaught log level from info to debug. Contributed by Xiaobing Zhou.
(cherry picked from commit 1058b40843 )
|
2017-05-01 16:13:30 -07:00 |
Kihwal Lee
|
f77d138725
|
HDFS-11714. Newly added NN storage directory won't get initialized and cause space exhaustion. Contributed by Kihwal Lee.
|
2017-05-01 17:33:24 -05:00 |
Kihwal Lee
|
6a6d0ece99
|
HDFS-11609. Some blocks can be permanently lost if nodes are decommissioned while dead. Contributed by Kihwal Lee.
|
2017-05-01 14:20:37 -05:00 |
Steve Loughran
|
5ca4f0f82e
|
YARN-524 TestYarnVersionInfo failing if generated properties doesn't include an SVN URL
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1463300 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 7c65dbb938 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2017-05-01 08:58:12 -05:00 |
Naganarasimha
|
d9afb237fb
|
YARN-6520. Fix warnings from Spotbugs in hadoop-yarn-client. Contributed by Weiwei Yang.
(cherry picked from commit 64f68cb0b8 )
|
2017-05-01 18:52:52 +05:30 |
Naganarasimha
|
29370e7784
|
YARN-6517. Fix warnings from Spotbugs in hadoop-yarn-common. Contributed by Weiwei Yang
(cherry picked from commit 4b5bd73ac5 )
|
2017-05-01 16:35:45 +05:30 |
Mingliang Liu
|
9b8940366e
|
Revert "HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang"
This reverts commit 18a5925256 .
|
2017-04-29 23:51:30 -07:00 |
Mingliang Liu
|
18a5925256
|
HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang
(cherry picked from commit c735362df7 )
|
2017-04-29 23:50:04 -07:00 |
Daniel Templeton
|
a8512d5aeb
|
YARN-2962. ZKRMStateStore: Limit the number of znodes under a znode (Contributed by Varun Sexena via Daniel Templeton)
(cherry picked from commit 2e52789edf )
|
2017-04-28 13:39:11 -07:00 |
Eric Payne
|
92e5650f98
|
YARN-6536. TestAMRMClient.testAMRMClientWithSaslEncryption fails intermittently. Contributed by Jason Lowe.
(cherry picked from commit fdf5192bbb )
|
2017-04-28 15:21:58 -05:00 |
Eric Payne
|
2bf29ca2f9
|
HADOOP-14320. TestIPC.testIpcWithReaderQueuing fails intermittently. Contributed by Eric Badger.
(cherry picked from commit 6fe11f6155 )
|
2017-04-28 14:49:02 -05:00 |
Junping Du
|
5d81b6b29a
|
YARN-679. Add an entry point that can start any Yarn service. Contributed by Steve Loughran.
(cherry picked from commit 373bb4931f )
|
2017-04-28 11:10:00 -07:00 |
Robert Kanter
|
816d98e7cd
|
YARN-5894. fixed license warning caused by de.ruedigermoeller:fst:jar:2.24 (haibochen via rkanter)
(cherry picked from commit 371b6467dc )
|
2017-04-28 09:15:40 -07:00 |
Zhe Zhang
|
fc46f398d9
|
HDFS-11709. StandbyCheckpointer should handle an non-existing legacyOivImageDir gracefully. Contributed by Erik Krogen.
(cherry picked from commit d8a3309830 )
|
2017-04-27 09:51:04 -07:00 |
Steve Loughran
|
b500714e98
|
HADOOP-14346. CryptoOutputStream throws IOException if stream is closed.
Contributed by Pierre Lacave
(cherry picked from commit 40b9c30d64 )
|
2017-04-27 12:18:30 +01:00 |
Konstantin V Shvachko
|
4cbf5c5c41
|
HDFS-11384. Balancer disperses getBlocks calls to avoid NameNode's rpc queue saturation. Contributed by Konstantin V Shvachko.
(cherry picked from commit 28eb2aabeb )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancer.java
|
2017-04-26 19:02:48 -07:00 |
Mingliang Liu
|
e84588eb03
|
HADOOP-14351. Azure: RemoteWasbAuthorizerImpl and RemoteSASKeyGeneratorImpl should not use Kerberos interactive user cache. Contributed by Santhosh G Nayak
(cherry picked from commit 8b5f2c372e )
|
2017-04-26 13:51:58 -07:00 |
Haibo Chen
|
894521673b
|
YARN-6510. Fix profs stat file warning caused by process names that includes parenthesis. (Wilfred Spiegelenburg via Haibo Chen)
(cherry picked from commit 4f3ca0396a )
|
2017-04-26 11:47:23 -07:00 |
Akira Ajisaka
|
cc66153e12
|
HDFS-11417. Add datanode admin command to get the storage info. Contributed by Surendra Singh Lilhore.
(cherry picked from commit 93fa48fcf2 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/ClientDatanodeProtocol.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocolPB/ClientDatanodeProtocolTranslatorPB.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/ClientDatanodeProtocolServerSideTranslatorPB.java
|
2017-04-26 18:08:12 +09:00 |
John Zhuge
|
1e60cfed7e
|
HADOOP-14341. Support multi-line value for ssl.server.exclude.cipher.list. Contributed by John Zhuge.
(cherry picked from commit 9ccb849eb6 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/SSLFactory.java
|
2017-04-25 22:36:21 -07:00 |
Mingliang Liu
|
5ceb61cb43
|
HADOOP-14349. Rename ADLS CONTRACT_ENABLE_KEY. Contributed by Mingliang Liu
(cherry picked from commit e4c32bccde )
|
2017-04-25 20:55:56 -07:00 |
Xiaoyu Yao
|
fc0e6de929
|
HADOOP-14207. "dfsadmin -refreshCallQueue" fails with DecayRpcScheduler. Contributed by Surendra Singh Lihore.
(cherry picked from commit 918dee10f56861d15bb6644edcefb4246a3e00a4)
|
2017-04-25 18:49:44 -07:00 |
Mingliang Liu
|
6fd072f924
|
HADOOP-12856. FileUtil.checkDest() and RawLocalFileSystem.mkdirs() to throw stricter IOEs; RawLocalFS contract tests to verify. Contributed by Steve Loughran
(cherry picked from commit d11d280b8b )
|
2017-04-25 18:34:26 -07:00 |
Jason Lowe
|
31af85c18e
|
HDFS-11691. Add a proper scheme to the datanode links in NN web UI. Contributed by Kihwal Lee
(cherry picked from commit e4321ec843 )
|
2017-04-25 17:31:31 -05:00 |
Steve Loughran
|
d1da5ba3af
|
HADOOP-14305 S3A SSE tests won't run in parallel: Bad request in directory GetFileStatus.
Contributed by Steve Moist.
|
2017-04-25 17:42:30 +01:00 |
Wangda Tan
|
503dd650bf
|
YARN-6392. Add submit time to Application Summary log. (Zhihai Xu via wangda)
(cherry picked from commit 2ba21d6376 )
|
2017-04-24 13:18:47 -07:00 |
Haibo Chen
|
49a2f286f7
|
YARN-6500. Do not mount inaccessible cgroups directories in CgroupsLCEResourcesHandler. (Miklos Szegedi via Haibo Chen)
(cherry picked from commit 8ac50e1322 )
|
2017-04-24 11:39:55 -07:00 |
Eric Payne
|
421e51cb9c
|
YARN-5617. AMs only intended to run one attempt can be run more than once? Contributed by Jason Lowe.
(cherry picked from commit 52adf71914 )
|
2017-04-24 12:08:35 -05:00 |
Sunil G
|
a9495b206b
|
YARN-6164. Expose Queue Configurations per Node Label through YARN client api. Contributed by Benson Qiu.
|
2017-04-24 12:16:18 +05:30 |
Robert Kanter
|
d686560b35
|
MAPREDUCE-6871. Allow users to specify racks and nodes for strict locality for AMs (rkanter)
(cherry picked from commit 3721cfe1fb )
|
2017-04-21 16:12:45 -07:00 |
Yongjun Zhang
|
31d7d47070
|
HDFS-11689. New exception thrown by DFSClient%isHDFSEncryptionEnabled broke hacky hive code. Contributed by Yongjun Zhang.
(cherry picked from commit 5078df7be3 )
|
2017-04-21 14:01:47 -07:00 |
Mingliang Liu
|
3b7bb7b94b
|
HADOOP-14324. Refine S3 server-side-encryption key as encryption secret; improve error reporting and diagnostics. Contributed by Steve Loughran
|
2017-04-20 17:07:57 -07:00 |
Daniel Templeton
|
d77137a03f
|
YARN-6453. fairscheduler-statedump.log gets generated regardless of service
(Contributed by Yufei Gu via Daniel Templeton)
(cherry picked from commit e74ca7216aecc998d277e5ca1f4d0abae43c7e31)
|
2017-04-20 14:14:38 -07:00 |
John Zhuge
|
1bbba00a20
|
HADOOP-14141. Store KMS SSL keystore password in catalina.properties. Contributed by John Zhuge.
Change-Id: I8326b16aab5c3908529e1a0cc7bfe121d18f42f3
|
2017-04-20 12:36:40 -07:00 |
Jason Lowe
|
f5a9287bb1
|
YARN-6501. FSSchedulerNode.java fails to compile with JDK7. Contributed by John Zhuge
|
2017-04-20 09:52:44 -05:00 |
John Zhuge
|
6865746ea4
|
HADOOP-14241. Add ADLS sensitive config keys to default list. Contributed by John Zhuge.
|
2017-04-19 22:22:36 -07:00 |
John Zhuge
|
5046a45507
|
HDFS-11685. TestDistributedFileSystem.java fails to compile. Contributed by John Zhuge.
|
2017-04-19 22:10:18 -07:00 |
Andrew Wang
|
efb790b0d6
|
HDFS-11660. TestFsDatasetCache#testPageRounder fails intermittently with AssertionError.
(cherry picked from commit 74a723852d )
|
2017-04-19 18:10:16 -07:00 |
John Zhuge
|
ef74a5661b
|
Revert "HADOOP-14241. Add ADLS sensitive config keys to default list. Contributed by John Zhuge."
This reverts commit 3a39dd5391 .
|
2017-04-19 13:33:38 -07:00 |
John Zhuge
|
3a39dd5391
|
HADOOP-14241. Add ADLS sensitive config keys to default list. Contributed by John Zhuge.
(cherry picked from commit 0344bea3fd )
|
2017-04-19 12:04:03 -07:00 |
Yiqun Lin
|
e278eb3ab5
|
HDFS-11316. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails in trunk. Contributed by Yiqun Lin.
(cherry picked from commit 724bb86351 )
|
2017-04-19 12:15:52 -05:00 |
Daniel Templeton
|
5225ae50b7
|
HADOOP-13997. Typo in metrics docs (Contributed by Ana Krasteva via Daniel Templeton)
(cherry picked from commit d4483a2fe4 )
|
2017-04-19 09:42:30 -07:00 |
Steve Loughran
|
1ae6be46b4
|
HADOOP-14321. explicitly exclude s3a root dir ITests from parallel runs.
Contributed by Steve Loughran
|
2017-04-19 10:19:43 +01:00 |
Arpit Agarwal
|
5c092097b6
|
HDFS-11603. Improve slow mirror/disk warnings in BlockReceiver.
|
2017-04-18 16:20:43 -07:00 |
Arpit Agarwal
|
6534bc0a01
|
HDFS-11551. Handle SlowDiskReport from DataNode at the NameNode. Contributed by Hanisha Koneru.
This is an empty commit with the correct commit message for HDFS-11511.
The actual fix was made via commit ID f16bb79957 .
|
2017-04-18 15:35:17 -07:00 |