Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
ec4d2d9f40
|
Release process for 2.7.2: Set the release date for 2.7.2
|
2016-01-25 15:45:57 -08:00 |
|
Jian He
|
992dd2f783
|
YARN-4520. Finished app info is unnecessarily persisted in NM state-store if container is acquired but not lunched on this node. Contributed by sandflee
|
2016-01-25 15:36:14 -08:00 |
|
Arpit Agarwal
|
d62b4a4de7
|
HDFS-9094. Add command line option to ask NameNode reload configuration. (Contributed by Xiaobing Zhou)
|
2016-01-25 12:17:05 -08:00 |
|
Walter Su
|
6eacdea0e4
|
HADOOP-12715. TestValueQueue#testgetAtMostPolicyALL fails intermittently. Contributed by Xiao Chen.
|
2016-01-25 19:30:04 +08:00 |
|
Akira Ajisaka
|
56a0c17508
|
YARN-4592. Remove unused GetContainerStatus proto. Contributed by Chang Li.
|
2016-01-25 15:20:29 +09:00 |
|
Akira Ajisaka
|
643227927a
|
HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks sometimes times out. Contributed by Xiao Chen.
|
2016-01-25 13:59:25 +09:00 |
|
Akira Ajisaka
|
736eb17a79
|
HADOOP-12731. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
|
2016-01-25 13:47:29 +09:00 |
|
Akira Ajisaka
|
2b833297ce
|
Added MAPREDUCE-6614 to 2.8.0 in CHANGES.txt.
|
2016-01-25 11:41:19 +09:00 |
|
Eric Yang
|
10a2bc0dff
|
HDFS-9653. Added blocks pending deletion report to dfsadmin.
(Weiwei Yang via eyang)
|
2016-01-24 14:19:49 -08:00 |
|
rohithsharmaks
|
10dc2c0493
|
YARN-4613. Fix test failure in TestClientRMService#testGetClusterNodes. (Takashi Ohnishi via rohithsharmaks)
|
2016-01-24 23:36:15 +05:30 |
|
rohithsharmaks
|
99829eb221
|
YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriorityAllocationWithChangeInPriority. (Sunil G via rohithsharmaks)
|
2016-01-23 07:56:57 +05:30 |
|
Xuan
|
618bfd6ac2
|
YARN-4496. Improve HA ResourceManager Failover detection on the client.
Contributed by Jian He
|
2016-01-22 18:20:38 -08:00 |
|
Jason Lowe
|
46e5ea81e0
|
YARN-4598. Invalid event: RESOURCE_FAILED at CONTAINER_CLEANEDUP_AFTER_KILL. Contributed by tangshangwen
|
2016-01-22 21:55:01 +00:00 |
|
Jason Lowe
|
e91e8b711c
|
YARN-4371. "yarn application -kill" should take multiple application ids. Contributed by Sunil G
|
2016-01-22 21:36:15 +00:00 |
|
Allen Wittenauer
|
d22c4239a4
|
HDFS-9525. hadoop utilities need to support provided delegation tokens (HeeSoo Kim via aw)
|
2016-01-22 12:15:22 -08:00 |
|
Jing Zhao
|
95363bcc7d
|
HDFS-9646. ErasureCodingWorker may fail when recovering data blocks with length less than the first internal block. Contributed by Jing Zhao.
|
2016-01-22 09:46:02 -08:00 |
|
rohithsharmaks
|
34a3900773
|
YARN-4574. Fix random failure in TestAMRMClientOnRMRestart. (Takashi Ohnishi via rohithsharmaks)
|
2016-01-22 21:17:37 +05:30 |
|
Kihwal Lee
|
2fd19b9674
|
HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma.
|
2016-01-22 09:10:06 -06:00 |
|
rohithsharmaks
|
d6258b33a7
|
YARN-4497. RM might fail to restart when recovering apps whose attempts are missing. (Jun Gong via rohithsharmaks)
|
2016-01-22 20:27:38 +05:30 |
|
Akira Ajisaka
|
0bae506c22
|
HADOOP-12730. Hadoop streaming -mapper and -reducer options are wrongly documented as required. Contributed by Kengo Seki.
|
2016-01-22 21:08:31 +09:00 |
|
Akira Ajisaka
|
6831634682
|
HDFS-9682. Fix a typo "aplication" in HttpFS document. Contributed by Weiwei yang.
|
2016-01-22 20:12:18 +09:00 |
|
Akira Ajisaka
|
8f58f742ae
|
YARN-4605. Spelling mistake in the help message of "yarn applicationattempt" command. Contributed by Weiwei Yang.
|
2016-01-22 19:43:06 +09:00 |
|
Akira Ajisaka
|
f5c8c857be
|
MAPREDUCE-6605. Fix typos mapreduce.map.skip.proc.count.autoincr and mapreduce.reduce.skip.proc.count.autoincr in mapred-default.xml. Contributed by Kai Sasaki.
|
2016-01-22 18:35:43 +09:00 |
|
Varun Vasudev
|
b41a7e89d1
|
YARN-4578. Directories that are mounted in docker containers need to be more restrictive/container-specific. Contributed by Sidharta Seethana.
|
2016-01-22 14:43:14 +05:30 |
|
Masatake Iwasaki
|
ae9c61ff0a
|
HDFS-9618. Fix mismatch between log level and guard in BlockManager#computeRecoveryWorkForBlocks (iwasakims)
|
2016-01-22 14:11:48 +09:00 |
|
Rohith Sharma K S
|
e30668106d
|
YARN-4584. RM startup failure when AM attempts greater than max-attempts. (Bibin A Chundatt via rohithsharmaks)
|
2016-01-22 10:14:46 +05:30 |
|
Masatake Iwasaki
|
b2ffcc2915
|
HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims)
|
2016-01-22 12:28:38 +09:00 |
|
Xiaoyu Yao
|
f3427d3766
|
HADOOP-12659. Incorrect usage of config parameters in token manager of KMS. Contributed by Mingliang Liu.
|
2016-01-21 13:51:58 -08:00 |
|
Zhe Zhang
|
b4a05c1fd5
|
HDFS-9674. The HTrace span for OpWriteBlock should record the maxWriteToDisk time. Contributed by Colin McCabe.
Change-Id: I9bf3f3bcd57f5880189ad7c160f3dd66f97d904b
|
2016-01-21 13:25:42 -08:00 |
|
Allen Wittenauer
|
2a867355df
|
HADOOP-12651. Replace dev-support with wrappers to Yetus (aw)
|
2016-01-21 13:03:34 -08:00 |
|
Allen Wittenauer
|
8cecad2d56
|
HADOOP-12651. Replace dev-support with wrappers to Yetus (aw)
|
2016-01-21 12:22:03 -08:00 |
|
Jing Zhao
|
c304890c8c
|
HDFS-9542. Move BlockIdManager from FSNamesystem to BlockManager. Contributed by Jing Zhao.
|
2016-01-21 11:13:17 -08:00 |
|
Jason Lowe
|
468a53b22f
|
YARN-4610. Reservations continue looking for one app causes other apps to starve. Contributed by Jason Lowe
|
2016-01-21 18:31:29 +00:00 |
|
Zhe Zhang
|
1bb31fb22e
|
HADOOP-11828. Implement the Hitchhiker erasure coding algorithm. Contributed by Jack Liu Quan.
Change-Id: If43475ccc2574df60949c947af562722db076251
|
2016-01-21 10:30:05 -08:00 |
|
Akira Ajisaka
|
2ac39ca762
|
HADOOP-7161. Remove unnecessary oro package from dependency management section. Contributed by Sean Busbey.
|
2016-01-22 02:45:22 +09:00 |
|
Akira Ajisaka
|
3ac9511da2
|
YARN-4608. Redundant code statement in WritingYarnApplications. Contributed by Kai Sasaki.
|
2016-01-22 02:14:31 +09:00 |
|
Karthik Kambatla
|
4992398aee
|
YARN-4603. FairScheduler should mention user requested queuename in error message when failed in queue ACL check. (Tao Jie via kasha)
|
2016-01-21 17:40:59 +01:00 |
|
Jason Lowe
|
f858ac2426
|
YARN-4492. Add documentation for preemption supported in Capacity scheduler. Contributed by Naganarasimha G R
|
2016-01-21 15:38:40 +00:00 |
|
Kihwal Lee
|
3616c7b855
|
HDFS-9634. webhdfs client side exceptions don't provide enough details. Contributed by Eric Payne.
|
2016-01-21 09:32:57 -06:00 |
|
Vinayakumar B
|
446987e20a
|
HADOOP-12423. Handle failure of registering shutdownhook by ShutdownHookManager in static block (Contributed by Abhishek Agarwal)
|
2016-01-21 20:08:24 +05:30 |
|
Vinayakumar B
|
b7372b7166
|
HDFS-9625. set replication for empty file failed when set storage policy (Contributed by DENG FEI)
|
2016-01-21 19:17:05 +05:30 |
|
Masatake Iwasaki
|
9eec6cbedc
|
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing (iwasakims)
|
2016-01-20 05:00:02 +09:00 |
|
Wangda Tan
|
5ff5f67332
|
YARN-4557. Fix improper Queues sorting in PartitionedQueueComparator when accessible-node-labels=*. (Naganarasimha G R via wangda)
|
2016-01-21 11:21:06 +08:00 |
|
Xuan
|
1708a4cd23
|
YARN-4611. Fix scheduler load simulator to support multi-layer network
location. Contributed by Ming Ma.
|
2016-01-20 15:41:50 -08:00 |
|
Xuan
|
890a2ebd1a
|
YARN-4559. Make leader elector and zk store share the same curator
client. Contributed by Jian He
|
2016-01-20 14:48:10 -08:00 |
|
Lei Xu
|
2ec438e8f7
|
HDFS-9655. NN should start JVM pause monitor before loading fsimage. (John Zhuge via Lei (Eddy) Xu)
|
2016-01-20 14:26:11 -08:00 |
|
Colin Patrick Mccabe
|
7905788db9
|
HDFS-9576: HTrace: collect position/length information on read operations (zhz via cmccabe)
|
2016-01-20 11:26:44 -08:00 |
|
Vinayakumar B
|
1425578690
|
HDFS-9661. Deadlock in DN.FsDatasetImpl between moveBlockAcrossStorage and createRbw (Contributed by ade)
|
2016-01-20 21:04:21 +05:30 |
|
Yongjun Zhang
|
57d0a94305
|
HDFS-6054. MiniQJMHACluster should not use static port to avoid binding failure in unit test. (Yongjun Zhang)
|
2016-01-19 22:54:47 -08:00 |
|
Ravi Prakash
|
1acc509b45
|
HADOOP-12696. Add tests for S3FileSystem Contract. Contributed by Matt Paduano
|
2016-01-19 13:57:08 -08:00 |
|