Karthik Kambatla
|
fe5c23b670
|
HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)
|
2015-03-20 17:03:03 -07:00 |
|
Jian He
|
586348e4cb
|
YARN-3356. Capacity Scheduler FiCaSchedulerApp should use ResourceUsage to track used-resources-by-label. Contributed by Wangda Tan
|
2015-03-20 13:54:01 -07:00 |
|
Junping Du
|
d81109e588
|
YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to fully qualified path. Contributed by Xuan Gong
|
2015-03-20 13:41:22 -07:00 |
|
Robert Kanter
|
d4f7e2507f
|
MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter)
|
2015-03-20 13:11:58 -07:00 |
|
Kihwal Lee
|
75ead273be
|
HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B
|
2015-03-20 14:02:09 -05:00 |
|
Jing Zhao
|
d368d3647a
|
HDFS-7957. Truncate should verify quota before making changes. Contributed by Jing Zhao.
|
2015-03-20 11:50:24 -07:00 |
|
Jing Zhao
|
a6a5aae472
|
HDFS-7829. Code clean up for LocatedBlock. Contributed by Takanobu Asanuma.
|
2015-03-20 10:50:19 -07:00 |
|
Wangda Tan
|
6bc7710ec7
|
YARN-3369. Missing NullPointer check in AppSchedulingInfo causes RM to die. (Brahma Reddy Battula via wangda)
|
2015-03-20 10:42:05 -07:00 |
|
Xuan
|
1a4b528691
|
YARN-2777. Mark the end of individual log in aggregated log. Contributed
by Varun Saxena
|
2015-03-20 10:24:13 -07:00 |
|
Yongjun Zhang
|
15612313f5
|
HDFS-7835. make initial sleeptime in locateFollowingBlock configurable for DFSClient. Contributed by Zhihai Xu.
|
2015-03-20 09:12:42 -07:00 |
|
Tsuyoshi Ozawa
|
43dde502b3
|
HADOOP-11709. Time.NANOSECONDS_PER_MILLISECOND - use class-level final constant instead of method variable. Contributed by Ajith S.
|
2015-03-21 00:54:20 +09:00 |
|
Akira Ajisaka
|
8041267f02
|
MAPREDUCE-4424. 'mapred job -list' command should show the job name as well. Contributed by Avinash Kujur.
|
2015-03-20 18:46:51 +09:00 |
|
yliu
|
978ef11f26
|
HDFS-7962. Remove duplicated logs in BlockManager. (yliu)
|
2015-03-20 05:29:25 +08:00 |
|
Jian He
|
4e886eb9cb
|
YARN-3379. Fixed missing data in localityTable and ResourceRequests table in RM WebUI. Contributed by Xuan Gong
|
2015-03-19 22:27:21 -07:00 |
|
yliu
|
e37ca221bf
|
HDFS-7930. commitBlockSynchronization() does not remove locations. (yliu)
|
2015-03-19 23:23:19 +08:00 |
|
Jason Lowe
|
91baca145a
|
MAPREDUCE-6275. Race condition in FileOutputCommitter v2 for user-specified task output subdirs. Contributed by Gera Shegalov and Siqi Li
|
2015-03-19 21:39:21 +00:00 |
|
Kihwal Lee
|
61a4c7fc98
|
HDFS-7932. Speed up the shutdown of datanode during rolling upgrade. Contributed by Kihwal Lee.
|
2015-03-19 12:27:03 -05:00 |
|
Tsuyoshi Ozawa
|
1ccbc29708
|
MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.
|
2015-03-20 00:58:34 +09:00 |
|
Tsuyoshi Ozawa
|
522c897146
|
HADOOP-11729. Fix link to cgroups doc in site.xml. Contributed by Masatake Iwasaki.
|
2015-03-19 23:08:18 +09:00 |
|
Vinayakumar B
|
5be5129d93
|
HDFS.7849. Update documentation for enabling a new feature in rolling upgrade ( Contributed by J.Andreina )
|
2015-03-19 19:05:42 +05:30 |
|
Kihwal Lee
|
e79be0ee12
|
HDFS-7816. Unable to open webhdfs paths with "+". Contributed by Haohui Mai
|
2015-03-19 08:01:01 -05:00 |
|
Devaraj K
|
93d0f4acc8
|
YARN-3357. Move TestFifoScheduler to FIFO package. Contributed by Rohith
Sharmaks.
|
2015-03-19 12:16:52 +05:30 |
|
Vinayakumar B
|
355e008ffb
|
HDFS-7867. Update action param from 'start' to 'prepare' in rolling upgrade ( Contributed by J.Andreina) Updated JIRA id.
|
2015-03-19 12:10:39 +05:30 |
|
Vinayakumar B
|
338b477ff7
|
HDFS-7869. Update action param from 'start' to 'prepare' in rolling upgrade ( Contributed by J.Andreina)
|
2015-03-19 11:59:31 +05:30 |
|
Haohui Mai
|
19b298f612
|
HADOOP-10703. HttpServer2 creates multiple authentication filters. Contributed by Benoy Antony.
|
2015-03-18 22:31:59 -07:00 |
|
Colin Patrick Mccabe
|
bf6295bed8
|
HADOOP-9329. document native build dependencies in BUILDING.txt (Vijay Bhat via Colin P. McCabe)
|
2015-03-18 19:14:21 -07:00 |
|
Jing Zhao
|
c7c71cdba5
|
HDFS-7587. Edit log corruption can happen if append fails with a quota violation. Contributed by Jing Zhao.
|
2015-03-18 18:53:50 -07:00 |
|
Colin Patrick Mccabe
|
43b41f2241
|
HDFS-7929. inotify unable fetch pre-upgrade edit log segments once upgrade starts (Zhe Zhang via Colin P. McCabe)
|
2015-03-18 18:48:54 -07:00 |
|
Jing Zhao
|
bee5a6a64a
|
HDFS-7943. Append cannot handle the last block with length greater than the preferred block size. Contributed by Jing Zhao.
|
2015-03-18 18:40:59 -07:00 |
|
Colin Patrick Mccabe
|
8234fd0e10
|
HDFS-7054. Make DFSOutputStream tracing more fine-grained (cmccabe)
|
2015-03-18 18:14:54 -07:00 |
|
Karthik Kambatla
|
20b49224eb
|
YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)
|
2015-03-18 16:30:33 -07:00 |
|
Haohui Mai
|
8c40e88d5d
|
HDFS-7945. The WebHdfs system on DN does not honor the length parameter. Contributed by Haohui Mai.
|
2015-03-18 16:19:46 -07:00 |
|
Arpit Agarwal
|
c239b6d376
|
HDFS-7914. TestJournalNode#testFailToStartWithBadConfig fails when the default dfs.journalnode.http-address port 8480 is in use. (Contributed by Xiaoyu Yao)
|
2015-03-18 14:04:53 -07:00 |
|
Haohui Mai
|
f0dea037ff
|
HDFS-7697. Mark the PB OIV tool as experimental. Contributed by Lei (Eddy) Xu.
|
2015-03-18 13:33:41 -07:00 |
|
Arpit Agarwal
|
02a67aad65
|
Fix CHANGES.txt for HDFS-7722.
|
2015-03-18 12:52:42 -07:00 |
|
Arpit Agarwal
|
e817cedcdc
|
HDFS-7951. Fix NPE for TestFsDatasetImpl#testAddVolumeFailureReleasesInUseLock on Linux. (Contributed by Xiaoyu Yao)
|
2015-03-18 12:45:46 -07:00 |
|
Arpit Agarwal
|
d462c62755
|
HDFS-7950. Fix TestFsDatasetImpl#testAddVolumes failure on Windows. (Contributed by Xiaoyu Yao)
|
2015-03-18 12:35:30 -07:00 |
|
Jason Lowe
|
30da99cbaf
|
MAPREDUCE-6277. Job can post multiple history files if attempt loses connection to the RM. Contributed by Chang Li
|
2015-03-18 19:30:37 +00:00 |
|
Arpit Agarwal
|
fdd58aa32f
|
HDFS-7948. TestDataNodeHotSwapVolumes#testAddVolumeFailures failed on Windows. (Contributed by Xiaoyu Yao)
|
2015-03-18 12:26:00 -07:00 |
|
Haohui Mai
|
402817cd9b
|
HDFS-7953. NN Web UI fails to navigate to paths that contain #. Contributed by kanaka kumar avvaru.
|
2015-03-18 11:08:08 -07:00 |
|
Harsh J
|
9d72f93975
|
MAPREDUCE-5807. Print usage for TeraSort job. Contributed by Rohith.
|
2015-03-18 15:36:52 +05:30 |
|
Akira Ajisaka
|
34117325b2
|
HADOOP-11659. o.a.h.FileSystem.Cache#remove should use a single hash map lookup. Contributed by Brahma Reddy Battula.
|
2015-03-18 15:43:10 +09:00 |
|
Arpit Agarwal
|
5b322c6a82
|
HDFS-7946. TestDataNodeVolumeFailureReporting NPE on Windows. (Contributed by Xiaoyu Yao)
|
2015-03-17 21:34:31 -07:00 |
|
Jian He
|
658097d6da
|
YARN-3273. Improve scheduler UI to facilitate scheduling analysis and debugging. Contributed Rohith Sharmaks
|
2015-03-17 21:30:23 -07:00 |
|
Tsuyoshi Ozawa
|
3bc72cc16d
|
YARN-3205. FileSystemRMStateStore should disable FileSystem Cache to avoid get a Filesystem with an old configuration. Contributed by Zhihai Xu.
|
2015-03-18 11:53:19 +09:00 |
|
Aaron T. Myers
|
fc90bf7b27
|
HADOOP-11722. Some Instances of Services using ZKDelegationTokenSecretManager go down when old token cannot be deleted. Contributed by Arun Suresh.
|
2015-03-17 19:41:36 -07:00 |
|
Jian He
|
968425e9f7
|
YARN-3305. Normalize AM resource request on app submission. Contributed by Rohith Sharmaks
|
2015-03-17 13:49:59 -07:00 |
|
Karthik Kambatla
|
32b4330456
|
Revert "YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)"
This reverts commit c2b185def8 .
|
2015-03-17 12:31:15 -07:00 |
|
Colin Patrick Mccabe
|
d8846707c5
|
HDFS-7940. Add tracing to DFSClient#setQuotaByStorageType (Rakesh R via Colin P. McCabe)
|
2015-03-17 10:47:21 -07:00 |
|
Jian He
|
487374b7fe
|
YARN-3243. CapacityScheduler should pass headroom from parent to children to make sure ParentQueue obey its capacity limits. Contributed by Wangda Tan.
|
2015-03-17 10:24:23 -07:00 |
|