Allen Wittenauer
|
c7484eb541
|
HADOOP-13012. yetus-wrapper should fail sooner when download fails (Steven Wong via aw)
|
2016-04-30 12:18:04 -07:00 |
|
Ravi Prakash
|
2753185a01
|
HADOOP-12563. Updated utility (dtutil) to create/modify token files. Contributed by Matthew Paduano
|
2016-04-29 22:32:27 -07:00 |
|
Kihwal Lee
|
7da540d03e
|
HDFS-10347. Namenode report bad block method doesn't log the bad block or datanode. Contributed by Rushabh Shah.
|
2016-04-29 15:50:43 -05:00 |
|
Chris Nauroth
|
26ac0f8f0b
|
MAPREDUCE-6672. TestTeraSort fails on Windows. Contributed by Tibor Kiss.
|
2016-04-29 11:33:32 -07:00 |
|
Tsz-Wo Nicholas Sze
|
4da6f69ca1
|
HDFS-10335 Mover$Processor#chooseTarget() always chooses the first matching target storage group. Contributed by Mingliang Liu
|
2016-04-29 11:22:33 -07:00 |
|
Robert Kanter
|
9d4d30243b
|
Remove parent's env vars from child processes
|
2016-04-29 09:25:51 -07:00 |
|
Kihwal Lee
|
af9b000535
|
HDFS-10260. TestFsDatasetImpl#testCleanShutdownOfVolume often fails. Contributed by Rushabh Shah.
|
2016-04-29 09:58:44 -05:00 |
|
Masatake Iwasaki
|
ef0870ad03
|
HADOOP-12378. Fix findbugs warnings in hadoop-tools module. Contributed by Akira AJISAKA.
|
2016-04-29 20:25:52 +09:00 |
|
Varun Vasudev
|
0f25a1bb52
|
YARN-3998. Add support in the NodeManager to re-launch containers. Contributed by Jun Gong.
|
2016-04-29 16:09:07 +05:30 |
|
Jian He
|
4a8508501b
|
YARN-5009. NMLeveldbStateStoreService database can grow substantially leading to longer recovery times. Contributed by Jason Lowe
|
2016-04-28 21:54:11 -07:00 |
|
Jian He
|
dd80042c42
|
YARN-5008. LeveldbRMStateStore database can grow substantially leading to long recovery times. Contributed by Jason Lowe
|
2016-04-28 21:27:25 -07:00 |
|
Kihwal Lee
|
6243eabb48
|
HDFS-9958. BlockManager#createLocatedBlocks can throw NPE for corruptBlocks on failed storages. Contributed by Kuhu Shukla
|
2016-04-28 12:44:53 -05:00 |
|
Allen Wittenauer
|
cf2ee45f71
|
HADOOP-13067. cleanup the dockerfile
|
2016-04-28 10:03:45 -07:00 |
|
Andrew Wang
|
6f26b66587
|
HADOOP-13030. Handle special characters in passwords in KMS startup script. Contributed by Xiao Chen.
|
2016-04-27 15:56:16 -07:00 |
|
Lei Xu
|
8bd0bca0b1
|
HDFS-3702. Fix missing imports from HDFS-3702 trunk patch.
|
2016-04-27 15:37:41 -07:00 |
|
Lei Xu
|
0a152103f1
|
HDFS-3702. Add an option for NOT writing the blocks locally if there is a datanode on the same box as the client. (Contributed by Lei (Eddy) Xu)
|
2016-04-27 14:22:51 -07:00 |
|
Li Lu
|
f16722d2ef
|
YARN-4956. findbug issue on LevelDBCacheTimelineStore. (Zhiyuan Yang via gtcarrera9)
|
2016-04-27 10:57:10 -07:00 |
|
Arpit Agarwal
|
3337ef2bfe
|
HADOOP-5470. RunJar.unJar() should write the last modified time found in the jar entry to the uncompressed file. (Contributed by Andras Bakor)
|
2016-04-27 10:06:54 -07:00 |
|
Karthik Kambatla
|
185c3d4de1
|
YARN-4807. MockAM#waitForState sleep duration is too long. (Yufei Gu via kasha)
|
2016-04-27 09:43:23 -07:00 |
|
Allen Wittenauer
|
7b1c37a13a
|
HADOOP-12892. fix/rewrite create-release (aw)
|
2016-04-27 08:38:22 -07:00 |
|
Kihwal Lee
|
919a1d824a
|
HDFS-10330. Add Corrupt Blocks Information in Metasave output. Contributed by Kuhu Shukla.
|
2016-04-27 08:19:48 -05:00 |
|
Varun Vasudev
|
66b07d8374
|
YARN-4966. Improve yarn logs to fetch container logs without specifying nodeId. Contributed by Xuan Gong.
|
2016-04-27 15:56:36 +05:30 |
|
Jian He
|
4beff01354
|
YARN-4983. JVM and UGI metrics disappear after RM transitioned to standby mode
|
2016-04-26 21:00:17 -07:00 |
|
Arpit Agarwal
|
ea5475d1c1
|
HADOOP-13039. Add documentation for configuration property ipc.maximum.data.length (Contributed by Mingliang Liu)
|
2016-04-26 20:46:38 -07:00 |
|
Arun Suresh
|
341888a0aa
|
YARN-4412. Create ClusterMonitor to compute ordered list of preferred NMs for OPPORTUNITIC containers. (asuresh)
|
2016-04-26 20:12:12 -07:00 |
|
Masatake Iwasaki
|
68b4564e78
|
HADOOP-12738. Create unit test to automatically compare Common related classes and core-default.xml. Contributed by Ray Chiang.
|
2016-04-27 10:45:36 +09:00 |
|
Tsz-Wo Nicholas Sze
|
fc94810d3f
|
HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-04-26 17:10:13 -07:00 |
|
Yongjun Zhang
|
959a28dd12
|
HDFS-10313. Distcp need to enforce the order of snapshot names passed to -diff. (Lin Yiqun via Yongjun Zhang)
|
2016-04-26 16:08:03 -07:00 |
|
Andrew Wang
|
6be22ddbf1
|
HDFS-10297. Increase default balance bandwidth and concurrent moves. Contributed by John Zhuge.
|
2016-04-26 13:04:18 -07:00 |
|
Kihwal Lee
|
c6a2430b47
|
HDFS-10329. Bad initialisation of StringBuffer in RequestHedgingProxyProvider. Contributed by Lin Yiqun.
|
2016-04-26 11:45:29 -05:00 |
|
Karthik Kambatla
|
1a3f1482e2
|
YARN-4795. ContainerMetrics drops records. (Daniel Templeton via kasha)
|
2016-04-26 06:15:36 -07:00 |
|
Karthik Kambatla
|
4b1dcbbe0c
|
YARN-1297. FairScheduler: Move some logs to debug and check if debug logging is enabled
|
2016-04-26 05:10:09 -07:00 |
|
Arun Suresh
|
a5fed8bbfe
|
YARN-4991. Fix ContainerRequest Constructor to set nodelabelExpression correctly. (Bibin A Chundatt via asuresh)
|
2016-04-25 23:26:21 -07:00 |
|
Zhe Zhang
|
5865fe2bf0
|
HDFS-9869. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-2]. Contributed by Rakesh R.
|
2016-04-25 22:01:54 -07:00 |
|
Masatake Iwasaki
|
8eadd7145e
|
HDFS-10325. TestDFSShell#testMoveWithTargetPortEmpty fails. Contributed by Takanobu Asanuma.
|
2016-04-26 07:11:13 +09:00 |
|
Tsz-Wo Nicholas Sze
|
f308561f1d
|
HDFS-8057 Move BlockReader implementation to the client implementation package. Contributed by Takanobu Asanuma
|
2016-04-25 12:01:48 -07:00 |
|
Kihwal Lee
|
10f0f7851a
|
HDFS-10318. TestJMXGet hides the real error in case of test failure. Contributed by Andras Bokor.
|
2016-04-25 11:38:14 -05:00 |
|
Masatake Iwasaki
|
bec5b4cd8c
|
HADOOP-11418. Property "io.compression.codec.lzo.class" does not work with other value besides default. (Yuanbo Liu via iwasakims)
|
2016-04-25 22:41:50 +09:00 |
|
Akira Ajisaka
|
02c51c27d9
|
HDFS-10298. Document the usage of distcp -diff option. Contributed by Takashi Ohnishi.
|
2016-04-25 22:33:09 +09:00 |
|
Arun Suresh
|
c282a08f38
|
YARN-2885. Create AMRMProxy request interceptor and ContainerAllocator to distribute OPPORTUNISTIC containers to appropriate Nodes (asuresh)
(cherry picked from commit 2bf025278a318b0452fdc9ece4427b4c42124e39)
|
2016-04-24 22:38:33 -07:00 |
|
Masatake Iwasaki
|
6fcde2e38d
|
HDFS-9905. WebHdfsFileSystem#runWithRetry should display original stack trace on error. (Wei-Chiu Chuang via iwasakims)
|
2016-04-23 23:37:56 +09:00 |
|
Arun Suresh
|
b2a654c5ee
|
YARN-4335. Allow ResourceRequests to specify ExecutionType of a request ask (kkaranasos via asuresh)
(cherry picked from commit 8ffabfdf4fec104cdaa68133385cfe9cf88b95a8)
|
2016-04-22 23:20:54 -07:00 |
|
Jing Zhao
|
63e5412f1a
|
HDFS-9427. HDFS should not default to ephemeral ports. Contributed by Xiaobing Zhou.
|
2016-04-22 15:14:40 -07:00 |
|
Akira Ajisaka
|
c610031cab
|
HADOOP-13033. Add missing Javadoc entries to Interns.java. Contributed by Andras Bokor.
|
2016-04-23 06:19:57 +09:00 |
|
Kihwal Lee
|
9dbdc8e12d
|
HADOOP-13052. ChecksumFileSystem mishandles crc file permissions. Contributed by Daryn Sharp.
|
2016-04-22 15:02:46 -05:00 |
|
Wangda Tan
|
7cb3a3da96
|
YARN-4846. Fix random failures for TestCapacitySchedulerPreemption#testPreemptionPolicyShouldRespectAlreadyMarkedKillableContainers. (Bibin A Chundatt via wangda)
|
2016-04-22 11:40:32 -07:00 |
|
Ravi Prakash
|
d6402faded
|
Revert "HADOOP-12563. Updated utility (dtutil) to create/modify token files. Contributed by Matthew Paduano"
This reverts commit 4838b735f0 .
|
2016-04-22 10:17:20 -07:00 |
|
Kihwal Lee
|
5d4255a801
|
HDFS-9555. LazyPersistFileScrubber should still sleep if there are errors in the clear progress. Contributed by Phil Yang.
|
2016-04-22 11:08:44 -05:00 |
|
Steve Loughran
|
19f0f9608e
|
HADOOP-12891. S3AFileSystem should configure Multipart Copy threshold and chunk size. (Andrew Olson via stevel)
|
2016-04-22 11:25:03 +01:00 |
|
Larry McCay
|
337bcde1dc
|
HADOOP-13011 - Clearly Document the Password Details for Keystore-based Credential Providers
|
2016-04-21 20:17:33 -07:00 |
|