Junping Du
|
f40f17489c
|
YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to fully qualified path. Contributed by Xuan Gong
(cherry picked from commit d81109e588 )
|
2015-03-20 13:42:31 -07:00 |
Robert Kanter
|
308460654a
|
MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter)
(cherry picked from commit d4f7e2507f )
|
2015-03-20 13:12:34 -07:00 |
Kihwal Lee
|
29642b33cb
|
HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B
(cherry picked from commit 99a8dcd19528b265d4fda9ae09a17e4af52f2782)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/DatanodeInfo.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
|
2015-03-20 14:05:02 -05:00 |
Jing Zhao
|
6be52e42a9
|
HDFS-7957. Truncate should verify quota before making changes. Contributed by Jing Zhao.
(cherry picked from commit d368d3647a )
|
2015-03-20 11:54:35 -07:00 |
Jing Zhao
|
a3e16f414c
|
HDFS-7829. Code clean up for LocatedBlock. Contributed by Takanobu Asanuma.
(cherry picked from commit a6a5aae472 )
|
2015-03-20 10:51:06 -07:00 |
Wangda Tan
|
8e142d27cb
|
YARN-3369. Missing NullPointer check in AppSchedulingInfo causes RM to die. (Brahma Reddy Battula via wangda)
(cherry picked from commit 6bc7710ec7 )
|
2015-03-20 10:42:51 -07:00 |
Xuan
|
7990e1d80d
|
YARN-2777. Mark the end of individual log in aggregated log. Contributed
by Varun Saxena
(cherry picked from commit 1a4b528691 )
|
2015-03-20 10:25:26 -07:00 |
Yongjun Zhang
|
0a41b1bdca
|
HDFS-7835. make initial sleeptime in locateFollowingBlock configurable for DFSClient. Contributed by Zhihai Xu.
(cherry-picked from commit 15612313f5 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSClientRetries.java
|
2015-03-20 09:25:59 -07:00 |
Tsuyoshi Ozawa
|
ed7f847c95
|
HADOOP-11709. Time.NANOSECONDS_PER_MILLISECOND - use class-level final constant instead of method variable. Contributed by Ajith S.
(cherry picked from commit 43dde502b3 )
|
2015-03-21 00:54:39 +09:00 |
yliu
|
3fac95f48d
|
HDFS-7962. Remove duplicated logs in BlockManager. (yliu)
|
2015-03-20 05:31:08 +08:00 |
Jian He
|
3f0c9e5fe3
|
YARN-3379. Fixed missing data in localityTable and ResourceRequests table in RM WebUI. Contributed by Xuan Gong
(cherry picked from commit 4e886eb9cb )
|
2015-03-19 22:27:57 -07:00 |
yliu
|
90164ffd84
|
HDFS-7930. commitBlockSynchronization() does not remove locations. (yliu)
|
2015-03-19 23:24:55 +08:00 |
Jason Lowe
|
cabe676d67
|
MAPREDUCE-6275. Race condition in FileOutputCommitter v2 for user-specified task output subdirs. Contributed by Gera Shegalov and Siqi Li
(cherry picked from commit 91baca145a )
|
2015-03-19 21:40:51 +00:00 |
Kihwal Lee
|
2b9173059d
|
HDFS-7932. Speed up the shutdown of datanode during rolling upgrade. Contributed by Kihwal Lee.
(cherry picked from commit 61a4c7fc98 )
|
2015-03-19 12:28:36 -05:00 |
Tsuyoshi Ozawa
|
ef9aa7c34b
|
MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.
(cherry picked from commit 1ccbc29708 )
|
2015-03-20 00:59:43 +09:00 |
Tsuyoshi Ozawa
|
0eeb760c55
|
HADOOP-11729. Fix link to cgroups doc in site.xml. Contributed by Masatake Iwasaki.
(cherry picked from commit 522c897146 )
|
2015-03-19 23:08:41 +09:00 |
Vinayakumar B
|
786ba9784d
|
HDFS.7849. Update documentation for enabling a new feature in rolling upgrade ( Contributed by J.Andreina )
(cherry picked from commit 5be5129d93 )
|
2015-03-19 19:06:47 +05:30 |
Kihwal Lee
|
ceb39c1cc6
|
HDFS-7816. Unable to open webhdfs paths with "+". Contributed by Haohui Mai
(cherry picked from commit e79be0ee12 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-03-19 08:03:47 -05:00 |
Devaraj K
|
a888dac344
|
YARN-3357. Move TestFifoScheduler to FIFO package. Contributed by Rohith
Sharmaks.
(cherry picked from commit 93d0f4acc8 )
|
2015-03-19 12:18:08 +05:30 |
Vinayakumar B
|
25515d1421
|
HDFS-7867. Update action param from 'start' to 'prepare' in rolling upgrade ( Contributed by J.Andreina) Updated JIRA id.
(cherry picked from commit 355e008ffb )
|
2015-03-19 12:11:34 +05:30 |
Vinayakumar B
|
4527aa6f77
|
HDFS-7869. Update action param from 'start' to 'prepare' in rolling upgrade ( Contributed by J.Andreina)
(cherry picked from commit 338b477ff7 )
|
2015-03-19 12:01:05 +05:30 |
Haohui Mai
|
b36fc6bc9c
|
HADOOP-10703. HttpServer2 creates multiple authentication filters. Contributed by Benoy Antony.
|
2015-03-18 22:32:19 -07:00 |
Colin Patrick Mccabe
|
b02f77540c
|
HADOOP-9329. document native build dependencies in BUILDING.txt (Vijay Bhat via Colin P. McCabe)
(cherry picked from commit bf6295bed8 )
|
2015-03-18 19:14:58 -07:00 |
Colin Patrick Mccabe
|
219eb22c15
|
HDFS-7929. inotify unable fetch pre-upgrade edit log segments once upgrade starts (Zhe Zhang via Colin P. McCabe)
(cherry picked from commit 43b41f2241 )
|
2015-03-18 19:08:30 -07:00 |
Jing Zhao
|
5a5b244648
|
HDFS-7587. Edit log corruption can happen if append fails with a quota violation. Contributed by Jing Zhao.
(cherry picked from commit c7c71cdba5 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-03-18 18:56:56 -07:00 |
Jing Zhao
|
6dcc79507d
|
HDFS-7943. Append cannot handle the last block with length greater than the preferred block size. Contributed by Jing Zhao.
(cherry picked from commit bee5a6a64a )
|
2015-03-18 18:45:01 -07:00 |
Colin Patrick Mccabe
|
79c07bbaca
|
HDFS-7054. Make DFSOutputStream tracing more fine-grained (cmccabe)
(cherry picked from commit 8234fd0e10 )
|
2015-03-18 18:15:17 -07:00 |
Karthik Kambatla
|
05627dd96d
|
YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)
(cherry picked from commit 20b49224eb )
|
2015-03-18 16:33:57 -07:00 |
Haohui Mai
|
8eb97ea14e
|
HDFS-7945. The WebHdfs system on DN does not honor the length parameter. Contributed by Haohui Mai.
|
2015-03-18 16:19:57 -07:00 |
Arpit Agarwal
|
ca629f4579
|
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:05:24 -07:00 |
Haohui Mai
|
572555c9f9
|
HDFS-7697. Mark the PB OIV tool as experimental. Contributed by Lei (Eddy) Xu.
|
2015-03-18 13:34:03 -07:00 |
Arpit Agarwal
|
e7ceb434d0
|
Fix CHANGES.txt for HDFS-7722.
|
2015-03-18 12:52:50 -07:00 |
Arpit Agarwal
|
6b7cf6e096
|
HDFS-7951. Fix NPE for TestFsDatasetImpl#testAddVolumeFailureReleasesInUseLock on Linux. (Contributed by Xiaoyu Yao)
|
2015-03-18 12:46:09 -07:00 |
Arpit Agarwal
|
97341a4a1d
|
HDFS-7950. Fix TestFsDatasetImpl#testAddVolumes failure on Windows. (Contributed by Xiaoyu Yao)
|
2015-03-18 12:35:35 -07:00 |
Jason Lowe
|
24d8c6f355
|
MAPREDUCE-6277. Job can post multiple history files if attempt loses connection to the RM. Contributed by Chang Li
(cherry picked from commit 30da99cbaf )
|
2015-03-18 19:31:32 +00:00 |
Arpit Agarwal
|
a08b1b5703
|
HDFS-7948. TestDataNodeHotSwapVolumes#testAddVolumeFailures failed on Windows. (Contributed by Xiaoyu Yao)
|
2015-03-18 12:26:11 -07:00 |
Haohui Mai
|
b547e6d6e0
|
HDFS-7953. NN Web UI fails to navigate to paths that contain #. Contributed by kanaka kumar avvaru.
|
2015-03-18 11:08:29 -07:00 |
Harsh J
|
4e80c4cd5e
|
MAPREDUCE-5807. Print usage for TeraSort job. Contributed by Rohith.
(cherry picked from commit 9d72f93975 )
|
2015-03-18 17:31:25 +05:30 |
Akira Ajisaka
|
18740f9383
|
HADOOP-11659. o.a.h.FileSystem.Cache#remove should use a single hash map lookup. Contributed by Brahma Reddy Battula.
(cherry picked from commit 34117325b2 )
|
2015-03-18 15:44:13 +09:00 |
Arpit Agarwal
|
7d0f84bd8d
|
HDFS-7946. TestDataNodeVolumeFailureReporting NPE on Windows. (Contributed by Xiaoyu Yao)
|
2015-03-17 21:34:35 -07:00 |
Jian He
|
15ebacf03a
|
YARN-3273. Improve scheduler UI to facilitate scheduling analysis and debugging. Contributed Rohith Sharmaks
(cherry picked from commit 658097d6da )
|
2015-03-17 21:31:20 -07:00 |
Tsuyoshi Ozawa
|
b00b216a91
|
YARN-3205. FileSystemRMStateStore should disable FileSystem Cache to avoid get a Filesystem with an old configuration. Contributed by Zhihai Xu.
(cherry picked from commit 3bc72cc16d )
|
2015-03-18 11:53:40 +09:00 |
Aaron T. Myers
|
85473cd61a
|
HADOOP-11722. Some Instances of Services using ZKDelegationTokenSecretManager go down when old token cannot be deleted. Contributed by Arun Suresh.
(cherry picked from commit fc90bf7b27 )
|
2015-03-17 19:42:31 -07:00 |
Jian He
|
ab34e6975b
|
YARN-3305. Normalize AM resource request on app submission. Contributed by Rohith Sharmaks
(cherry picked from commit 968425e9f7 )
|
2015-03-17 13:50:44 -07:00 |
Karthik Kambatla
|
1e77d92d62
|
Revert "YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)"
This reverts commit c2b185def8 .
(cherry picked from commit 32b4330456 )
|
2015-03-17 12:31:44 -07:00 |
Colin Patrick Mccabe
|
455d4aa8a1
|
HDFS-7940. Add tracing to DFSClient#setQuotaByStorageType (Rakesh R via Colin P. McCabe)
(cherry picked from commit d8846707c5 )
|
2015-03-17 11:01:42 -07:00 |
Jian He
|
1c601e492f
|
YARN-3243. CapacityScheduler should pass headroom from parent to children to make sure ParentQueue obey its capacity limits. Contributed by Wangda Tan.
(cherry picked from commit 487374b7fe )
|
2015-03-17 10:25:07 -07:00 |
Devaraj K
|
895588b439
|
YARN-3197. Confusing log generated by CapacityScheduler. Contributed by
Varun Saxena.
(cherry picked from commit 7179f94f9d )
|
2015-03-17 15:59:19 +05:30 |
Vinayakumar B
|
6ddb1bc857
|
HDFS-5356. MiniDFSCluster should close all open FileSystems when shutdown() (Contributed by Rakesh R)
(cherry picked from commit 018893e81e )
|
2015-03-17 15:34:48 +05:30 |
Harsh J
|
c58786794b
|
MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed by Amir Sanjar.
(cherry picked from commit 75e4670408a058efa95eaa768fedbe614008658f)
|
2015-03-17 14:13:23 +05:30 |