Kihwal Lee
|
63c966a3fb
|
HDFS-9874. Long living DataXceiver threads cause volume shutdown to block. Contributed by Rushabh Shah.
|
2016-03-18 10:24:59 -05:00 |
Colin Patrick Mccabe
|
dc951e606f
|
HDFS-9949. Add a test case to ensure that the DataNode does not regenerate its UUID when a storage directory is cleared (Harsh J via cmccabe)
|
2016-03-17 10:37:42 -07:00 |
Junping Du
|
ca8106d2dd
|
YARN-4785. inconsistent value type of the type field for LeafQueueInfo in response of RM REST API.
|
2016-03-17 09:04:41 -07:00 |
Karthik Kambatla
|
f84af8bd58
|
YARN-4812. TestFairScheduler#testContinuousScheduling fails intermittently. (kasha)
|
2016-03-17 05:54:06 -07:00 |
Akira Ajisaka
|
80fa70c4e1
|
MAPREDUCE-6645. TestWordStats outputs logs under directories other than target/test-dir. Contributed by Gabor Liptak.
|
2016-03-17 18:08:31 +09:00 |
Andrew Wang
|
02a250db9f
|
HDFS-10173. Typo in DataXceiverServer. Contributed by Michael Han.
|
2016-03-16 18:49:57 -07:00 |
Wangda Tan
|
ae14e5d07f
|
YARN-4108. CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
(cherry picked from commit 7e8c9beb41 )
|
2016-03-16 17:02:33 -07:00 |
Wangda Tan
|
fa7a43529d
|
Revert "CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)"
This reverts commit 7e8c9beb41 .
|
2016-03-16 17:02:10 -07:00 |
Wangda Tan
|
7e8c9beb41
|
CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
|
2016-03-16 16:59:59 -07:00 |
Zhe Zhang
|
32d043d9c5
|
HDFS-9857. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-1]. Contributed by Rakesh R.
|
2016-03-16 16:53:58 -07:00 |
Steve Loughran
|
605fdcbb81
|
YARN-4593 Deadlock in AbstractService.getConfig() (stevel)
|
2016-03-16 14:35:24 +00:00 |
Steve Loughran
|
5a725f0ab8
|
HADOOP-12888 Shell to disable bash and setsid support when running under JVM security manager (Costin Leau via stevel)
|
2016-03-16 14:31:19 +00:00 |
Karthik Kambatla
|
3ef5500783
|
YARN-4560. Make scheduler error checking message more user friendly. (Ray Chiang via kasha)
|
2016-03-15 23:45:01 -07:00 |
Xuan
|
a888b5bc53
|
Revert "YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)"
This reverts commit 3a0b695441 .
|
2016-03-15 22:10:39 -07:00 |
Chris Nauroth
|
4143f0362f
|
HDFS-9961. Ozone: Add buckets commands to CLI. Contributed by Anu Engineer.
|
2016-03-15 21:27:53 -07:00 |
Wangda Tan
|
6529c87551
|
MAPREDUCE-6579. JobStatus#getFailureInfo should not output diagnostic information when the job is running. (Akira AJISAKA via wangda)
|
2016-03-15 17:28:40 -07:00 |
Li Lu
|
5176a69868
|
YARN-4817. Change Log Level to DEBUG for putDomain call in ATS 1.5. (Xuan Gong via gtcarrera9)
|
2016-03-15 11:47:39 -07:00 |
Li Lu
|
3a0b695441
|
YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)
|
2016-03-15 11:40:54 -07:00 |
Robert Kanter
|
22ca176dfe
|
TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IllegalArgumentException from cleanup (templedf via rkanter)
|
2016-03-15 10:05:10 -07:00 |
Kihwal Lee
|
d457401784
|
HDFS-9904. testCheckpointCancellationDuringUpload occasionally fails. Contributed by Lin Yiqun.
|
2016-03-15 10:52:47 -05:00 |
Masatake Iwasaki
|
5de848cd5d
|
HDFS-9928. Make HDFS commands guide up to date (Wei-Chiu Chuang via iwasakims)
|
2016-03-15 20:42:05 +09:00 |
Siddharth Seth
|
eba66a64d2
|
YARN-4816. Fix incompatible change in SystemClock.
|
2016-03-14 20:14:33 -07:00 |
Zhe Zhang
|
19e8f07691
|
HADOOP-12826. Rename the new Java coder and make it default. Contributed by Rui Li.
|
2016-03-14 16:45:32 -07:00 |
Chris Nauroth
|
4683d68ee6
|
HDFS-9944. Ozone : Add container dispatcher. Contributed by Anu Engineer.
|
2016-03-14 16:16:35 -07:00 |
Tsz-Wo Nicholas Sze
|
1898810cda
|
HADOOP-12923. Move the test code in ipc.Client to test.
|
2016-03-14 15:48:01 -07:00 |
Colin Patrick Mccabe
|
9a43094e12
|
HDFS-9947. Block#toString should not output information from derived classes (cmccabe)
|
2016-03-14 14:59:11 -07:00 |
Ravi Prakash
|
bd5556ba12
|
Download File from UI broken after pagination. Contributed by Brahma Reddy Battula
|
2016-03-14 14:30:13 -07:00 |
Karthik Kambatla
|
20d389ce61
|
YARN-4719. Add a helper library to maintain node state and allows common queries. (kasha)
|
2016-03-14 14:19:05 -07:00 |
Chris Nauroth
|
657bc690c2
|
HDFS-9926. ozone : Add volume commands to CLI. Contributed by Anu Engineer.
|
2016-03-14 10:50:54 -07:00 |
Chris Nauroth
|
5644137ada
|
HDFS-9941. Do not log StandbyException on NN, other minor logging fixes. Contributed by Arpit Agarwal.
|
2016-03-14 09:54:54 -07:00 |
Junping Du
|
f291d82cd4
|
YARN-4545. Allow YARN distributed shell to use ATS v1.5 APIs. Li Lu via junping_du
|
2016-03-14 08:28:38 -07:00 |
Chris Nauroth
|
64add6756c
|
HDFS-9925. Ozone: Add Ozone Client lib for bucket handling. Contributed by Anu Engineer.
Fix build break
|
2016-03-11 13:03:15 -08:00 |
Colin Patrick Mccabe
|
658ee95ff3
|
HADOOP-11996. Improve and restructure native ISAL support (Kai Zheng via cmccabe)
|
2016-03-11 12:57:54 -08:00 |
Chris Nauroth
|
e74f1d4728
|
HDFS-9916. OzoneHandler : Add Key handler. Contributed by Anu Engineer.
|
2016-03-11 12:57:10 -08:00 |
Chris Nauroth
|
e882d6273c
|
HDFS-9916. OzoneHandler : Add Key handler. Contributed by Anu Engineer.
|
2016-03-11 12:57:10 -08:00 |
Anu Engineer
|
ff4ea053d3
|
HDFS-9920. Stop tracking CHANGES.txt in the HDFS-7240 feature branch. Contributed by Chris Nauroth.
|
2016-03-11 12:57:09 -08:00 |
Chris Nauroth
|
979dfe4c2e
|
HDFS-9891. Ozone: Add container transport client. Contributed by Anu Engineer.
|
2016-03-11 12:57:09 -08:00 |
Chris Nauroth
|
b31a5d67f1
|
HDFS-9873. Ozone: Add container transport server. Contributed by Anu Engineer.
|
2016-03-11 12:57:09 -08:00 |
Anu Engineer
|
2fff7d58da
|
HDFS-9907. Exclude Ozone protobuf-generated classes from Findbugs analysis. Contributed by Chris Nauroth
|
2016-03-11 12:57:09 -08:00 |
Chris Nauroth
|
d4402c5123
|
HDFS-9848. Ozone: Add Ozone Client lib for volume handling. Contributed by Anu Engineer.
|
2016-03-11 12:57:08 -08:00 |
Anu Engineer
|
45e360f54e
|
HDFS-9853. Ozone: Add container definitions. Contributed by Anu Engineer.
|
2016-03-11 12:57:08 -08:00 |
cnauroth
|
40211dd4fe
|
HDFS-9845. OzoneHandler : Support List and Info Volumes. Contributed by Anu Engineer.
|
2016-03-11 12:57:08 -08:00 |
cnauroth
|
ed258dc633
|
HDFS-9834. OzoneHandler : Enable MiniDFSCluster based testing for Ozone. Contributed by Anu Engineer.
|
2016-03-11 12:57:08 -08:00 |
Anu Engineer
|
14b85da0ea
|
HDFS-8757 : OzoneHandler : Add localStorageHandler support for Buckets. Contributed by Anu Engineer
|
2016-03-11 12:57:08 -08:00 |
Anu Engineer
|
312a01ea3c
|
HDFS-8527. OzoneHandler: Integration of REST interface and container data pipeline back-end. Contributed by Chris Nauroth
|
2016-03-11 12:57:07 -08:00 |
Anu Engineer
|
114ef3000c
|
HDFS-8695. OzoneHandler : Add Bucket REST Interface. (aengineer)
|
2016-03-11 12:57:07 -08:00 |
Anu Engineer
|
d309930374
|
HDFS-8753. Ozone: Unify StorageContainerConfiguration with ozone-default.xml & ozone-site.xml. Contributed by kanaka kumar avvaru
|
2016-03-11 12:57:07 -08:00 |
Arpit Agarwal
|
06c5b2500a
|
HDFS-8717. OzoneHandler : Add common bucket objects. (Contributed by Anu Engineer)
|
2016-03-11 12:57:07 -08:00 |
Arpit Agarwal
|
acb949e6f9
|
HDFS-8680. OzoneHandler : Add Local StorageHandler support for volumes. (Contributed by Anu Engineer)
|
2016-03-11 12:57:07 -08:00 |
Arpit Agarwal
|
5d70ed415c
|
HDFS-8654. OzoneHandler : Add ACL support. (Contributed by Anu Engineer)
|
2016-03-11 12:57:06 -08:00 |