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 |
Akira Ajisaka
|
e42f576232
|
MAPREDUCE-6497. Fix wrong value of JOB_FINISHED event in JobHistoryEventHandler. Contributed by Shinichi Yamashita.
(cherry picked from commit 195793c6f3 )
|
2015-10-01 10:26:00 +02:00 |
Robert Kanter
|
46ef5aa8eb
|
MAPREDUCE-6494. Permission issue when running archive-logs tool as different users (rkanter)
(cherry picked from commit 5db371f52f )
|
2015-09-30 17:34:03 -07:00 |
cnauroth
|
7273ef0590
|
HDFS-9175. Change scope of 'AccessTokenProvider.getAccessToken()' and 'CredentialBasedAccessTokenProvider.getCredential()' abstract methods to public. Contributed by Santhosh Nayak.
(cherry picked from commit c7e03c3a6c )
|
2015-09-30 16:06:45 -07:00 |
Jason Lowe
|
d645ee1d62
|
YARN-3727. For better error recovery, check if the directory exists before using it for localization. Contributed by Zhihai Xu
(cherry picked from commit 854d25b0c3 )
|
2015-09-30 15:01:01 +00: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 |
Aaron T. Myers
|
cb89ee931d
|
HDFS-9001. DFSUtil.getNsServiceRpcUris() can return too many entries in a non-HA, non-federated cluster. Contributed by Daniel Templeton.
(cherry picked from commit 071733dc69 )
|
2015-09-29 18:20:00 -07:00 |
Haohui Mai
|
37d42fcec1
|
HDFS-8971. Remove guards when calling LOG.debug() and LOG.trace() in client package. Contributed by Mingliang Liu.
|
2015-09-29 17:52:42 -07:00 |
Haohui Mai
|
58bdc9c672
|
Revert "HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai."
This reverts commit cf873fff9f .
|
2015-09-29 17:51:31 -07:00 |
Haohui Mai
|
cf873fff9f
|
HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai.
|
2015-09-29 17:48:35 -07:00 |
Haohui Mai
|
bc0487c29c
|
HDFS-8696. Make the lower and higher watermark in the DN Netty server configurable. Contributed by Xiaobing Zhou.
|
2015-09-29 14:59:35 -07: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 |
Haohui Mai
|
cf6fb09162
|
HDFS-9166. Move hftp / hsftp filesystem to hfds-client. Contributed by Mingliang Liu.
|
2015-09-29 10:07:19 -07:00 |
Haohui Mai
|
c705eab221
|
HDFS-9165. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu.
|
2015-09-29 09:51:30 -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 |
Karthik Kambatla
|
64a7617eb9
|
YARN-4066. Large number of queues choke fair scheduler. (Johan Gustavsson via kasha)
(cherry picked from commit a0b5a0a419 )
|
2015-09-29 08:13:25 -07:00 |
yliu
|
28805cb8d7
|
HDFS-9141. Thread leak in Datanode#refreshVolumes. (Uma Maheswara Rao G via yliu)
|
2015-09-29 22:06:20 +08:00 |
yliu
|
9c47ab32b1
|
HDFS-8859. Improve DataNode ReplicaMap memory footprint to save about 45%. (yliu)
|
2015-09-29 16:23:50 +08:00 |
Yongjun Zhang
|
1a5f3e93c3
|
HDFS-9092. Nfs silently drops overlapping write requests and causes data copying to fail. Contributed by Yongjun Zhang.
(cherry picked from commit 151fca5032 )
|
2015-09-28 18:47:47 -07: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 |
Anubhav Dhoot
|
22f2501476
|
YARN-4180. AMLauncher does not retry on failures when talking to NM. (adhoot)
(cherry picked from commit 9735afe967 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestApplicationMasterLauncher.java
|
2015-09-28 16:54:06 -07:00 |
Jason Lowe
|
600022ae69
|
YARN-4141. Runtime Application Priority change should not throw exception for applications at finishing states. Contributed by Sunil G
(cherry picked from commit 9f53a95ff6 )
|
2015-09-28 22:56:07 +00: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 |
Jason Lowe
|
3c4c52a095
|
MAPREDUCE-6492. AsyncDispatcher exit with NPE on TaskAttemptImpl#sendJHStartEventForAssignedFailTask. Contributed by Bibin A Chundatt
(cherry picked from commit ab11085b81 )
|
2015-09-28 22:13:03 +00:00 |
Lei Xu
|
213ff984ee
|
HDFS-9147. Fix the setting of visibleLength in ExternalBlockReader. (Colin P. McCabe via Lei (Eddy) Xu)
(cherry picked from commit e5992ef4df )
|
2015-09-28 13:43:52 -07:00 |
Lei Xu
|
74092f2144
|
HDFS-9148. Incorrect assert message in TestWriteToReplica#testWriteToTemporary (Tony Wu via Lei (Eddy) Xu)
(cherry picked from commit 50741cb568 )
|
2015-09-28 13:28:08 -07:00 |
Kihwal Lee
|
468b330feb
|
HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee.
(cherry picked from commit 4c9497cbf0 )
|
2015-09-28 14:30:06 -05:00 |
Anubhav Dhoot
|
4d8b99423e
|
YARN-4204. ConcurrentModificationException in FairSchedulerQueueInfo. (adhoot)
(cherry picked from commit fb2e525c07 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-09-28 09:39:52 -07: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 |
Harsh J
|
03e370e306
|
MAPREDUCE-6471. Document distcp incremental copy. Contributed by Neelesh Srinivas Salian.
(cherry picked from commit 66dad854c0 )
|
2015-09-28 13:14:20 +05:30 |
Haohui Mai
|
504d6fd950
|
HDFS-8740. Move DistributedFileSystem to hadoop-hdfs-client. Contributed by Mingliang Liu.
|
2015-09-27 10:54:53 -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 |
Colin Patrick Mccabe
|
2dca55be00
|
HDFS-9087. Add some jitter to DataNode.checkDiskErrorThread (Elliott Clark via Colin P. McCabe)
(cherry picked from commit 0b31c237f2 )
|
2015-09-26 20:37:54 -07:00 |
Haohui Mai
|
94cbb6d164
|
HDFS-8053. Move DFSIn/OutputStream and related classes to hadoop-hdfs-client. Contributed by Mingliang Liu.
|
2015-09-26 11:16:50 -07:00 |
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 |
Colin Patrick Mccabe
|
e5dc723d48
|
HDFS-8873. Allow the directoryScanner to be rate-limited (Daniel Templeton via Colin P. McCabe)
(cherry picked from commit 7a3c381b39 )
|
2015-09-26 04:21:23 -07:00 |
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 |
Lei Xu
|
82d4c05b2d
|
HDFS-9133. ExternalBlockReader and ReplicaAccessor need to return -1 on read when at EOF. (Colin Patrick McCabe via Lei (Eddy) Xu)
(cherry picked from commit 67b0e967f0 )
|
2015-09-25 16:02:27 -07:00 |
Lei Xu
|
1a2870f6ff
|
HDFS-9132. Pass genstamp to ReplicaAccessorBuilder. (Colin Patrick McCabe via Lei (Eddy) Xu)
|
2015-09-25 15:51:29 -07:00 |
Colin Patrick Mccabe
|
a6166aa552
|
HDFS-9107. Prevent NN's unrecoverable death spiral after full GC (Daryn Sharp via Colin P. McCabe)
(cherry-picked from 4e7c6a653f )
|
2015-09-25 15:33:02 -07:00 |
Robert Kanter
|
d8a5d2b2fc
|
MAPREDUCE-6480. archive-logs tool may miss applications (rkanter)
(cherry picked from commit 8fec882cfaac047af1892615fe32d8c3ca02e7f9)
|
2015-09-25 15:00:07 -07:00 |
Jing Zhao
|
aca014ea67
|
HDFS-9112. Improve error message for Haadmin when multiple name service IDs are configured. Contributed by Anu Engineer.
(cherry picked from commit 83e99d06d0 )
|
2015-09-25 14:21:52 -07:00 |
Yongjun Zhang
|
bc5ee80794
|
HDFS-5795. RemoteBlockReader2#checkSuccess() shoud print error status. (Xiao Chen via Yongjun Zhang)
(cherry picked from commit 83e65c5fe8 )
|
2015-09-24 22:15:28 -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 |
Haohui Mai
|
85c73d159e
|
HDFS-9134. Move LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from HdfsServerConstants to HdfsConstants. Contributed by Mingliang Liu.
|
2015-09-24 20:29:52 -07:00 |
Xuan
|
bf3f08cc63
|
YARN-3624. ApplicationHistoryServer should not reverse the order of the
filters it gets. Contributed by Mit Desai
(cherry picked from commit d1b9b85244 )
|
2015-09-24 15:03:05 -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 |