Jason Lowe
|
288c8854a6
|
Update CHANGES.txt to reflect LineRecordReader fixes committed to 2.7.2
|
2015-09-18 15:14:18 +00:00 |
|
Yongjun Zhang
|
2ff6faf954
|
HDFS-5802. NameNode does not check for inode type before traversing down a path. (Xiao Chen via Yongjun Zhang)
|
2015-09-18 07:17:30 -07:00 |
|
Vinayakumar B
|
92c1af1646
|
HDFS-6955. DN should reserve disk space for a full block when creating tmp files (Contributed by Kanaka Kumar Avvaru)
|
2015-09-18 16:37:10 +05:30 |
|
Steve Loughran
|
a7201d635f
|
YARN-2597 MiniYARNCluster should propagate reason for AHS not starting
|
2015-09-18 09:45:35 +01:00 |
|
Rohith Sharma K S
|
723c31d45b
|
YARN-4135. Improve the assertion message in MockRM while failing after waiting for the state.(Nijel S F via rohithsharmaks)
|
2015-09-18 08:44:10 +05:30 |
|
Wangda Tan
|
6b97fa6652
|
HADOOP-12386. RetryPolicies.RETRY_FOREVER should be able to specify a retry interval. (Sunil G via wangda)
|
2015-09-17 17:46:28 -07:00 |
|
Jason Lowe
|
ee4ee6af6a
|
MAPREDUCE-5982. Task attempts that fail from the ASSIGNED state can disappear. Contributed by Chang Li
|
2015-09-17 21:37:39 +00:00 |
|
Haohui Mai
|
9eee97508f
|
HDFS-9022. Move NameNode.getAddress() and NameNode.getUri() to hadoop-hdfs-client. Contributed by Mingliang Liu.
|
2015-09-17 14:18:00 -07:00 |
|
Jason Lowe
|
3f82f582e5
|
MAPREDUCE-5002. AM could potentially allocate a reduce container to a map attempt. Contributed by Chang Li
|
2015-09-17 18:17:29 +00:00 |
|
Jason Lowe
|
58d1a02b8d
|
MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu
|
2015-09-17 14:30:18 +00:00 |
|
Jian He
|
6c6e734f0b
|
YARN-4034. Render cluster Max Priority in scheduler metrics in RM web UI. Contributed by Rohith Sharma K S
|
2015-09-17 14:55:50 +08:00 |
|
Haohui Mai
|
0832b38d48
|
HADOOP-12417. TestWebDelegationToken failing with port in use. Contributed by Mingliang Liu.
|
2015-09-16 18:38:37 -07:00 |
|
Haohui Mai
|
941001bfa6
|
MAPREDUCE-6477. Replace usage of deprecated NameNode.DEFAULT_PORT in TestFileSystem. Contributed by Mingliang Liu.
|
2015-09-16 13:06:26 -07:00 |
|
Haohui Mai
|
07f304467d
|
HDFS-7995. Implement chmod in the HDFS Web UI. Contributed by Ravi Prakash and Haohui Mai.
|
2015-09-16 11:50:28 -07:00 |
|
Steve Loughran
|
bf2f2b4fc4
|
YARN-3433. Jersey tests failing with Port in Use -again. (Brahma Reddy Battula)
|
2015-09-16 10:31:02 +01:00 |
|
Steve Loughran
|
08024d1b0b
|
HDFS-9073. Fix failures in TestLazyPersistLockedMemory testReleaseOnEviction(). (J.Andreina via stevel)
|
2015-09-16 10:12:19 +01:00 |
|
Steve Loughran
|
4477643749
|
HDFS-9072. Fix random failures in TestJMXGet. (J.Andreina via stevel)
|
2015-09-16 10:08:33 +01:00 |
|
Jian He
|
452079af8b
|
YARN-4078. Add getPendingResourceRequestForAttempt in YarnScheduler interface. Contributed by Naganarasimha G R
|
2015-09-16 14:59:20 +08:00 |
|
Eric Yang
|
2ffe2db95e
|
HADOOP-12374. Updated expunge command description.
(WeiWei Yang via eyang)
|
2015-09-15 20:03:24 -07:00 |
|
Akira Ajisaka
|
77aaf4cf7d
|
HADOOP-12416. Trash messages should be handled by Logger instead of being delivered on System.out. Contributed by Mingliang Liu.
|
2015-09-16 10:20:24 +09:00 |
|
Haohui Mai
|
6c52be78a0
|
HDFS-7986. Allow files / directories to be deleted from the NameNode UI. Contributed by Ravi Prakash.
|
2015-09-15 16:48:15 -07:00 |
|
cnauroth
|
559c09dc0e
|
HDFS-9082. Change the log level in WebHdfsFileSystem.initialize() from INFO to DEBUG. Contributed by Santhosh Nayak.
|
2015-09-15 15:13:43 -07:00 |
|
Xuan
|
34ef1a092b
|
YARN-4149. yarn logs -am should provide an option to fetch all the log
files. Contributed by Varun Vasudev
|
2015-09-15 14:36:30 -07:00 |
|
Jason Lowe
|
8c1cdb17a0
|
YARN-4158. Remove duplicate close for LogWriter in AppLogAggregatorImpl#uploadLogsForContainers. Contributed by Zhihai Xu
|
2015-09-15 20:21:33 +00:00 |
|
Jason Lowe
|
62943b8e3a
|
MAPREDUCE-6472. MapReduce AM should have java.io.tmpdir=./tmp to be consistent with tasks. Contributed by Naganarasimha G R
|
2015-09-15 19:43:20 +00:00 |
|
Vinayakumar B
|
ce69c9b54c
|
HDFS-8953. DataNode Metrics logging (Contributed by Kanaka Kumar Avvaru)
|
2015-09-16 00:18:29 +05:30 |
|
Wangda Tan
|
ae5308fe1d
|
YARN-3717. Expose app/am/queue's node-label-expression to RM web UI / CLI / REST-API. (Naganarasimha G R via wangda)
|
2015-09-15 11:40:50 -07:00 |
|
cnauroth
|
b2017d9b03
|
HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu.
|
2015-09-15 10:41:50 -07:00 |
|
Ming Ma
|
083b44c136
|
HDFS-9008. Balancer#Parameters class could use a builder pattern. (Chris Trezzo via mingma)
|
2015-09-15 10:16:02 -07:00 |
|
Junping Du
|
73e3a49eb0
|
YARN-313. Add Admin API for supporting node resource configuration in command line. (Contributed by Inigo Goiri, Kenji Kikushima and Junping Du)
|
2015-09-15 07:56:47 -07:00 |
|
Vinayakumar B
|
a440567491
|
HDFS-9067. o.a.h.hdfs.server.datanode.fsdataset.impl.TestLazyWriter is failing in trunk (Contributed by Surendra Singh Lilhore)
|
2015-09-15 17:30:46 +05:30 |
|
Jian He
|
5468baa80a
|
YARN-3635. Refactored current queue mapping implementation in CapacityScheduler to use a generic PlacementManager framework. Contributed by Wangda Tan
|
2015-09-15 15:39:20 +08:00 |
|
Haohui Mai
|
d777757d21
|
HDFS-9065. Include commas on # of files, blocks, total filesystem objects in NN Web UI. Contributed by Daniel Templeton.
|
2015-09-14 20:26:56 -07:00 |
|
Haohui Mai
|
76957a485b
|
HDFS-9010. Replace NameNode.DEFAULT_PORT with HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT config key. Contributed by Mingliang Liu.
|
2015-09-14 18:22:52 -07:00 |
|
Colin Patrick Mccabe
|
7b5cf5352e
|
HDFS-8829. Make SO_RCVBUF and SO_SNDBUF size configurable for DataTransferProtocol sockets and allow configuring auto-tuning (He Tianyi via Colin P. McCabe)
Change-Id: I77dc71aaf9e14ef743f2a2cbebeec04a4f628c78
|
2015-09-14 16:02:10 -07:00 |
|
Wangda Tan
|
e2a0270217
|
YARN-4151. Fix findbugs errors in hadoop-yarn-server-common module. (Meng Ding via wangda)
|
2015-09-14 16:00:43 -07:00 |
|
Colin Patrick Mccabe
|
53bad4eb00
|
HDFS-8996. Consolidate validateLog and scanLog in FJM#EditLogFile (Zhe Zhang via Colin P. McCabe)
|
2015-09-14 15:22:12 -07:00 |
|
Steve Loughran
|
6955771261
|
HDFS-9069. TestNameNodeMetricsLogger failing -port in use. (stevel)
|
2015-09-14 10:36:44 +01:00 |
|
Jian He
|
e1b1d7e4ae
|
YARN-4126. RM should not issue delegation tokens in unsecure mode. Contributed by Bibin A Chundatt
|
2015-09-14 14:09:19 +08:00 |
|
Karthik Kambatla
|
332b520a48
|
YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha)
|
2015-09-13 18:07:43 -07:00 |
|
Karthik Kambatla
|
81df7b586a
|
YARN-2005. Blacklisting support for scheduling AMs. (Anubhav Dhoot via kasha)
|
2015-09-13 17:03:15 -07:00 |
|
Steve Loughran
|
7269906254
|
HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel).
|
2015-09-13 14:25:26 +01:00 |
|
Haohui Mai
|
0c7d3f4805
|
HDFS-9041. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu.
|
2015-09-12 11:02:51 -07:00 |
|
Steve Loughran
|
3f685cd571
|
HADOOP-12407. Test failing: hadoop.ipc.TestSaslRPC. (stevel)
|
2015-09-12 18:56:42 +01:00 |
|
Steve Loughran
|
4992f075c8
|
syncing branch-2 and trunk CHANGES.TXT to be closer together
|
2015-09-12 18:51:37 +01:00 |
|
Steve Loughran
|
8c054412e1
|
fix trunk/hadoop-common CHANGES.TXT to be the reference across trunk & branch-2
|
2015-09-12 18:13:54 +01:00 |
|
Vinayakumar B
|
c715650385
|
HDFS-9036. In BlockPlacementPolicyWithNodeGroup#chooseLocalStorage , random node is selected eventhough fallbackToLocalRack is true. (Contributed by J.Andreina)
|
2015-09-12 17:40:16 +05:30 |
|
Vinayakumar B
|
d8455479b8
|
HDFS-9042. Update document for the Storage policy name (Contributed by J.Andreina)
|
2015-09-12 12:36:12 +05:30 |
|
Robert Kanter
|
9538af0e1a
|
HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong time unit parameter. (zxu via rkanter)
|
2015-09-11 15:20:17 -07:00 |
|
Kihwal Lee
|
fba06a789c
|
Fix up CHANGES.txt
|
2015-09-11 16:02:54 -05:00 |
|