Sunil G
|
cf0d0844d6
|
YARN-5731. Preemption calculation is not accurate when reserved containers are present in queue. Contributed by Wangda Tan.
|
2017-07-13 16:48:29 +05:30 |
|
Xiaoyu Yao
|
e15e2713e1
|
HDFS-11502. Datanode UI should display hostname based on JMX bean instead of window.location.hostname. Contributed by Jeffrey E Rodriguez and Yuanbo Liu.
|
2017-07-12 16:26:19 -07:00 |
|
Xuan
|
9845bea59c
|
YARN-6689. PlacementRule should be configurable. (Jonathan Hung via xgong)
|
2017-07-12 15:40:45 -07:00 |
|
Tsz-Wo Nicholas Sze
|
931a49800e
|
HDFS-6874. Add GETFILEBLOCKLOCATIONS operation to HttpFS. Contributed by Weiwei Yang
|
2017-07-12 14:15:04 -07:00 |
|
Jason Lowe
|
655110393b
|
YARN-6797. TimelineWriter does not fully consume the POST response. Contributed by Jason Lowe
|
2017-07-12 15:52:56 -05:00 |
|
Akira Ajisaka
|
b628d0da51
|
YARN-6809. Fix typo in ResourceManagerHA.md. Contributed by Yeliang Cang.
|
2017-07-12 19:38:32 +09:00 |
|
Steve Loughran
|
7d272ea124
|
HADOOP-14581. Restrict setOwner to list of user when security is enabled in wasb.
Contributed by Varada Hemeswari
(cherry picked from commit 1e69e5260351effc8077d1bdc397cec57cf1ff1b)
|
2017-07-12 10:37:39 +01:00 |
|
John Zhuge
|
ac0a04a6e1
|
HDFS-12114. Consistent HttpFS property names. Contributed by John Zhuge.
|
2017-07-11 21:06:41 -07:00 |
|
Akira Ajisaka
|
9144fd9e9b
|
HADOOP-14629. Improve exception checking in FileContext related JUnit tests. Contributed by Andras Bokor.
|
2017-07-12 11:35:50 +09:00 |
|
Steve Loughran
|
d670c3a4da
|
HADOOP-14535 wasb: implement high-performance random access and seek of block blobs.
Contributed by Thomas Marquardt
|
2017-07-11 21:34:27 +01:00 |
|
John Zhuge
|
12c8fdceaf
|
HDFS-12052. Set SWEBHDFS delegation token kind when ssl is enabled in HttpFS. Contributed by Zoran Dimitrijevic.
|
2017-07-11 11:19:08 -07:00 |
|
Yiqun Lin
|
3a7f02b815
|
HDFS-12085. Reconfigure namenode heartbeat interval fails if the interval was set with time unit. Contributed by Weiwei Yang.
|
2017-07-11 20:40:11 +08:00 |
|
Sunil G
|
34f113df5c
|
YARN-6714. IllegalStateException while handling APP_ATTEMPT_REMOVED event when async-scheduling enabled in CapacityScheduler. Contributed by Tao Yang.
|
2017-07-11 14:52:44 +05:30 |
|
wenxinhe
|
fce7951014
|
HADOOP-14638. Replace commons-logging APIs with slf4j in StreamPumper.
This closes #247
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2017-07-11 13:30:13 +09:00 |
|
Jitendra Pandey
|
f1efa14fc6
|
HADOOP-10829. Iteration on CredentialProviderFactory.serviceLoader is thread-unsafe. Contributed by Benoy Antony and Rakesh R.
|
2017-07-10 17:48:27 -07:00 |
|
Arun Suresh
|
5496a34c0c
|
YARN-6776. Refactor ApplicaitonMasterService to move actual processing logic to a separate class. (asuresh)
|
2017-07-10 14:34:58 -07:00 |
|
Steve Loughran
|
09653ea098
|
HADOOP-14634. Remove jline from main Hadoop pom.xml.
Contributed by Ray Chiang.
|
2017-07-10 11:53:13 +01:00 |
|
Yufei Gu
|
3de47ab5ea
|
YARN-6764. Simplify the logic in FairScheduler#attemptScheduling. Contributed by Yufei Gu.
|
2017-07-09 16:09:12 -07:00 |
|
Naganarasimha
|
ba5b056e8a
|
YARN-6770. A small mistake in the example of TimelineClient. Contributed by Jinjiang Ling.
|
2017-07-09 21:28:24 +05:30 |
|
Naganarasimha
|
626d730bfc
|
YARN-6428. Queue AM limit is not honored in CS always. Contributed by Bibin A Chundatt.
|
2017-07-09 17:26:09 +05:30 |
|
Daniel Templeton
|
9d27880442
|
YARN-6410. FSContext.scheduler should be final (Contributed by Yeliang Cang via Daniel Templeton)
|
2017-07-09 19:34:35 +09:00 |
|
Daniel Templeton
|
c5a0c38d8e
|
YARN-6746. SchedulerUtils.checkResourceRequestMatchingNodePartition() is dead code
(Contributed by Deepti Sawhney via Daniel Templeton)
|
2017-07-09 19:27:32 +09:00 |
|
Daniel Templeton
|
0615985886
|
YARN-6752. Display reserved resources in web UI per application
(Contributed by Abdullah Yousufi via Daniel Templeton)
|
2017-07-09 19:02:31 +09:00 |
|
Junping Du
|
f484a6ff60
|
MAPREDUCE-6246. DBOutputFormat.java appending extra semicolon to query which is incompatible with DB2. Contributed by ramtin and Gergely Novák.
|
2017-07-07 13:26:16 -07:00 |
|
Andrew Wang
|
f10864a820
|
Add release notes, changes, jdiff for 3.0.0-alpha4
|
2017-07-07 11:01:59 -07:00 |
|
Akira Ajisaka
|
7cd095272c
|
HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He.
|
2017-07-08 02:54:24 +09:00 |
|
Akira Ajisaka
|
8fc5dcc2a1
|
Revert "HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He."
This reverts commit 82cb2a6497 .
|
2017-07-08 02:53:18 +09:00 |
|
Wei-Chiu Chuang
|
8153fe2bd3
|
HADOOP-14563. LoadBalancingKMSClientProvider#warmUpEncryptedKeys swallows IOException. Contributed by Rushabh S Shah.
|
2017-07-07 06:13:10 -07:00 |
|
Akira Ajisaka
|
82cb2a6497
|
HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He.
|
2017-07-07 15:00:47 +09:00 |
|
Jason Lowe
|
7576a688ea
|
YARN-6708. Nodemanager container crash after ext3 folder limit. Contributed by Bibin A Chundatt
|
2017-07-06 09:40:09 -05:00 |
|
John Zhuge
|
946dd25675
|
HADOOP-14608. KMS JMX servlet path not backwards compatible. Contributed by John Zhuge.
|
2017-07-05 11:16:56 -07:00 |
|
Mingliang Liu
|
6436768baf
|
HDFS-12089. Fix ambiguous NN retry log message in WebHDFS. Contributed by Eric Badger
|
2017-07-05 11:10:57 -07:00 |
|
Vinayakumar B
|
a180ba4081
|
HADOOP-13414. Hide Jetty Server version header in HTTP responses. Contributed by Surendra Singth Lilhore.
|
2017-07-05 16:05:18 +05:30 |
|
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 |
|