Allen Wittenauer
|
39fa3712d9
|
HADOOP-14008. Upgrade to Apache Yetus 0.4.0
Signed-off-by: Andrew Wang <wang@apache.org>
|
2017-04-07 21:23:09 -07:00 |
|
Karthik Kambatla
|
2aa8967809
|
YARN-6298. Metric preemptCall is not used in new preemption. (Yufei Gu via kasha)
|
2017-04-07 17:31:59 -07:00 |
|
Andrew Wang
|
e8bdad7385
|
HDFS-11623. Move system erasure coding policies into hadoop-hdfs-client.
|
2017-04-07 16:46:28 -07:00 |
|
Andrew Wang
|
203edc026c
|
HDFS-11633. FSImage failover disables all erasure coding policies. Contributed by Wei-Chiu Chuang.
|
2017-04-07 15:46:11 -07:00 |
|
Robert Kanter
|
63f7322522
|
YARN-6368. Decommissioning an NM results in a -1 exit code (miklos.szegedi@cloudera.com via rkanter)
|
2017-04-07 14:28:07 -07:00 |
|
Andrew Wang
|
d298f734a4
|
HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh.
|
2017-04-07 13:43:06 -07:00 |
|
John Zhuge
|
56e81f2a20
|
HADOOP-14174. Set default ADLS access token provider type to ClientCredential. Contributed by John Zhuge.
Signed-off-by: John Zhuge <jzhuge@apache.org>
|
2017-04-07 12:04:44 -07:00 |
|
Allen Wittenauer
|
96cbb4fce2
|
HADOOP-14202. fix jsvc/secure user var inconsistencies
Signed-off-by: John Zhuge <jzhuge@apache.org>
|
2017-04-07 08:59:21 -07:00 |
|
Sunil G
|
ad24464be8
|
YARN-6258. localBaseAddress for CORS proxy configuration is not working when suffixed with forward slash in new YARN UI. Contributed by Gergely Novák.
|
2017-04-07 11:42:50 +05:30 |
|
Robert Kanter
|
e7167e4a13
|
MAPREDUCE-6201. TestNetworkedJob fails on trunk (pbacsko via rkanter)
|
2017-04-06 17:44:47 -07:00 |
|
Zhe Zhang
|
95b7f1d29a
|
HADOOP-14276. Add a nanosecond API to Time/Timer/FakeTimer. Contributed by Erik Krogen.
|
2017-04-06 16:59:21 -07:00 |
|
Ming Ma
|
0116c3c957
|
YARN-5797. Add metrics to the node manager for cleaning the PUBLIC and PRIVATE caches. (Chris Trezzo via mingma)
|
2017-04-06 16:54:43 -07:00 |
|
Xiaoyu Yao
|
0eacd4c13b
|
HDFS-11608. HDFS write crashed with block size greater than 2 GB. Contributed by Xiaobing Zhou.
|
2017-04-06 16:11:55 -07:00 |
|
Xiaoyu Yao
|
a49fac5302
|
HDFS-11362. StorageDirectory should initialize a non-null default StorageDirType. Contribute by Hanisha Koneru.
|
2017-04-06 14:33:16 -07:00 |
|
Jason Lowe
|
1b081ca27e
|
YARN-6288. Exceptions during aggregated log writes are mishandled. Contributed by Akira Ajisaka
|
2017-04-06 16:24:36 -05:00 |
|
Rohith Sharma K S
|
1a9439e299
|
YARN-6424. TimelineCollector is not stopped when an app finishes in RM. Contributed by Varun Saxena.
|
2017-04-06 10:15:22 +05:30 |
|
Arpit Agarwal
|
8c57aeb5b4
|
HDFS-11131. TestThrottledAsyncChecker#testCancellation is flaky.
|
2017-04-05 17:54:30 -07:00 |
|
Xiaoyu Yao
|
32bb36b750
|
HDFS-11302. Improve Logging for SSLHostnameVerifier. Contributed by Chen Liang.
|
2017-04-05 17:28:00 -07:00 |
|
Daniel Templeton
|
fc0885da29
|
MAPREDUCE-6846. Fragments specified for libjar paths are not handled correctly
(Contributed by Chris Trezzo via Daniel Templeton)
|
2017-04-05 17:25:40 -07:00 |
|
Daniel Templeton
|
a2c57bb70d
|
YARN-6381. FSAppAttempt has several variables that should be final
(Contributed by Ameet Zaveri via Daniel Templeton)
|
2017-04-05 16:07:24 -07:00 |
|
Andrew Wang
|
539ef5aa2e
|
HFDS-11596. hadoop-hdfs-client jar is in the wrong directory in release tarball. Contributed by Yuanbo Liu.
|
2017-04-05 16:04:09 -07:00 |
|
Karthik Kambatla
|
b4c4f36594
|
YARN-6448. Continuous scheduling thread crashes while sorting nodes. (Yufei Gu via kasha)
|
2017-04-05 15:43:14 -07:00 |
|
Xiaobing Zhou
|
3db8d68d63
|
HDFS-11628. Clarify the behavior of HDFS Mover in documentation. Contributed by Xiaobing Zhou.
|
2017-04-05 15:33:08 -07:00 |
|
Andrew Wang
|
7eea8d83fa
|
HADOOP-14280. Fix compilation of TestKafkaMetrics.
|
2017-04-05 15:12:03 -07:00 |
|
Varun Saxena
|
7d963c477a
|
YARN-6437. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently (Jason Lowe via Varun Saxena)
|
2017-04-06 01:20:41 +05:30 |
|
Wangda Tan
|
87e2ef8c98
|
YARN-6406. Remove SchedulerRequestKeys when no more pending ResourceRequest. (Arun Suresh via wangda)
|
2017-04-05 11:28:30 -07:00 |
|
Jason Lowe
|
e8071aa249
|
YARN-6403. Invalid local resource request can raise NPE and make NM exit. Contributed by Tao Yang
|
2017-04-05 12:30:45 -05:00 |
|
Akira Ajisaka
|
34ab8e73d4
|
YARN-5007. Remove deprecated constructors of MiniYARNCluster and MiniMRYarnCluster. Contributed by Andras Bokor.
|
2017-04-05 17:33:07 +09:00 |
|
Andrew Wang
|
9e0e430f18
|
HDFS-11538. Move ClientProtocol HA proxies into hadoop-hdfs-client. Contributed by Huafeng Wang.
|
2017-04-04 23:05:24 -07:00 |
|
Varun Saxena
|
19b89c4c7b
|
YARN-6420. RM startup failure due to wrong order in nodelabel editlog (Bibin A Chundatt via Varun Saxena)
|
2017-04-05 09:38:35 +05:30 |
|
Akira Ajisaka
|
8cb7325527
|
HDFS-9651. Add missing robots.txt files.
|
2017-04-05 12:47:45 +09:00 |
|
Akira Ajisaka
|
09e6caec3d
|
HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.
|
2017-04-05 12:45:28 +09:00 |
|
Ming Ma
|
2d5c09b848
|
YARN-6004. Refactor TestResourceLocalizationService#testDownloadingResourcesOnContainer so that it is less than 150 lines. (Chris Trezzo via mingma)
|
2017-04-04 17:56:21 -07:00 |
|
Karthik Kambatla
|
9cc04b4708
|
YARN-6436. TestSchedulingPolicy#testParseSchedulingPolicy timeout is too low. (Eric Badger via kasha)
|
2017-04-04 17:08:33 -07:00 |
|
Wangda Tan
|
3fdae0a2b6
|
YARN-6109. Add an ability to convert ChildQueue to ParentQueue. (Xuan Gong via wangda)
|
2017-04-04 14:39:01 -07:00 |
|
Andrew Wang
|
18432130a7
|
HADOOP-14104. Client should always ask namenode for kms provider path. Contributed by Rushabh S Shah.
|
2017-04-04 13:38:25 -07:00 |
|
Mingliang Liu
|
56ab02eed9
|
HADOOP-14273. Azure: NativeAzureFileSystem should respect config for kerberosSupportEnabled flag. Contributed by Santhosh G Nayak
|
2017-04-04 11:10:28 -07:00 |
|
Mingliang Liu
|
27a44b60c1
|
HADOOP-14272. Azure: WasbRemoteCallHelper should use String equals for comparison. Contributed by Santhosh G Nayak
|
2017-04-04 11:03:59 -07:00 |
|
Chris Douglas
|
6eba79232f
|
HADOOP-14271. Correct spelling of 'occurred' and variants. Contributed by Yeliang Cang
|
2017-04-03 20:13:14 -07:00 |
|
Mingliang Liu
|
5faa949b78
|
HADOOP-14268. Fix markdown itemization in hadoop-aws documents. Contributed by Akira Ajisaka
|
2017-04-03 11:07:14 -07:00 |
|
Wei-Chiu Chuang
|
bbd68478d5
|
HDFS-11598. Improve -setrep for Erasure Coded files. Contributed by Yiqun Lin.
|
2017-04-03 07:57:28 -07:00 |
|
Wei-Chiu Chuang
|
bc7aff7cec
|
HDFS-11515. -du throws ConcurrentModificationException. Contributed by Istvan Fajth, Wei-Chiu Chuang.
|
2017-04-03 07:35:09 -07:00 |
|
Akira Ajisaka
|
845529b3ab
|
MAPREDUCE-6824. TaskAttemptImpl#createCommonContainerLaunchContext is longer than 150 lines. Contributed by Chris Trezzo.
|
2017-04-03 13:06:54 +09:00 |
|
Varun Saxena
|
a4b5aa8493
|
YARN-6377. NMTimelinePublisher#serviceStop does not stop timeline clients (Haibo Chen via Varun Saxena)
|
2017-04-02 04:54:12 +05:30 |
|
Varun Saxena
|
b8838578ce
|
YARN-6414. ATSv2 HBase related tests fail due to guava version upgrade (Haibo Chen via Varun Saxena)
|
2017-04-02 04:37:34 +05:30 |
|
Mingliang Liu
|
26172a94d6
|
HADOOP-14267. Make DistCpOptions immutable. Contributed by Mingliang Liu
|
2017-03-31 20:04:26 -07:00 |
|
Hanisha Koneru
|
73835c73e2
|
HDFS-11560. Expose slow disks via NameNode JMX. Contributed by Hanisha Koneru.
|
2017-03-31 13:50:29 -07:00 |
|
Arpit Agarwal
|
5485d93bda
|
HDFS-11603. Improve slow mirror/disk warnings in BlockReceiver.
|
2017-03-31 12:10:27 -07:00 |
|
Eric Payne
|
318bfb01bc
|
YARN-6354. LeveldbRMStateStore can parse invalid keys when recovering reservations. Contributed by Jason Lowe
|
2017-03-31 12:30:35 -05:00 |
|
Jason Lowe
|
4d1fac5df2
|
YARN-6411. Clean up the overwrite of createDispatcher() in subclass of MockRM. Contributed by Yufei Gu
|
2017-03-31 10:05:34 -05:00 |
|