Jing Zhao
|
c5d52c7b52
|
HDFS-7855. Separate class Packet from DFSOutputStream. Contributed by Li Bo.
(cherry picked from commit 952640fa4c )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
|
2015-03-05 11:11:08 -08:00 |
Vinod Kumar Vavilapalli
|
9c8882546a
|
YARN-2786. Created a yarn cluster CLI and seeded with one command for listing node-labels collection. Contributed by Wangda Tan.
|
2015-03-05 10:56:28 -08:00 |
Tsuyoshi Ozawa
|
5680b41597
|
Update CHANGES.txt for YARN-2616 to fix indentation.
(cherry picked from commit 28b85a2116 )
|
2015-03-06 00:53:20 +09:00 |
Tsuyoshi Ozawa
|
6660c2f83b
|
YARN-3249. Add a 'kill application' button to Resource Manager's Web UI. Contributed by Ryu Kobayashi.
(cherry picked from commit 1b67209612 )
|
2015-03-05 19:56:59 +09:00 |
yliu
|
b569c3ab1c
|
HADOOP-11674. oneByteBuf in CryptoInputStream and CryptoOutputStream should be non static. (Sean Busbey via yliu)
|
2015-03-05 06:39:58 +08:00 |
Tsuyoshi Ozawa
|
f805d48b19
|
HADOOP-11648. Set DomainSocketWatcher thread name explicitly. Contributed by Liang Xie.
(cherry picked from commit 74a4754d1c )
|
2015-03-05 16:06:37 +09:00 |
Tsuyoshi Ozawa
|
ac874764d5
|
MAPREDUCE-6136. MRAppMaster doesn't shutdown file systems. Contributed by Brahma Reddy Battula.
(cherry picked from commit 348208014b )
|
2015-03-05 14:13:13 +09:00 |
Karthik Kambatla
|
0d62e94887
|
YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha)
(cherry picked from commit 8d88691d16 )
|
2015-03-04 19:49:21 -08:00 |
Tsz-Wo Nicholas Sze
|
f9a2007aff
|
HDFS-7746. Add a test randomly mixing append, truncate and snapshot operations.
|
2015-03-05 10:23:14 +08:00 |
Karthik Kambatla
|
721d7b5741
|
YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha)
(cherry picked from commit 22426a1c9f )
|
2015-03-04 18:07:33 -08:00 |
Dongming Liang
|
ada545d3b7
|
HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. Contributed by Dongming Liang.
|
2015-03-04 17:52:25 -08:00 |
Karthik Kambatla
|
1749094fab
|
YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha)
(cherry picked from commit 53947f37c7 )
|
2015-03-04 17:39:39 -08:00 |
Kihwal Lee
|
f85530f649
|
HDFS-7434. DatanodeID hashCode should not be mutable. Contributed by Daryn Sharp.
(cherry picked from commit 722b479469 )
|
2015-03-04 17:23:00 -06:00 |
Karthik Kambatla
|
f4d6c5e337
|
MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha)
(cherry picked from commit c66c3ac6bf )
|
2015-03-04 14:47:06 -08:00 |
Jing Zhao
|
b2ccf54c14
|
HDFS-7535. Utilize Snapshot diff report for distcp. Contributed by Jing Zhao.
(cherry picked from commit ed70fa142c )
|
2015-03-04 10:32:39 -08:00 |
Jason Lowe
|
ab397194c3
|
YARN-3131. YarnClientImpl should check FAILED and KILLED state in submitApplication. Contributed by Chang Li
(cherry picked from commit 03cc22945e )
|
2015-03-04 18:05:20 +00:00 |
Haohui Mai
|
d020544ef6
|
HDFS-7879. hdfs.dll does not export functions of the public libhdfs API. Contributed by Chris Nauroth.
|
2015-03-04 09:17:29 -08:00 |
Vinayakumar B
|
c24448c27b
|
HDFS-7869. Inconsistency in the return information while performing rolling upgrade ( Contributed by J.Andreina )
(cherry picked from commit 3560180b6e )
|
2015-03-04 14:39:51 +05:30 |
Akira Ajisaka
|
31b3f84601
|
HADOOP-11666. Revert the format change of du output introduced by HADOOP-6857. Contributed by Byron Wong.
|
2015-03-03 21:46:28 -08:00 |
Aaron T. Myers
|
bce3d442ff
|
HDFS-7682. {{DistributedFileSystem#getFileChecksum}} of a snapshotted file includes non-snapshotted content. Contributed by Charles Lamb.
(cherry picked from commit f2d7a67a2c )
|
2015-03-03 18:09:31 -08:00 |
Haohui Mai
|
65bfde552a
|
HDFS-6565. Use jackson instead jetty json in hdfs-client. Contributed by Akira AJISAKA.
|
2015-03-03 17:58:21 -08:00 |
Jian He
|
aafe571398
|
YARN-3285. (Backport YARN-3168) Convert branch-2 .apt.vm files of YARN to markdown. Contributed by Masatake Iwasaki
|
2015-03-03 16:44:59 -08:00 |
Vinod Kumar Vavilapalli
|
6604613bc5
|
MAPREDUCE-6248. Exposed the internal MapReduce job's information as a public API in DistCp. Contributed by Jing Zhao.
(cherry picked from commit 5af693fde2 )
|
2015-03-03 16:29:36 -08:00 |
Jian He
|
888a445638
|
YARN-3222. Fixed NPE on RMNodeImpl#ReconnectNodeTransition when a node is reconnected with a different port. Contributed by Rohith Sharmaks
(cherry picked from commit b2f1ec312e )
|
2015-03-03 16:28:55 -08:00 |
Steve Loughran
|
824c32de1a
|
HADOOP-11183. Memory-based S3AOutputstream. (Thomas Demoor via stevel)
|
2015-03-03 16:18:39 -08:00 |
Wangda Tan
|
0a502c665b
|
YARN-3272. Surface container locality info in RM web UI (Jian He via wangda)
(cherry picked from commit e17e5ba9d7 )
|
2015-03-03 11:49:45 -08:00 |
Arpit Agarwal
|
7e6624c218
|
HDFS-7757. Misleading error messages in FSImage.java. (Contributed by Brahma Reddy Battula)
|
2015-03-03 10:55:32 -08:00 |
Junping Du
|
a9613bcc94
|
Ability to limit running map and reduce tasks. Contributed by Jason Lowe.
(cherry picked from commit 4228de9402 )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
|
2015-03-03 02:23:00 -08:00 |
Tsuyoshi Ozawa
|
b1e7f9c588
|
MAPREDUCE-6268. Fix typo in Task Attempt API's URL. Contributed by Ryu Kobayashi.
(cherry picked from commit 742f9d90c0 )
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md
|
2015-03-03 16:24:27 +09:00 |
Jing Zhao
|
6090f51725
|
HDFS-7871. NameNodeEditLogRoller can keep printing 'Swallowing exception' message. Contributed by Jing Zhao.
(cherry picked from commit b442aeec95 )
|
2015-03-02 20:23:10 -08:00 |
Gera Shegalov
|
5e235802de
|
HADOOP-11605. FilterFileSystem#create with ChecksumOpt should propagate it to wrapped FS. (gera)
(cherry picked from commit b18d3830ac )
|
2015-03-02 18:16:58 -08:00 |
Steve Loughran
|
fe7df5b4d8
|
HADOOP-11449 / HADOOP-10320 ; reverting patch 6cda3a7 which triggered regression in javadocs on some java8 compilers (stevel on behalf of cnauroth)
|
2015-03-02 18:15:24 -08:00 |
Vinod Kumar Vavilapalli
|
253c78548b
|
YARN-3265. Fixed a deadlock in CapacityScheduler by always passing a queue's available resource-limit from the parent queue. Contributed by Wangda Tan.
(cherry picked from commit 14dd647c55 )
|
2015-03-02 17:54:01 -08:00 |
Wangda Tan
|
19a8e48230
|
YARN-3270. Fix node label expression not getting set in ApplicationSubmissionContext (Rohit Agarwal via wangda)
(cherry picked from commit abac6eb9d5 )
|
2015-03-02 17:24:55 -08:00 |
Haohui Mai
|
651aa8761e
|
HDFS-7785. Improve diagnostics information for HttpPutFailedException. Contributed by Chengbing Liu.
|
2015-03-02 15:35:19 -08:00 |
Jian He
|
76b7283fa1
|
YARN-3281. Added RMStateStore to StateMachine visualization list. Contributed by Chengbing Liu
(cherry picked from commit 5d0bae550f )
|
2015-03-02 14:43:12 -08:00 |
Akira Ajisaka
|
fcd817afb0
|
HADOOP-11658. Externalize io.compression.codecs property. Contributed by Kai Zheng.
(cherry picked from commit 0650e1c56f2d87ca9bdc51d7d4678895f494464a)
|
2015-03-02 01:13:10 -08:00 |
Gera Shegalov
|
52d0724a20
|
HDFS-7789. DFSck should resolve the path to support cross-FS symlinks. (gera)
(cherry picked from commit cbb492578e )
|
2015-03-02 01:05:15 -08:00 |
Tsz-Wo Nicholas Sze
|
a5f3156b30
|
HDFS-7439. Add BlockOpResponseProto's message to the exception messages. Contributed by Takanobu Asanuma
|
2015-03-02 15:05:06 +08:00 |
Akira Ajisaka
|
c40293c828
|
HADOOP-11615. Update ServiceLevelAuth.md for YARN. Contributed by Brahma Reddy Battula.
(cherry picked from commit dd9cd0797c )
|
2015-03-01 22:16:59 -08:00 |
Tsuyoshi Ozawa
|
3854b21c4c
|
HADOOP-11634. Description of webhdfs' principal/keytab should switch places each other. Contributed by Brahma Reddy Battula.
(cherry picked from commit e9ac88aac7 )
|
2015-03-02 04:18:39 +09:00 |
Akira Ajisaka
|
d664705fd1
|
HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to hdfs-default.xml (aajisaka)
(cherry picked from commit aa55fd3096 )
|
2015-03-01 01:18:36 -08:00 |
Akira Ajisaka
|
0e10c70445
|
Fixed CHANGES.txt for HADOOP-10976.
|
2015-02-28 17:16:52 -08:00 |
Akira Ajisaka
|
f7a724ca9e
|
HADOOP-10976. Backport "moving the source code of hadoop-tools docs to the directory under hadoop-tools" to branch-2. Contributed by Masatake Iwasaki.
(cherry picked from commit 9112f093cd )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-02-28 17:06:58 -08:00 |
Wangda Tan
|
0b0be0056b
|
YARN-3262. Surface application outstanding resource requests table in RM web UI. (Jian He via wangda)
(cherry picked from commit edcecedc1c )
|
2015-02-27 16:14:35 -08:00 |
Tsz-Wo Nicholas Sze
|
c52636df3f
|
recommit "HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir."
(cherry picked from commit acc172e371 )
|
2015-02-27 14:20:26 -08:00 |
Akira Ajisaka
|
0f9289e848
|
HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in hdfs-default.xml. Contributed by Kai Sasaki.
(cherry picked from commit 8719cdd4f6 )
|
2015-02-27 12:18:46 -08:00 |
Tsuyoshi Ozawa
|
79f73f4613
|
YARN-2820. Retry in FileSystemRMStateStore when FS's operations fail due to IOException. Contributed by Zhihai Xu.
(cherry picked from commit 01a1621930 )
|
2015-02-28 00:57:01 +09:00 |
Tsz-Wo Nicholas Sze
|
657b027bb2
|
HDFS-7308. Change the packet chunk size computation in DFSOutputStream in order to enforce packet size <= 64kB. Contributed by Takuya Fukudome
|
2015-02-27 23:46:42 +08:00 |
Vinayakumar B
|
bc60404eaf
|
HDFS-6753. Initialize checkDisk when DirectoryScanner not able to get files list for scanning (Contributed by J.Andreina)
(cherry picked from commit 4f75b15628 )
|
2015-02-27 16:37:03 +05:30 |