Steve Loughran
|
b17e655b70
|
HADOOP-14617. Add ReflectionUtils.logThreadInfo that accept slf4j logger API.
Contributed by Wenxin He.
|
2017-07-04 11:41:07 +01:00 |
|
Wenxin He
|
f2aba1da30
|
HADOOP-14571. Deprecate public APIs relate to log4j1
This closes #244
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2017-07-04 18:55:20 +09:00 |
|
Steve Loughran
|
1aaa7f1eac
|
HADOOP-14615. Add ServiceOperations.stopQuietly that accept slf4j logger API.
Contributed by Wenxin He.
|
2017-07-04 10:48:02 +01:00 |
|
Akira Ajisaka
|
186650d21d
|
HDFS-12078. Add time unit to the description of property dfs.namenode.stale.datanode.interval in hdfs-default.xml. Contributed by Weiwei Yang.
|
2017-07-04 14:51:52 +09:00 |
|
Akira Ajisaka
|
b0560e0624
|
HDFS-12079. Description of dfs.block.invalidate.limit is incorrect in hdfs-default.xml. Contributed by Weiwei Yang.
|
2017-07-04 14:02:14 +09:00 |
|
Naganarasimha
|
bf1f59937d
|
MAPREDUCE-6905. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh. Contributed by LiXin Ge.
|
2017-07-02 15:56:27 +05:30 |
|
Naganarasimha
|
fa1aaee87b
|
YARN-6681. Eliminate double-copy of child queues in canAssignToThisQueue. Contributed by Daryn Sharp.
|
2017-07-01 12:29:39 +05:30 |
|
Haibo Chen
|
147df300bf
|
YARN-5067 Support specifying resources for AM containers in SLS. (Yufei Gu via Haibo Chen)
|
2017-06-30 17:03:44 -07:00 |
|
Mingliang Liu
|
38996fdcf0
|
HADOOP-14443. Azure: Support retry and client side failover for authorization, SASKey and delegation token generation. Contributed by Santhosh G Nayak
|
2017-06-30 16:53:48 -07:00 |
|
Wei-Chiu Chuang
|
bcba844d11
|
HDFS-12042. Lazy initialize AbstractINodeDiffList#diffs for snapshots to reduce memory consumption. Contributed by Misha Dmitriev.
|
2017-06-30 10:28:01 -07:00 |
|
Arpit Agarwal
|
6a9dc5f44b
|
HDFS-12043. Add counters for block re-replication. Contributed by Chen Liang.
|
2017-06-30 10:20:12 -07:00 |
|
Arpit Agarwal
|
a2f0cbd92f
|
Revert "HDFS-12043. Add counters for block re-replication. Contributed by Chen Liang."
Accidentally committed the wrong patch version, reverting to fix that.
This reverts commit 900221f95e .
|
2017-06-30 10:19:27 -07:00 |
|
Xuan
|
3be2659f83
|
YARN-6694. Add certain envs to the default yarn.nodemanager.env-whitelist. Contributed by Jian He
|
2017-06-29 20:10:35 -07:00 |
|
Andrew Wang
|
af2773f609
|
Updating version for 3.0.0-beta1 development
|
2017-06-29 17:57:40 -07:00 |
|
Arpit Agarwal
|
900221f95e
|
HDFS-12043. Add counters for block re-replication. Contributed by Chen Liang.
|
2017-06-29 17:15:13 -07:00 |
|
Mingliang Liu
|
72993b33b7
|
HADOOP-14596. AWS SDK 1.11+ aborts() on close() if > 0 bytes in stream; logs error. Contributed by Steve Loughran
Change-Id: I49173bf6163796903d64594a8ca8a4bd26ad2bfc
|
2017-06-29 17:07:52 -07:00 |
|
Daniel Templeton
|
ec97519779
|
YARN-6751. Display reserved resources in web UI per queue
(Contributed by Abdullah Yousufi via Daniel Templeton)
|
2017-06-29 16:53:50 -07:00 |
|
Andrew Wang
|
441378e7e4
|
Revert "HDFS-11696. Fix warnings from Spotbugs in hadoop-hdfs. Contributed by Yiqun Lin."
This reverts commit 89a8edc014 .
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
|
2017-06-29 13:54:16 -07:00 |
|
Daniel Templeton
|
5a75f73893
|
HADOOP-14611. NetworkTopology.DEFAULT_HOST_LEVEL is unused
(Contributed by Chen Liang via Daniel Templeton)
|
2017-06-29 12:28:43 -07:00 |
|
Mingliang Liu
|
b08cc97396
|
HADOOP-14601. Azure: Reuse ObjectMapper. Contributed by Mingliang Liu
|
2017-06-29 09:22:00 -07:00 |
|
Allen Wittenauer
|
0c52da7d3e
|
HADOOP-14602. allow custom release notes/changelog during create-release
Signed-off-by: Chris Douglas <cdouglas@apache.org>
|
2017-06-29 08:03:16 -07:00 |
|
Wei-Chiu Chuang
|
16c8dbde57
|
HDFS-11881. NameNode consumes a lot of memory for snapshot diff report generation. Contributed by Manoj Govindassamy.
|
2017-06-29 06:38:41 -07:00 |
|
Kai Zheng
|
ea1da39b19
|
HADOOP-14479. Erasurecode testcase failures with native enabled. Contributed by Sammi Chen
|
2017-06-29 11:26:36 +08:00 |
|
Allen Wittenauer
|
20ba86d66a
|
MAPREDUCE-6536. hadoop-pipes doesn't use maven properties for openssl
Signed-off-by: Ravi Prakash <raviprak@apache.org>
|
2017-06-28 17:33:44 -07:00 |
|
Sunil G
|
c1edca101c
|
YARN-6280. Introduce deselect query param to skip ResourceRequest from getApp/getApps REST API. Contributed by Lantao Jin.
|
2017-06-28 15:40:58 -07:00 |
|
Junping Du
|
4e3eebc943
|
YARN-5311. Document graceful decommission CLI and usage. Contributed by Elek, Marton.
|
2017-06-28 15:32:04 -07:00 |
|
Mingliang Liu
|
990aa34de2
|
HADOOP-14609. NPE in AzureNativeFileSystemStore.checkContainer() if StorageException lacks an error code. Contributed by Steve Loughran
|
2017-06-28 14:18:59 -07:00 |
|
Wei-Chiu Chuang
|
e9d8bdfdf5
|
HADOOP-14297. Update the documentation about the new ec codecs config keys. Contributed by Kai Sasaki.
|
2017-06-28 13:53:54 -07:00 |
|
Lei Xu
|
d6df0fdbbd
|
Add -E option in 'ls' to list erasure coding policy of each file and directory if applicable. Contributed by luhuichun via lei.
|
2017-06-28 13:47:23 -07:00 |
|
Daniel Templeton
|
25d891a784
|
YARN-6743. yarn.resourcemanager.zk-max-znode-size.bytes description needs spaces in yarn-default.xml
(Contributed by Lori Loberg via Daniel Templeton)
|
2017-06-28 13:17:58 -07:00 |
|
Wei-Chiu Chuang
|
f99b6d19de
|
HDFS-11870. Add CLI cmd to enable/disable an erasure code policy. Contributed by lufei.
|
2017-06-28 10:54:25 -07:00 |
|
Steve Loughran
|
ee243e5289
|
HADOOP-14190. Add more on S3 regions to the s3a documentation.
Contributed by Steve Loughran
|
2017-06-28 10:22:13 +01:00 |
|
Xiao Chen
|
fb5ee3fafb
|
HADOOP-14515. Addendum. Specifically configure zookeeper-related log levels in KMS log4j.
|
2017-06-27 23:49:09 -07:00 |
|
Akira Ajisaka
|
a5c0476a99
|
MAPREDUCE-6697. Concurrent task limits should only be applied when necessary. Contributed by Nathan Roberts.
|
2017-06-28 10:50:09 +09:00 |
|
Mingliang Liu
|
7e031c2c18
|
HADOOP-14546. Azure: Concurrent I/O does not work when secure.mode is enabled. Contributed by Thomas
|
2017-06-27 17:32:07 -07:00 |
|
Mingliang Liu
|
686a634f01
|
HADOOP-14573. regression: Azure tests which capture logs failing with move to SLF4J. Contributed by Steve Loughran
|
2017-06-27 16:48:47 -07:00 |
|
Jason Lowe
|
63ce1593c5
|
YARN-6738. LevelDBCacheTimelineStore should reuse ObjectMapper instances. Contributed by Zoltan Haindrich
|
2017-06-27 17:12:42 -05:00 |
|
Mingliang Liu
|
bc4dfe9c9c
|
HADOOP-14594. ITestS3AFileOperationCost::testFakeDirectoryDeletion to uncomment metric assertions. Contributed by Mingliang Liu
|
2017-06-27 13:19:14 -07:00 |
|
Steve Loughran
|
94e39c6c4e
|
HADOOP-14536. Update azure-storage sdk to version 5.3.0
Contributed by Georgi Chalakov
|
2017-06-27 15:09:03 +01:00 |
|
Akira Ajisaka
|
07defa4c09
|
HDFS-12040. TestFsDatasetImpl.testCleanShutdownOfVolume fails. Contributed by hu xiaodong.
|
2017-06-27 20:49:26 +09:00 |
|
Anu Engineer
|
8641a2c08b
|
HDFS-12045. Add log when Diskbalancer volume is transient storage type. Contributed by steven-wugang.
|
2017-06-27 00:39:47 -07:00 |
|
Robert Kanter
|
2b87faf166
|
MAPREDUCE-6904. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh (rkanter)
|
2017-06-26 17:35:55 -07:00 |
|
Lei Xu
|
144753e87f
|
HDFS-12033. DatanodeManager picking EC recovery tasks should also consider the number of regular replication tasks. Contributed by Lei (Eddy) Xu.
|
2017-06-26 15:43:50 -07:00 |
|
Ravi Prakash
|
a9d3412b4c
|
HDFS-11993. Add log info when connect to datanode socket address failed. Contributed by chencan
|
2017-06-26 13:24:27 -07:00 |
|
Andrew Wang
|
2c367b464c
|
HDFS-11956. Do not require a storage ID or target storage IDs when writing a block. Contributed by Ewan Higgs.
|
2017-06-26 11:20:07 -07:00 |
|
Andrew Wang
|
06c8ca3bb3
|
HDFS-12032. Inaccurate comment on DatanodeDescriptor#getNumberOfBlocksToBeErasureCoded.
|
2017-06-26 10:54:01 -07:00 |
|
Steve Loughran
|
48f4a229a9
|
HADOOP-14461 Azure: handle failure gracefully in case of missing account access key.
Contributed by Mingliang Liu.
|
2017-06-26 13:39:47 +01:00 |
|
Kai Zheng
|
379f19a2c7
|
HDFS-11943. [Erasure coding] Warn log frequently print to screen in doEncode/doDecode functions. Contributed by liaoyuxiangqin
|
2017-06-26 16:26:09 +08:00 |
|
Akira Ajisaka
|
a594f96fb1
|
HADOOP-14549. Use GenericTestUtils.setLogLevel when available in hadoop-tools. Contributed by wenxin he.
|
2017-06-26 16:41:00 +09:00 |
|
Arpit Agarwal
|
0111711d8b
|
HADOOP-14543. ZKFC should use getAversion() while setting the zkacl. Contributed by Brahma Reddy Battula.
|
2017-06-23 16:50:47 -07:00 |
|