Tsuyoshi Ozawa
|
e6514c6a3b
|
HADOOP-11098. [JDK8] Max Non Heap Memory default changed between JDK7 and 8.
(cherry picked from commit 30e2f836a2 )
|
2015-10-05 08:15:40 +09:00 |
Harsh J
|
21b4ba48ce
|
HADOOP-12458. Retries is typoed to spell Retires in parts of hadoop-yarn and hadoop-common. Contributed by Neelesh Srinivas Salian.
(cherry picked from commit c918f7be5e )
|
2015-10-03 18:39:22 +05:30 |
Jason Lowe
|
3e3733437f
|
YARN-3619. ContainerMetrics unregisters during getMetrics and leads to ConcurrentModificationException. Contributed by Zhihai Xu
(cherry picked from commit fdf02d1f26 )
|
2015-10-02 20:21:32 +00:00 |
Akira Ajisaka
|
966f9508c3
|
HADOOP-12230. hadoop-project declares duplicate, conflicting curator dependencies. Contributed by Rakesh R.
|
2015-10-02 12:40:05 +02:00 |
Zhihai Xu
|
07f9405692
|
HADOOP-8437. getLocalPathForWrite should throw IOException for invalid paths. Contributed by Brahma Reddy Battula
(cherry picked from commit fd026f535c )
|
2015-10-01 12:04:27 -07:00 |
Karthik Kambatla
|
db145e0c9a
|
HADOOP-12451. Setting HADOOP_HOME explicitly should be allowed. (kasha)
|
2015-10-01 11:29:50 -07:00 |
Akira Ajisaka
|
c6f30e5913
|
HADOOP-10296. Incorrect null check in SwiftRestClient#buildException(). Contributed by Rahul Palamuttam and Kanaka Kumar Avvaru.
(cherry picked from commit ecbfd68974 )
|
2015-10-01 18:35:19 +02:00 |
yliu
|
3625222635
|
HADOOP-12448. TestTextCommand: use mkdirs rather than mkdir to create test directory. (Contributed by Colin Patrick McCabe and Chris Nauroth)
|
2015-09-30 11:04:09 +08:00 |
Haohui Mai
|
baa6ef0207
|
HDFS-9174. Fix findbugs warnings in FSOutputSummer.tracer and DirectoryScanner$ReportCompiler.currentThread. Contributed by Yi Liu.
|
2015-09-29 14:56:13 -07:00 |
Colin Patrick Mccabe
|
171bd1cb2b
|
HADOOP-12447. Clean up some htrace integration issues (cmccabe)
(cherry picked from commit 850d679acb )
|
2015-09-29 09:38:10 -07:00 |
yliu
|
9c47ab32b1
|
HDFS-8859. Improve DataNode ReplicaMap memory footprint to save about 45%. (yliu)
|
2015-09-29 16:23:50 +08:00 |
Ming Ma
|
ac7d85efb2
|
HADOOP-12440. TestRPC#testRPCServerShutdown did not produce the desired thread states before shutting down. (Xiao Chen via mingma)
(cherry picked from commit 5c3b663bf9 )
|
2015-09-28 18:14:29 -07:00 |
Kihwal Lee
|
95b8f1f3a6
|
HADOOP-12446. Undeprecate createNonRecursive(). Contributed by Ted Yu.
(cherry picked from commit 3abbdc929b )
|
2015-09-28 17:33:20 -05:00 |
Colin Patrick Mccabe
|
3b9d32627f
|
HDFS-9080. Update htrace version to 4.0.1 (cmccabe)
(cherry picked from commit 892ade689f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/BlockStorageLocationUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
|
2015-09-28 08:15:00 -07:00 |
Vinayakumar B
|
1c7b3b98c1
|
HADOOP-11984. Enable parallel JUnit tests in pre-commit (Contributed by Chris Nauroth)
(cherry picked from commit f0f984e4e6 )
|
2015-09-27 14:12:34 +05:30 |
Vinayakumar B
|
b46e4ceafd
|
HADOOP-12442. Display help if the command option to 'hdfs dfs' is not valid (Contributed by nijel)
(cherry picked from commit 861b52db24 )
|
2015-09-26 21:37:24 +05:30 |
cnauroth
|
85c0cb0075
|
HADOOP-11918. Listing an empty s3a root directory throws FileNotFound. Contributed by Lei (Eddy) Xu.
(cherry picked from commit 7fe521b1dd )
|
2015-09-25 22:34:10 -07:00 |
Yongjun Zhang
|
16ae3f5d46
|
HDFS-9123. Copying from the root to a subdirectory should be forbidden. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit 3187dbd7a8 )
|
2015-09-24 21:41:48 -07:00 |
Zhihai Xu
|
4ba0febd58
|
HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu
(cherry picked from commit 52c1f272ec )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-09-24 12:40:39 -07:00 |
Harsh J
|
9bb6fba759
|
HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured. Contributed by Brahma Reddy Battula. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389799 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit a7e450c7cc )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-09-24 12:30:55 -07:00 |
Arpit Agarwal
|
3c06162259
|
HADOOP-12437. Allow SecurityUtil to lookup alternate hostnames. (Contributed by Arpit Agarwal)
|
2015-09-24 11:41:58 -07:00 |
Haohui Mai
|
75c70339ab
|
HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in TestLocalFileSystem. Contributed by Chris Nauroth.
|
2015-09-23 19:34:19 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
f48af332a7
|
Release process for 2.6.1: Set the release date for 2.6.1
(cherry picked from commit 1f707ecffd )
|
2015-09-23 15:12:30 -07:00 |
Vinayakumar B
|
017dff9877
|
HDFS-9013. Deprecate NameNodeMXBean#getNNStarted in branch2 and remove from trunk (Contributed by Surendra Singh Lilhore)
(cherry picked from commit a2c76e5f26 )
|
2015-09-23 15:45:21 +05:30 |
Tsuyoshi Ozawa
|
52cc2ca488
|
HADOOP-12428. Fix inconsistency between log-level guards and statements. Contributed by Jagadesh Kiran N and Jackie Chang.
(cherry picked from commit dfd807afab )
|
2015-09-22 12:54:44 +09:00 |
Steve Loughran
|
a38dceda66
|
HADOOP-12360. Create StatsD metrics2 sink. (Dave Marion via stevel)
|
2015-09-19 12:41:29 +01:00 |
Zhihai Xu
|
6c66dd4875
|
HADOOP-12404. Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu
(cherry picked from commit 88d89267ff )
|
2015-09-18 10:44:53 -07:00 |
Zhihai Xu
|
7c429fbaa9
|
Revert "Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu"
This reverts commit 7576b4247b .
|
2015-09-18 10:25:38 -07:00 |
Zhihai Xu
|
7576b4247b
|
Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu
(cherry picked from commit e690a32e57 )
|
2015-09-18 08:27:58 -07:00 |
Wangda Tan
|
1f75e951f5
|
HADOOP-12386. RetryPolicies.RETRY_FOREVER should be able to specify a retry interval. (Sunil G via wangda)
(cherry picked from commit 6b97fa6652 )
|
2015-09-17 17:47:22 -07:00 |
Jason Lowe
|
316296e35f
|
MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu
(cherry picked from commit 58d1a02b8d )
|
2015-09-17 14:31:57 +00:00 |
Haohui Mai
|
d5936aa48c
|
HADOOP-12417. TestWebDelegationToken failing with port in use. Contributed by Mingliang Liu.
|
2015-09-16 18:38:54 -07:00 |
Eric Yang
|
b4bb8e1731
|
HADOOP-12374. Updated expunge command description.
(WeiWei Yang via eyang)
|
2015-09-15 20:05:01 -07:00 |
Akira Ajisaka
|
e38e5b56bd
|
HADOOP-12416. Trash messages should be handled by Logger instead of being delivered on System.out. Contributed by Mingliang Liu.
(cherry picked from commit 77aaf4cf7d )
|
2015-09-16 10:20:53 +09:00 |
Vinayakumar B
|
2b78714c68
|
HDFS-8953. DataNode Metrics logging (Contributed by Kanaka Kumar Avvaru)
(cherry picked from commit ce69c9b54c )
|
2015-09-16 00:18:59 +05:30 |
cnauroth
|
be9354d010
|
HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu.
(cherry picked from commit b2017d9b03 )
|
2015-09-15 10:42:02 -07:00 |
Vinayakumar B
|
aa963ab441
|
HDFS-9067. o.a.h.hdfs.server.datanode.fsdataset.impl.TestLazyWriter is failing in trunk (Contributed by Surendra Singh Lilhore)
(cherry picked from commit a440567491 )
|
2015-09-15 17:33:15 +05:30 |
Steve Loughran
|
988749e6ea
|
HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel).
|
2015-09-13 14:25:06 +01:00 |
Steve Loughran
|
c8fe31e03a
|
HADOOP-12407. Test failing: hadoop.ipc.TestSaslRPC. (stevel)
|
2015-09-12 18:55:42 +01:00 |
Steve Loughran
|
c4128165b5
|
syncing branch-2 and trunk CHANGES.TXT to be closer together
|
2015-09-12 18:52:04 +01:00 |
Robert Kanter
|
764f8baa99
|
HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong time unit parameter. (zxu via rkanter)
|
2015-09-11 15:21:22 -07:00 |
Steve Loughran
|
4073539118
|
HADOOP-12324. Better exception reporting in SaslPlainServer. (Mike Yoder via stevel)
|
2015-09-11 15:55:14 +01:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
2b447a38ab
|
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
section given the large number of backports to 2.6.1. Contd..
|
2015-09-10 14:07:55 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
cbf90f93f9
|
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
section given the large number of backports to 2.6.1.
(cherry picked from commit fbbb7ff1ed )
|
2015-09-10 14:01:15 -07:00 |
Vinayakumar B
|
ddecd86818
|
HDFS-8929. Add a metric to expose the timestamp of the last journal (Contributed by surendra singh lilhore)
(cherry picked from commit 94cf7ab9d2 )
|
2015-09-09 11:06:06 +05:30 |
Zhihai Xu
|
113f778303
|
HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong.
(cherry picked from commit d9c1fab2ec )
|
2015-09-08 13:09:23 -07:00 |
Vinayakumar B
|
a0594961de
|
HADOOP-12384. Add '-direct' flag option for fs copy so that user can choose not to create '._COPYING_' file (Contributed by J.Andreina)
(cherry picked from commit 090d26652c )
|
2015-09-08 19:11:46 +05:30 |
Andrew Wang
|
355398e441
|
HADOOP-12358. Add -safely flag to rm to prompt when deleting many files. Contributed by Xiaoyu Yao.
(cherry picked from commit e1feaf6db0 )
|
2015-09-04 13:48:42 -07:00 |
Arpit Agarwal
|
e1842ce678
|
HDFS-9009. Send metrics logs to NullAppender by default. (Arpit Agarwal)
|
2015-09-03 11:14:53 -07:00 |
Tsuyoshi Ozawa
|
538a4ddc7e
|
HADOOP-12213. Interrupted exception can occur when Client#stop is called. Contributed by Kuhu Shukla.
(cherry picked from commit 0ebc658105 )
|
2015-09-03 23:32:59 +09:00 |