Haohui Mai
|
f826195ee5
|
HADOOP-12313. NPE in JvmPauseMonitor when calling stop() before start(). Contributed by Gabor Liptak.
|
2015-11-22 23:07:51 -08:00 |
Haohui Mai
|
c07fab5f6f
|
HDFS-9024. Deprecate the TotalFiles metric. Contributed by Akira Ahisaka.
|
2015-11-22 23:03:05 -08:00 |
Haohui Mai
|
5ce7e72145
|
HDFS-9356. Decommissioning node does not have Last Contact value in the UI. Contributed by Surendra Singh Lilhore.
|
2015-11-22 22:59:12 -08:00 |
Haohui Mai
|
16bcf66c1b
|
HADOOP-11677. Add cookie flags for logs and static contexts. Contributed by nijel.
|
2015-11-22 19:53:19 -08:00 |
Haohui Mai
|
579f9030da
|
HADOOP-11149. Increase the timeout of TestZKFailoverController. Contributed by Steve Loughran.
|
2015-11-22 19:46:13 -08:00 |
Haohui Mai
|
529103c51f
|
HDFS-7897. Shutdown metrics when stopping JournalNode. Contributed by zhouyingchao.
|
2015-11-22 19:12:32 -08:00 |
Haohui Mai
|
afac7a2640
|
HADOOP-10068. Improve log4j regex in testFindContainingJar. Contributed by Robert Rati.
|
2015-11-22 18:29:10 -08:00 |
Haohui Mai
|
1d175f0f3f
|
HADOOP-10465. Fix use of generics within SortedMapWritable. Contributed by Bertrand Dechoux.
|
2015-11-22 18:12:53 -08:00 |
Haohui Mai
|
c7a9cbbdde
|
HADOOP-10555. Add offset support to MurmurHash. Contributed by Sergey Shelukhin.
|
2015-11-22 18:00:41 -08:00 |
Haohui Mai
|
6ed8f24041
|
HADOOP-10035. Cleanup TestFilterFileSystem. Contributed by Suresh Srinivas.
|
2015-11-22 17:30:14 -08:00 |
Haohui Mai
|
ac0694eb6e
|
HADOOP-12098. Remove redundant test dependencies in Hadoop Archives. Contributed by Varun Saxena.
|
2015-11-22 17:25:29 -08:00 |
Haohui Mai
|
8aa12772d4
|
HDFS-6885. Fix wrong use of BytesWritable in FSEditLogOp#RenameOp. Contributed by Yi Liu.
|
2015-11-22 17:17:01 -08:00 |
Haohui Mai
|
def7490b29
|
HADOOP-12181. Fix intermittent test failure of TestZKSignerSecretProvider. Contributed by Masatake Iwasaki.
|
2015-11-22 16:56:22 -08:00 |
Haohui Mai
|
53f6a9e134
|
HDFS-3302. Review and improve HDFS trash documentation. Contributed by Harsh J.
|
2015-11-22 16:30:46 -08:00 |
Haohui Mai
|
2a4cd27bdc
|
HDFS-7796. Include X-editable for slick contenteditable fields in the web UI. Contributed by Ravi Prakash.
|
2015-11-22 16:22:14 -08:00 |
Haohui Mai
|
469fef2a4f
|
HDFS-9153. Pretty-format the output for DFSIO. Contributed by Kai Zheng.
|
2015-11-22 16:18:16 -08:00 |
Haohui Mai
|
049ccf71ce
|
HDFS-8914. Document HA support in the HDFS HdfsDesign.md. Contributed by Lars Francke.
|
2015-11-22 16:10:38 -08:00 |
Haohui Mai
|
812dbea5c0
|
HADOOP-12467. Respect user-defined JAVA_LIBRARY_PATH in Windows Hadoop scripts. Contributed by Radhey Shah.
|
2015-11-22 16:04:06 -08:00 |
Haohui Mai
|
64add87f5c
|
HADOOP-11218. Add TLSv1.1,TLSv1.2 to KMS, HttpFS, SSLFactory. Contributed by Vijay Singh.
|
2015-11-22 16:00:44 -08:00 |
Haohui Mai
|
f504d95e87
|
HDFS-9402. Switch DataNode.LOG to use slf4j. Contributed by Walter Su.
|
2015-11-22 15:57:23 -08:00 |
Haohui Mai
|
74d67b2250
|
HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling.
|
2015-11-22 15:43:34 -08:00 |
Haohui Mai
|
2c185222f9
|
HDFS-9443. Disabling HDFS client socket cache causes logging message printed to console for CLI commands. Contributed by Chris Nauroth.
|
2015-11-22 15:06:36 -08:00 |
Steve Loughran
|
edcd0dc0b2
|
Revert "HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter."
This reverts commit b7e3f419bd .
|
2015-11-22 11:41:44 +00:00 |
Arun Suresh
|
cbbdbe3cdd
|
YARN-3454. Add efficient merge operation to RLESparseResourceAllocation (Carlo Curino via asuresh)
(cherry picked from commit da1016365a )
|
2015-11-21 10:01:10 -08:00 |
Wangda Tan
|
08727287de
|
move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3
|
2015-11-20 16:42:11 -08:00 |
Wangda Tan
|
cdca460ad4
|
YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda)
(cherry picked from commit 2346fa3141 )
|
2015-11-20 15:56:17 -08:00 |
Jason Lowe
|
f3bca8bc1a
|
YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li
(cherry picked from commit 060cdcbe5d )
|
2015-11-20 23:13:27 +00:00 |
Haohui Mai
|
b7e3f419bd
|
HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter.
|
2015-11-19 15:47:41 -08:00 |
Tsz-Wo Nicholas Sze
|
bf82a8de30
|
HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.
|
2015-11-19 14:54:59 -08:00 |
Yongjun Zhang
|
0664782025
|
HDFS-9439. Include status of closeAck into exception message in DataNode#run. (Xiao Chen via Yongjun Zhang)
(cherry picked from commit 31dc5c650e )
|
2015-11-19 14:22:44 -08:00 |
Haohui Mai
|
03c292efb7
|
HADOOP-11901. BytesWritable fails to support 2G chunks due to integer overflow. Contributed by Reynold Xin.
|
2015-11-19 12:54:16 -08:00 |
Xuan
|
8347b1048d
|
YARN-2859 addendum: move the entry from 2.6.2 to 2.6.3 in hadoop-yarn/CHANGES.txt.
(cherry picked from commit 866dce4e8e )
|
2015-11-19 10:17:20 -08:00 |
Xuan
|
be65d319fa
|
YARN-2859.addendum: fix the remaining issue from the previous patch
(cherry picked from commit f114e728da )
|
2015-11-19 10:09:48 -08:00 |
Ming Ma
|
5a3db21563
|
HDFS-8056. Decommissioned dead nodes should continue to be counted as dead after NN restart. (mingma)
(cherry picked from commit 1c4951a7a0 )
|
2015-11-19 10:04:40 -08:00 |
Akira Ajisaka
|
c74e42b4a2
|
HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii.
(cherry picked from commit ac1aa6c819 )
|
2015-11-19 20:55:36 +09:00 |
Tsuyoshi Ozawa
|
aa792b7d0c
|
HADOOP-12575. Add build instruction for docker toolbox instead of boot2docker. Contributed by Kai Sasaki.
(cherry picked from commit 25e82b4eb9 )
|
2015-11-19 17:44:21 +09:00 |
Tsuyoshi Ozawa
|
c5fb02ba25
|
HADOOP-12582. Using BytesWritable's getLength() and getBytes() instead of get() and getSize(). Contributed by Akira AJISAKA.
(cherry picked from commit bd166f0eed )
|
2015-11-19 17:27:35 +09:00 |
Wangda Tan
|
3504d0e795
|
move fix version of YARN-4287 from 2.8.0 to 2.7.3
|
2015-11-18 14:01:02 -08:00 |
Karthik Kambatla
|
d3f9508096
|
YARN-4367. SLS webapp doesn't load. (kasha)
|
2015-11-18 13:45:00 -08:00 |
Steve Loughran
|
a0b3e43a6d
|
YARN-4279. Mark ApplicationId and ApplicationAttemptId static methods as @Public, @Unstable. (stevel)
|
2015-11-18 21:41:24 +00:00 |
cnauroth
|
7b94ae17ab
|
HDFS-9400. TestRollingUpgradeRollback fails on branch-2. Contributed by Brahma Reddy Battula.
(cherry picked from commit bad2afe39a )
|
2015-11-18 11:00:18 -08:00 |
Jason Lowe
|
44011a1759
|
Update CHANGES.txt to reflect commit of MR-6377 to branch-2.7 and branch-2.6.
(cherry picked from commit be9f3bba73 )
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2015-11-18 17:26:13 +00:00 |
Tsuyoshi Ozawa
|
eb4c9765d9
|
HADOOP-12564. Upgrade JUnit3 TestCase to JUnit 4 in org.apache.hadoop.io package. Contributed by Dustin Cote.
(cherry picked from commit 989b9e3e11 )
|
2015-11-19 01:38:40 +09:00 |
Eric Yang
|
123e0b16f2
|
HADOOP-8419. Fixed GzipCode NPE reset for IBM JDK. (Yu Li via eyang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1431740 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 8064849203 )
|
2015-11-19 01:36:24 +09:00 |
Akira Ajisaka
|
d5782a4199
|
HADOOP-12568. Update core-default.xml to describe posixGroups support. Contributed by Wei-Chiu Chuang.
(cherry picked from commit 4a3b8f1ed2 )
|
2015-11-18 17:23:34 +09:00 |
cnauroth
|
397836a7b3
|
HADOOP-12567. NPE in SaslRpcServer. Contributed by Sergey Shelukhin.
(cherry picked from commit 7fab5c8cec )
|
2015-11-17 16:00:33 -08:00 |
Arun Suresh
|
d8e60080e9
|
YARN-4184. Remove update reservation state api from state store as its not used by ReservationSystem (Sean Po via asuresh)
(cherry picked from commit 6a61928fb7 )
|
2015-11-17 15:51:59 -08:00 |
Colin Patrick Mccabe
|
0f9f9ba3cb
|
HDFS-9252. Change TestFileTruncate to use FsDatasetTestUtils to get block file size and genstamp. (Lei (Eddy) Xu via cmccabe)
(cherry picked from commit dfbde3fc51 )
|
2015-11-17 10:54:32 -08:00 |
Akira Ajisaka
|
2babf12810
|
Move HDFS-8615 from 2.8.0 to 2.6.3 in CHANGES.txt.
(cherry picked from commit b82a6cee4b )
|
2015-11-17 16:34:04 +09:00 |
Akira Ajisaka
|
8de7911eb3
|
MAPREDUCE-6499. Add elapsed time for retired job in JobHistoryServer WebUI. Contributed by Lin Yiqun.
(cherry picked from commit a7f776ffdf )
|
2015-11-17 15:18:32 +09:00 |