Howard Yoo
5740bb6345
Update TestWavefrontMetrics.java
2019-08-27 08:40:06 -07:00
Howard Yoo
9bd4474cea
Fixed the import statement of importing Mackito
...
rather than importing Mackito Whitebox, changed that to import import org.apache.hadoop.test.Whitebox; which seems to be the correct way of setting the internal State for testing.
2019-07-26 23:14:20 -05:00
Howard Yoo
fe3d5c1fac
modified testcase to correct expected value
...
corrected.
2018-02-17 22:31:09 -08:00
Howard Yoo
a622f37ac1
fixed style errors
2018-02-17 21:53:34 -08:00
Howard Yoo
09d080021d
added missing package
2018-02-17 06:38:22 -08:00
Howard Yoo
74b5108d6a
more compilation error fixes
2018-02-16 23:23:23 -08:00
Howard Yoo
2eeaa917c9
bug fixes and more
...
bug fixes and more
2018-02-16 22:50:28 -08:00
Howard Yoo
7b1a5bf15b
added test case
...
test case added for wavefront
2018-02-16 22:21:16 -08:00
Howard Yoo
91c3b23dc3
fixes spacing and tab tidying
...
just tidying up to meet the standards
2018-02-16 11:43:55 -08:00
Howard Yoo
707e529caa
New WavefrontSink
...
for use with Wavefront Proxy on host and port.
requires the following parameters to be configured
server_host
server_port
metrics_prefix
metrics_source
2018-02-13 18:56:10 -08:00
Arpit Agarwal
332269de06
HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar.
2018-02-13 10:14:16 -08:00
Eric Payne
c5e6e3de1c
YARN-7813: Capacity Scheduler Intra-queue Preemption should be configurable for each queue
2018-02-13 10:11:02 -06:00
Chris Douglas
0c5d7d71a8
HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine
2018-02-12 21:07:15 -08:00
Chris Douglas
9cc6d1dfb3
Revert "HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine"
...
This reverts commit 5b88cb339898f82519223bcd07e1caedff02d051.
2018-02-12 21:06:10 -08:00
Chris Douglas
5b88cb3398
HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine
2018-02-12 21:00:47 -08:00
Jason Lowe
5a1db60ab1
YARN-7914. Fix exit code handling for short lived Docker containers. Contributed by Shane Kumpf
2018-02-12 15:50:10 -06:00
Jason Lowe
87e2570a14
MAPREDUCE-7048. Uber AM can crash due to unknown task in statusUpdate. Contributed by Peter Bacsko
2018-02-12 13:21:09 -06:00
Brahma Reddy Battula
35c17351ca
HDFS-8693. Addendum patch to execute the command using UGI. Contributed by Brahma Reddy Battula.
2018-02-12 22:14:34 +05:30
Jason Lowe
3414fd1243
YARN-7917. Fix failing test TestDockerContainerRuntime#testLaunchContainerWithDockerTokens. Contributed by Shane Kumpf
2018-02-12 09:27:43 -06:00
Arpit Agarwal
96bb6a51ec
HDFS-10453. ReplicationMonitor thread could stuck for long time due to the race between replication and delete of same file in a large cluster.. Contributed by He Xiaoqiao.
2018-02-12 07:17:40 -08:00
Steve Loughran
8cf88fcd1f
HADOOP-15187. Remove ADL mock test dependency on REST call invoked from Java SDK.
...
Contributed by Vishwajeet Dusane.
(cherry picked from commit bd5ab5912564d2d687651b01f552b8e4ca8c145a)
2018-02-12 15:13:00 +00:00
Wangda Tan
d02e42cee4
YARN-7739. DefaultAMSProcessor should properly check customized resource types against minimum/maximum allocation. (wangda)
...
Change-Id: I10cc9341237d9a2fc0f8c855efb98a36b91389e2
2018-02-12 10:29:37 +08:00
Wangda Tan
d4c98579e3
YARN-7697. NM goes down with OOM due to leak in log-aggregation. (Xuan Gong via wangda)
...
Change-Id: Ie4fc7979d834e25f37a033c314f3efceeb8f4a9e
2018-02-12 10:28:35 +08:00
Wangda Tan
789a185c16
YARN-5848. Remove unnecessary public/crossdomain.xml from YARN UIv2 sub project. (Sunil G via wangda)
...
Change-Id: Ie295f88232192e6b520c335b0332383cc6a232c0
2018-02-12 10:27:15 +08:00
Wangda Tan
e795833d8c
YARN-7906. Fix mvn site fails with error: Multiple sources of package comments found for package o.a.h.y.client.api.impl. (Akira Ajisaka via wangda)
...
Change-Id: I20221d97446e97f208d587eacbc60448c11ffd48
2018-02-12 10:25:22 +08:00
Weiwei Yang
a08c048832
YARN-7838. Support AND/OR constraints in Distributed Shell. Contributed by Weiwei Yang.
2018-02-11 14:20:46 +08:00
Yiqun Lin
25fbec67d1
HDFS-13130. Log object instance get incorrectly in SlowDiskTracker. Contributed by Jianfei Jiang.
2018-02-11 12:02:10 +08:00
Wangda Tan
60f9e60b3b
Preparing for 3.2.0 development
...
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
2018-02-11 11:17:38 +08:00
Eric Yang
c97d5bceb2
YARN-7909. Add charset to YARN Service REST API. (Contributed by Eric Yang)
2018-02-09 20:01:25 -05:00
Yiqun Lin
543f3abbee
HDFS-13099. RBF: Use the ZooKeeper as the default State Store. Contributed by Yiqun Lin.
2018-02-09 13:57:42 +08:00
Jian He
ddec08d7cc
YARN-7827. Stop and Delete Yarn Service from RM UI fails with HTTP ERROR 404. Contributed by Sunil G
2018-02-08 21:32:40 -08:00
Yufei Gu
1bc03ddf97
YARN-7655. Avoid AM preemption caused by RRs for specific nodes or racks. Contributed by Steven Rand.
2018-02-08 12:32:43 -08:00
Jian He
eb2449d539
YARN-5428. Allow for specifying the docker client configuration directory. Contributed by Shane Kumpf
2018-02-08 11:35:30 -08:00
Steve Loughran
996796f104
HADOOP-15214. Make Hadoop compatible with Guava 21.0.
...
Contributed by Igor Dvorzhak
2018-02-08 10:55:54 -08:00
Xiaoyu Yao
8faf0b50d4
HDFS-13120. Snapshot diff could be corrupted after concat. Contributed by Xiaoyu Yao.
2018-02-08 08:59:48 -08:00
Yongjun Zhang
f491f717e9
HDFS-13115. In getNumUnderConstructionBlocks(), ignore the inodeIds for which the inodes have been deleted. Contributed by Yongjun Zhang.
2018-02-07 12:58:09 -08:00
Jitendra Pandey
b061215ecf
HDFS-11701. NPE from Unresolved Host causes permanent DFSInputStream failures. Contributed by Lokesh Jain.
2018-02-07 11:22:36 -08:00
Jason Lowe
456705a07c
YARN-7815. Make the YARN mounts added to Docker containers more restrictive. Contributed by Shane Kumpf
2018-02-07 13:09:08 -06:00
Brahma Reddy Battula
01bd6ab18f
HDFS-12935. Get ambiguous result for DFSAdmin command in HA mode when only one namenode is up. Contributed by Jianfei Jiang.
2018-02-07 23:10:33 +05:30
Billie Rinaldi
266da25c04
Revert "YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi."
...
This reverts commit e14f03dfbf078de63126a1e882261081b9ec6778.
2018-02-07 07:17:00 -08:00
Billie Rinaldi
aa461f9091
YARN-7516. Add security check for trusted docker images. Contributed by Eric Yang
2018-02-07 07:09:45 -08:00
Xiao Chen
e5c2fdddd6
HDFS-12933. Improve logging when DFSStripedOutputStream failed to write some blocks. Contributed by chencan.
2018-02-06 22:54:53 -08:00
Tsz-Wo Nicholas Sze
4fadcf1631
HDFS-13107. Add Mover Cli Unit Tests for Federated cluster. Contributed by Bharat Viswanadham
2018-02-06 16:59:26 -08:00
Sean Mackrory
b14db95c35
HDFS-13106. Need to exercise all HDFS APIs for EC. Contributed by Haibo Yan.
2018-02-06 16:39:00 -07:00
Tsz-Wo Nicholas Sze
4d1bf33d0f
HDFS-12947. Limit the number of Snapshots allowed to be created for a Snapshottable Directory. Contributed by Shashikant Banerjee
2018-02-06 14:46:44 -08:00
Robert Kanter
814d701d46
YARN-7841. Cleanup AllocationFileLoaderService's reloadAllocations method (snemeth via rkanter)
2018-02-06 14:36:49 -08:00
Anu Engineer
4304fcd5bd
HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen.
2018-02-06 13:43:45 -08:00
Kihwal Lee
2dd960de98
HADOOP-15212. Add independent secret manager method for logging expired tokens. Contributed by Daryn Sharp.
2018-02-06 15:33:18 -06:00
Weiwei Yang
bff858e910
YARN-7860. Fix UT failure TestRMWebServiceAppsNodelabel#testAppsRunning. Contributed by Sunil G.
2018-02-06 19:33:04 +08:00
Sunil G
72415c39cf
YARN-7866. [UI2] Error to be displayed correctly while accessing kerberized cluster without kinit. Contributed by Sunil G.
2018-02-06 16:00:34 +05:30