Bharat Viswanadham
|
143dd560bf
|
HDDS-133:Change format of .container files to Yaml. Contributed by Bharat Viswanadham
|
2018-06-11 09:04:54 -07:00 |
|
Hanisha Koneru
|
772c95395b
|
HDDS-140. Add DU usage to VolumeInfo.
|
2018-06-06 16:21:21 -07:00 |
|
Bharat Viswanadham
|
977c8cd166
|
HDDS-123:ContainerSet class to manage ContainerMap. Contributed by Bharat Viswanadham
|
2018-06-06 13:59:20 -07:00 |
|
Bharat Viswanadham
|
f26d3466d7
|
Create Version File in Datanode. Contributed by Bharat Viswanadham.
|
2018-06-04 15:28:19 -07:00 |
|
Arpit Agarwal
|
79b298111f
|
Merge remote-tracking branch 'apache-commit/trunk' into HDDS-48
|
2018-05-31 11:45:01 -07:00 |
|
Bharat Viswanadham
|
a58acd9080
|
HADOOP-15490:Multiple declaration of maven-enforcer-plugin found in pom.xml. Contributed by Nanda kumar
|
2018-05-31 10:56:17 -07:00 |
|
Arpit Agarwal
|
59777185fc
|
HDDS-116. Implement VolumeSet to manage disk volumes. Contributed by Hanisha Koneru.
|
2018-05-31 10:29:25 -07:00 |
|
Inigo Goiri
|
1f324e9661
|
HDFS-13631. TestDFSAdmin#testCheckNumOfBlocksInReportCommand should use a separate MiniDFSCluster path. Contributed by Anbang Hu.
|
2018-05-31 10:12:38 -07:00 |
|
Sean Mackrory
|
1361030e59
|
HDFS-13582. Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside). Contributed by Zsolt Venczel.
|
2018-05-31 07:59:21 -06:00 |
|
Billie Rinaldi
|
6bc92e304f
|
YARN-8333. Load balance YARN services using RegistryDNS multiple A records. Contributed by Eric Yang
|
2018-05-31 06:46:34 -07:00 |
|
Weiwei Yang
|
6468071f13
|
YARN-8367. Fix NPE in SingleConstraintAppPlacementAllocator when placement constraint in SchedulingRequest is null. Contributed by Weiwei Yang.
|
2018-05-31 20:46:39 +08:00 |
|
Takanobu Asanuma
|
d1e2b80980
|
MAPREDUCE-7098. Upgrade common-langs version to 3.7 in hadoop-mapreduce-project
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-05-31 18:31:10 +09:00 |
|
Anu Engineer
|
02c4b89f99
|
HDDS-128. Support for DN to SCM signaling.
Contributed by Nanda Kumar.
|
2018-05-30 14:21:13 -07:00 |
|
Bharat Viswanadham
|
6cd19b45ef
|
HDDS-90: Create ContainerData, Container classes. Contributed by Bharat Viswanadham
|
2018-05-30 14:04:19 -07:00 |
|
Xiaoyu Yao
|
ee1e0e2036
|
HDDS-92. Use DBType during parsing datanode .container files. Contributed by Bharat Viswanadham.
|
2018-05-30 14:04:19 -07:00 |
|
Billie Rinaldi
|
778a4a24be
|
YARN-8350. NPE in service AM related to placement policy. Contributed by Gour Saha
|
2018-05-30 13:19:13 -07:00 |
|
Billie Rinaldi
|
96eefcc84a
|
YARN-8368. yarn app start cli should print applicationId. Contributed by Rohith Sharma K S
|
2018-05-30 12:37:43 -07:00 |
|
Inigo Goiri
|
47c31ff16b
|
HDFS-13629. Some tests in TestDiskBalancerCommand fail on Windows due to MiniDFSCluster path conflict and improper path usage. Contributed by Anbang Hu.
|
2018-05-30 10:22:04 -07:00 |
|
Inigo Goiri
|
8197b9b560
|
HDFS-13632. Randomize baseDir for MiniJournalCluster in MiniQJMHACluster for TestDFSAdminWithHA. Contributed by Anbang Hu.
|
2018-05-30 10:13:52 -07:00 |
|
Eric E Payne
|
e44c0849d7
|
YARN-8377: Javadoc build failed in hadoop-yarn-server-nodemanager. Contributed by Takanobu Asanuma
|
2018-05-30 16:50:19 +00:00 |
|
Anu Engineer
|
3b34148c4f
|
HDDS-88. Create separate message structure to represent ports in DatanodeDetails.
Contributed by Nanda Kumar.
|
2018-05-30 08:52:07 -07:00 |
|
Yiqun Lin
|
b24098bc8f
|
HDFS-13626. Fix incorrect username when deny the setOwner operation. Contributed by Zsolt Venczel.
|
2018-05-30 16:52:21 +08:00 |
|
Aaron Fabbri
|
5f6769f796
|
HADOOP-15480 AbstractS3GuardToolTestBase.testDiffCommand fails when using dynamo (Gabor Bota)
|
2018-05-29 19:20:22 -07:00 |
|
Eric Yang
|
135941e00d
|
YARN-8362. Bugfix logic in container retries in node manager.
Contributed by Chandni Singh
|
2018-05-29 16:56:58 -04:00 |
|
Anu Engineer
|
24169062e5
|
HDDS-114. Ozone Datanode mbean registration fails for StorageLocation.
Contributed by Elek, Marton.
|
2018-05-29 13:48:55 -07:00 |
|
Aaron Fabbri
|
30284d020d
|
HADOOP-14946 S3Guard testPruneCommandCLI can fail. Contributed by Gabor Bota.
|
2018-05-29 13:38:15 -07:00 |
|
Anu Engineer
|
201440b987
|
HDDS-81. Moving ContainerReport inside Datanode heartbeat.
Contributed by Nanda Kumar.
|
2018-05-29 12:48:50 -07:00 |
|
Jason Lowe
|
4827e9a908
|
YARN-8329. Docker client configuration can still be set incorrectly. Contributed by Shane Kumpf
|
2018-05-29 14:43:17 -05:00 |
|
Kihwal Lee
|
e3236a9680
|
Additional check when unpacking archives. Contributed by Wilfred Spiegelenburg.
|
2018-05-29 14:15:12 -05:00 |
|
Anu Engineer
|
9502b47bd2
|
HDDS-125. Cleanup HDDS CheckStyle issues.
Contributed by Anu Engineer.
|
2018-05-29 09:54:06 -07:00 |
|
Wangda Tan
|
17aa40f669
|
YARN-8369. Javadoc build failed due to 'bad use of >'. (Takanobu Asanuma via wangda)
Change-Id: I79a42154e8f86ab1c3cc939b3745024b8eebe5f4
|
2018-05-29 09:27:36 -07:00 |
|
Wangda Tan
|
3061bfcde5
|
YARN-8339. Service AM should localize static/archive resource types to container working directory instead of 'resources'. (Suma Shivaprasad via wangda)
Change-Id: I9f8e8f621650347f6c2f9e3420edee9eb2f356a4
|
2018-05-29 09:23:11 -07:00 |
|
Inigo Goiri
|
3c75f8e493
|
HADOOP-15497. TestTrash should use proper test path to avoid failing on Windows. Contributed by Anbang Hu.
|
2018-05-29 09:11:08 -07:00 |
|
Jason Lowe
|
31ab960f4f
|
YARN-8338. TimelineService V1.5 doesn't come up after HADOOP-15406. Contributed by Vinod Kumar Vavilapalli
|
2018-05-29 11:00:30 -05:00 |
|
Wei-Chiu Chuang
|
438ef4951a
|
HADOOP-15455. Incorrect debug message in KMSACL#hasAccess. Contributed by Yuen-Kuei Hsueh.
|
2018-05-28 17:32:32 -07:00 |
|
Inigo Goiri
|
8fdc993a99
|
HADOOP-15498. TestHadoopArchiveLogs (#testGenerateScript, #testPrepareWorkingDir) fails on Windows. Contributed by Anbang Hu.
|
2018-05-28 16:45:42 -07:00 |
|
Inigo Goiri
|
9dbf4f0166
|
HDFS-13591. TestDFSShell#testSetrepLow fails on Windows. Contributed by Anbang Hu.
|
2018-05-28 16:34:02 -07:00 |
|
Inigo Goiri
|
91d7c74e6a
|
HDFS-13627. TestErasureCodingExerciseAPIs fails on Windows. Contributed by Anbang Hu.
|
2018-05-28 10:26:47 -07:00 |
|
Sunil G
|
7c343669ba
|
YARN-4781. Support intra-queue preemption for fairness ordering policy. Contributed by Eric Payne.
|
2018-05-28 16:32:53 +05:30 |
|
Karthik Palanisamy
|
61df174e8b
|
HADOOP-15449. Increase default timeout of ZK session to avoid frequent NameNode failover
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-05-28 19:41:07 +09:00 |
|
Takanobu Asanuma
|
04757e5864
|
HDFS-13628. Update Archival Storage doc for Provided Storage
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-05-28 19:06:34 +09:00 |
|
Rohith Sharma K S
|
88cbe57c06
|
MAPREDUCE-7097. MapReduce JHS should honor yarn.webapp.filter-entity-list-by-user. Contributed by Sunil Govindan.
|
2018-05-28 14:05:49 +05:30 |
|
Johan Gustavsson
|
d14e26b31f
|
HADOOP-15477. Make unjar in RunJar overrideable
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-05-28 17:29:59 +09:00 |
|
Anu Engineer
|
0cf6e87f92
|
HDDS-78. Add per volume level storage stats in SCM.
Contributed by Shashikant Banerjee.
|
2018-05-26 11:11:14 -07:00 |
|
Wangda Tan
|
f24c842d52
|
YARN-8213. Add Capacity Scheduler performance metrics. (Weiwei Yang via wangda)
Change-Id: Ieea6f3eeb83c90cd74233fea896f0fcd0f325d5f
|
2018-05-25 21:53:20 -07:00 |
|
Inigo Goiri
|
8605a38514
|
HDFS-13620. Randomize the test directory path for TestHDFSFileSystemContract. Contributed by Anbang Hu.
|
2018-05-25 19:43:33 -07:00 |
|
Anu Engineer
|
2a9652e696
|
HDDS-113. Rest and Rpc Client should verify resource name using HddsClientUtils.
Contributed by Lokesh Jain.
|
2018-05-25 15:45:50 -07:00 |
|
Inigo Goiri
|
13d2528907
|
HDFS-13619. TestAuditLoggerWithCommands fails on Windows. Contributed by Anbang Hu.
|
2018-05-25 13:32:34 -07:00 |
|
Anu Engineer
|
8733012ae3
|
HDDS-96. Add an option in ozone script to generate a site file with minimally required ozone configs.
Contributed by Dinesh Chitlangia.
|
2018-05-25 13:06:14 -07:00 |
|
Inigo Goiri
|
1e0d4b1c28
|
HDFS-13618. Fix TestDataNodeFaultInjector test failures on Windows. Contributed by Xiao Liang.
|
2018-05-25 09:14:28 -07:00 |
|