Masatake Iwasaki
|
aadb77e412
|
HDFS-10367. TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. Contributed by Brahma Reddy Battula.
|
2016-06-02 20:55:04 +09:00 |
|
Akira Ajisaka
|
99675e00df
|
HADOOP-13232. Typo in exception in ValueQueue.java. Contributed by Jiayi Zhou.
|
2016-06-02 19:14:53 +09:00 |
|
Akira Ajisaka
|
69555fca06
|
HDFS-9476. TestDFSUpgradeFromImage#testUpgradeFromRel1BBWImage occasionally fail. Contributed by Masatake Iwasaki.
|
2016-06-02 18:52:47 +09:00 |
|
Chris Nauroth
|
16b1cc7af9
|
HADOOP-13131. Add tests to verify that S3A supports SSE-S3 encryption. Contributed by Steve Loughran.
|
2016-06-01 14:49:22 -07:00 |
|
Xuan
|
0bc05e40fa
|
YARN-5088. Improve "yarn log" command-line to read the last K bytes for the log files. Contributed by Xuan Gong
|
2016-06-01 13:44:21 -07:00 |
|
Andrew Wang
|
35356de1ba
|
HADOOP-13228. Add delegation token to the connection in DelegationTokenAuthenticator. Contributed by Xiao Chen.
|
2016-06-01 13:13:17 -07:00 |
|
Steve Loughran
|
5870611030
|
HADOOP-13162. Consider reducing number of getFileStatus calls in S3AFileSystem.mkdirs. (Rajesh Balamohan via stevel)
|
2016-06-01 14:18:20 +01:00 |
|
Kai Zheng
|
d749cf65e1
|
HDFS-9833. Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data. Contributed by Rakesh R.
|
2016-06-02 12:56:21 +08:00 |
|
Colin Patrick Mccabe
|
8ceb06e239
|
HADOOP-13137. TraceAdmin should support Kerberized cluster (Wei-Chiu Chuang via cmccabe)
|
2016-05-31 17:54:34 -07:00 |
|
Colin Patrick Mccabe
|
c7921c9bdd
|
HDFS-9466. TestShortCircuitCache#testDataXceiverCleansUpSlotsOnFailure is flaky (Wei-Chiu Chuang via cmccabe)
|
2016-05-31 17:37:52 -07:00 |
|
Colin Patrick Mccabe
|
29d6cadc52
|
HDFS-10415. TestDistributedFileSystem#MyDistributedFileSystem attempts to set up statistics before initialize() is called (Mingliang Liu via cmccabe)
|
2016-05-31 16:54:52 -07:00 |
|
Tsz-Wo Nicholas Sze
|
83f2f78c11
|
HADOOP-13226 Support async call retry and failover.
|
2016-05-31 16:30:11 -07:00 |
|
Andrew Wang
|
bca31fe276
|
HADOOP-13132. Handle ClassCastException on AuthenticationException in LoadBalancingKMSClientProvider. Contributed by Wei-Chiu Chuang.
|
2016-05-31 09:35:24 -07:00 |
|
Kai Zheng
|
93d8a7f2a2
|
Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng"
This reverts commit a6c79f92d5 .
|
2016-06-01 08:41:15 +08:00 |
|
Varun Vasudev
|
4e1f56e111
|
YARN-5141. Get Container logs for the Running application from Yarn Logs CommandLine. Contributed by Xuan Gong.
|
2016-05-29 21:53:43 +05:30 |
|
Varun Vasudev
|
86fb58b7dc
|
YARN-4007. Add support for different network setups when launching the docker container. Contributed by Sidharta Seethana.
|
2016-05-29 21:32:51 +05:30 |
|
Varun Vasudev
|
42f90ab885
|
YARN-4844. Add getMemorySize/getVirtualCoresSize to o.a.h.y.api.records.Resource. Contributed by Wangda Tan.
|
2016-05-29 21:24:16 +05:30 |
|
Karthik Kambatla
|
f5ff05cc8a
|
YARN-5132. Exclude generated protobuf sources from YARN Javadoc build. (Subru Krishnan via kasha)
|
2016-05-28 08:09:46 -07:00 |
|
Xiaoyu Yao
|
4ca8859583
|
HADOOP-13197. Add non-decayed call metrics for DecayRpcScheduler. Contributed by Xiaoyu Yao.
|
2016-05-27 18:07:44 -07:00 |
|
Arun Suresh
|
4fc09a897b
|
YARN-5117. QueuingContainerManager does not start GUARANTEED Container even if Resources are available. (Konstantinos Karanasos via asuresh)
|
2016-05-27 17:49:15 -07:00 |
|
Chris Nauroth
|
21890c4239
|
HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou.
|
2016-05-27 14:20:18 -07:00 |
|
Chris Nauroth
|
da07477197
|
HADOOP-13193. Upgrade to Apache Yetus 0.3.0. Contributed by Kengo Seki.
|
2016-05-27 14:09:56 -07:00 |
|
Arun Suresh
|
aa975bc781
|
YARN-5127. Expose ExecutionType in Container api record. (Hitesh Sharma via asuresh)
|
2016-05-27 14:06:32 -07:00 |
|
Yongjun Zhang
|
5ea6fd85c7
|
HDFS-10276. HDFS should not expose path info that user has no permission to see. (Yuanbo Liu via Yongjun Zhang)
|
2016-05-27 10:02:02 -07:00 |
|
Akira Ajisaka
|
e4022debf7
|
YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor.
|
2016-05-27 23:15:32 +09:00 |
|
Junping Du
|
705286ccae
|
YARN-4987. Read cache concurrency issue between read and evict in EntityGroupFS timeline store. Contributed by Li Lu.
|
2016-05-27 06:58:32 -07:00 |
|
Xuan
|
bde819abbb
|
YARN-5089. Improve "yarn log" command-line "logFiles" option to support
regex. Contributed by Xuan Gong
|
2016-05-26 23:49:20 -07:00 |
|
Yongjun Zhang
|
cfb860dee7
|
HADOOP-13199. Add doc for distcp -filters. (John Zhuge via Yongjun Zhang)
|
2016-05-26 23:30:31 -07:00 |
|
Kai Zheng
|
916140604f
|
HADOOP-12911. Upgrade Hadoop MiniKDC with Kerby. Contributed by Jiajia Li
|
2016-05-28 14:23:39 +08:00 |
|
Yongjun Zhang
|
34cc21f6d1
|
HADOOP-12847. hadoop daemonlog should support https and SPNEGO for Kerberized cluster. (Wei-Chiu Chuang via Yongjun Zhang)
|
2016-05-26 22:43:45 -07:00 |
|
Rohith Sharma K S
|
0a544f8a3e
|
YARN-5005. TestRMWebServices#testDumpingSchedulerLogs fails randomly. Contributed by Bibin A Chundatt.
|
2016-05-27 10:44:35 +05:30 |
|
Zhe Zhang
|
8c84a2a93c
|
HDFS-10236. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-3]. Contributed by Rakesh R.
|
2016-05-26 16:50:55 -07:00 |
|
Eric Payne
|
1b0cfc84e7
|
YARN-5116. Failed to execute "yarn application". Contributed by Jun Gong
|
2016-05-26 23:43:08 +00:00 |
|
Arun Suresh
|
5b41b288d0
|
YARN-5162. Fix Exceptions thrown during in registerAM call when Distributed Scheduling is Enabled (Hitesh Sharma via asuresh)
|
2016-05-26 14:56:37 -07:00 |
|
Karthik Kambatla
|
04ded558b0
|
YARN-5035. FairScheduler: Adjust maxAssign dynamically when assignMultiple is turned on. (kasha)
|
2016-05-26 14:41:07 -07:00 |
|
Karthik Kambatla
|
55c3e2de3d
|
HDFS-10463. TestRollingFileSystemSinkWithHdfs needs some cleanup. (Daniel Templeton via kasha)
|
2016-05-26 14:24:31 -07:00 |
|
Tsz-Wo Nicholas Sze
|
f4b9bcd87c
|
HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou
|
2016-05-26 12:15:17 -07:00 |
|
Allen Wittenauer
|
fed9bf0ec1
|
HADOOP-12727. Minor cleanups needed for CMake 3.X (Alan Burlison via aw)
|
2016-05-26 07:37:22 -07:00 |
|
Kai Zheng
|
77202fa103
|
HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng
|
2016-05-27 13:23:34 +08:00 |
|
Karthik Kambatla
|
4f513a4a8e
|
YARN-4866. FairScheduler: AMs can consume all vcores leading to a livelock when using FAIR policy. (Yufei Gu via kasha)
|
2016-05-25 22:13:27 -07:00 |
|
Carlo Curino
|
013532a95e
|
YARN-4957. Add getNewReservation in ApplicationClientProtocol (Sean Po via curino)
|
2016-05-25 16:55:49 -07:00 |
|
Allen Wittenauer
|
3c83cee118
|
HADOOP-12925. Checks for SPARC architecture need to include 64-bit SPARC (Alan Burlison via aw)
|
2016-05-25 15:28:02 -07:00 |
|
Jason Lowe
|
1ba31fe9e9
|
YARN-4459. container-executor should only kill process groups. Contributed by Jun Gong
|
2016-05-25 21:24:55 +00:00 |
|
Kai Zheng
|
f69f5ab3b6
|
HDFS-10434. Fix intermittent test failure of TestDataNodeErasureCodingMetrics. Contributed by Rakesh R
|
2016-05-27 04:42:53 +08:00 |
|
Kai Zheng
|
a6c79f92d5
|
HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng
|
2016-05-27 04:29:42 +08:00 |
|
Karthik Kambatla
|
77d5ce9069
|
YARN-3344. Fix warning - procfs stat file is not in the expected format. (Ravindra Kumar Naik and Akira Ajisaka via kasha)
|
2016-05-25 10:50:54 -07:00 |
|
Robert Kanter
|
e07519b8db
|
YARN-4766. NM should not aggregate logs older than the retention policy (haibochen via rkanter)
|
2016-05-25 10:25:44 -07:00 |
|
Varun Vasudev
|
9a31e5dfef
|
YARN-5115. Avoid setting CONTENT-DISPOSITION header in the container-logs web-service. Contributed by Xuan Gong.
|
2016-05-25 19:01:12 +05:30 |
|
Varun Vasudev
|
c380a22031
|
YARN-857. Localization failures should be available in container diagnostics. Contributed by Vinod Kumar Vavilapalli.
|
2016-05-25 19:01:12 +05:30 |
|
Junping Du
|
48c931331c
|
YARN-5131. Distributed shell AM fails when extra container arrives during finishing. Contributed by Wangda Tan.
|
2016-05-25 06:18:11 -07:00 |
|