Masatake Iwasaki
|
b0091338f2
|
HADOOP-12711. Remove dependency on commons-httpclient for ServletUtil (Wei-Chiu Chuang via iwasakims)
|
2016-02-26 15:32:07 +09:00 |
|
Robert Kanter
|
872b8d90a6
|
YARN-4579. Allow DefaultContainerExecutor container log directory permissions to be configurable (rchiang via rkanter)
(cherry picked from commit d7fdec1e6b465395d2faca6e404e329d20f6c3d8)
|
2016-02-25 16:40:05 -08:00 |
|
Karthik Kambatla
|
6722e17f6d
|
HDFS-9858. RollingFileSystemSink can throw an NPE on non-secure clusters. (Daniel Templeton via kasha)
(cherry picked from commit c2460dad642feee1086442d33c30c24ec77236b9)
|
2016-02-25 16:36:07 -08:00 |
|
Xiaoyu Yao
|
7ad6ca1eb2
|
HADOOP-12824. Collect network and disk usage on the node running Windows. Contributed by Inigo Goiri.
|
2016-02-25 15:50:36 -08:00 |
|
Robert Kanter
|
ec48848711
|
YARN-4701. When task logs are not available, port 8041 is referenced instead of port 8042 (haibochen via rkanter)
(cherry picked from commit c4d4df8de09ee0c89ea8176bd8149900becd3c0c)
|
2016-02-25 12:48:29 -08:00 |
|
Karthik Kambatla
|
6a75c5af09
|
YARN-4729. SchedulerApplicationAttempt#getTotalRequiredResources can throw an NPE. (kasha)
(cherry picked from commit c684f2b007a4808dafbe1c1d3ce01758e281d329)
|
2016-02-24 18:34:21 -08:00 |
|
Chris Nauroth
|
4892f6a0eb
|
HDFS-9843. Document distcp options required for copying between encrypted locations. Contributed by Xiaoyu Yao.
(cherry picked from commit dbbfc58c33fd1d2f7abae1784c2d78b7438825e2)
|
2016-02-24 15:16:13 -08:00 |
|
Robert Kanter
|
c2098d2470
|
YARN-4697. NM aggregation thread pool is not bound by limits (haibochen via rkanter)
(cherry picked from commit 954dd57043d2de4f962876c1b89753bfc7e4ce55)
|
2016-02-24 15:00:48 -08:00 |
|
cnauroth
|
92e49cdd04
|
HADOOP-12716. KerberosAuthenticator#doSpnegoSequence use incorrect class to determine isKeyTab in JDK8. Contributed by Xiaoyu Yao.
(cherry picked from commit d6b181c6faa56e43c9f05d2cc860a0aeb940fd90)
|
2016-02-24 14:05:55 -08:00 |
|
Li Lu
|
51162f9629
|
YARN-4680. TimerTasks leak in ATS V1.5 Writer. (Xuan Gong via
gtcarrera9)
|
2016-02-24 13:52:11 -08:00 |
|
cnauroth
|
59cd23e279
|
HDFS-9854. Log cipher suite negotiation more verbosely. Contributed by Wei-Chiu Chuang.
(cherry picked from commit d1dd248b756e5a323ac885eefd3f81a639d6b86f)
|
2016-02-24 12:11:44 -08:00 |
|
Kihwal Lee
|
83f7f62be3
|
HDFS-9395. Make HDFS audit logging consistant. Contributed by Kuhu Shukla.
(cherry picked from commit d27d7fc72e279614212c1eae52a84675073e89fb)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2016-02-24 12:08:43 -06:00 |
|
Sangjin Lee
|
432a2367ce
|
YARN-4722. AsyncDispatcher logs redundant event queue sizes (Jason Lowe via sjlee)
(cherry picked from commit 553b591ba06bbf0b18dca674d25a48218fed0a26)
|
2016-02-24 09:30:37 -08:00 |
|
cnauroth
|
9ea19a861f
|
HADOOP-12535. Run FileSystem contract tests with hadoop-azure. Contributed by Madhumita Chakraborty.
(cherry picked from commit 3369a4f6916f12e9d6b97072badd1b176be443bd)
|
2016-02-23 21:37:56 -08:00 |
|
Robert Kanter
|
d9f01f28a0
|
MAPREDUCE-6640. mapred job -history command should be able to take Job ID (rkanter)
(cherry picked from commit 4343a4cf7790b47dc7ecd18f8634e6b9c805e775)
|
2016-02-23 17:38:25 -08:00 |
|
Zhe Zhang
|
9ecb71f92c
|
HDFS-9844. Correct path creation in getTrashRoot to handle root dir.
Change-Id: I5afe6c7176063892e3e632698c849bd9f4b92906
|
2016-02-23 13:30:21 -08:00 |
|
Jason Lowe
|
acffe82353
|
YARN-2046. Out of band heartbeats are sent only on container kill and possibly too early. Contributed by Ming Ma
(cherry picked from commit d284e187b8db43056236032ebc2114ee462c27f6)
|
2016-02-23 20:51:01 +00:00 |
|
Colin Patrick Mccabe
|
440379a0d4
|
HDFS-9549. TestCacheDirectives#testExceedsCapacity is flaky (Xiao Chen via cmccabe)
(cherry picked from commit 211c78c09073e5b34db309b49d8de939a7a812f5)
|
2016-02-23 12:05:53 -08:00 |
|
Colin Patrick Mccabe
|
7dfcf40352
|
HADOOP-12829. StatisticsDataReferenceCleaner swallows interrupt exceptions (Gregory Chanan via cmccabe)
(cherry picked from commit d9c409a4286e36387fb39e7d622e850c13315465)
|
2016-02-23 11:27:55 -08:00 |
|
Junping Du
|
e3ce0ffdc3
|
YARN-3223. Resource update during NM graceful decommission. Contributed by Brook Zhou.
(cherry picked from commit 9ed17f181d96b8719a0ef54a129081948781d57e)
|
2016-02-23 03:35:47 -08:00 |
|
Tsuyoshi Ozawa
|
4ee55d0322
|
YARN-4648. Move preemption related tests from TestFairScheduler to TestFairSchedulerPreemption. Contributed by Kai Sasaki.
(cherry picked from commit 0e12114c9ccb0c6b16c258227a433b075418796e)
|
2016-02-23 19:50:40 +09:00 |
|
Tsuyoshi Ozawa
|
56b82de6e1
|
HDFS-9084. Pagination, sorting and filtering of files/directories in the HDFS Web UI. (Contributed by Ravi Prakash)
(cherry picked from commit 48c61cd6aa3feae6a4a71d2d1bb6d01a3d50c7b7)
|
2016-02-23 19:31:22 +09:00 |
|
Rohith Sharma K S
|
544a2ff7c9
|
YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit de09f41147bf0b6501e82b44afe4e39fe5c3b835)
|
2016-02-23 18:07:57 +08:00 |
|
Varun Vasudev
|
f1999fe275
|
MAPREDUCE-6635. Unsafe long to int conversion in UncompressedSplitLineReader and IndexOutOfBoundsException. Contributed by Junping Du.
(cherry picked from commit c6f2d761d5430eac6b9f07f137a7028de4e0660c)
|
2016-02-23 13:05:52 +05:30 |
|
Varun Vasudev
|
2c218ca8a8
|
YARN-4709. NMWebServices produces incorrect JSON for containers. Contributed by Varun Saxena.
(cherry picked from commit 140cb5d74565aad848b40a251ec02b597a3a20d4)
|
2016-02-23 12:32:16 +05:30 |
|
cnauroth
|
a5511debdb
|
HADOOP-12555. WASB to read credentials from a credential provider. Contributed by Larry McCay.
(cherry picked from commit 27b77751c1163ab4a1ce081a426e5190d1b8aff4)
|
2016-02-22 17:30:32 -08:00 |
|
Tsz-Wo Nicholas Sze
|
9b10373b2b
|
HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo
|
2016-02-22 15:16:14 -08:00 |
|
Zhe Zhang
|
56b7f2c2c1
|
HADOOP-12668. Support excluding weak Ciphers in HttpServer2 through ssl-server.conf. Contributed by Vijay Singh.
Change-Id: Ie46a5427d29188935427f67e55203c19fcd83335
|
2016-02-22 14:14:39 -08:00 |
|
cnauroth
|
3f14eed580
|
HADOOP-11613. Remove commons-httpclient dependency from hadoop-azure. Contributed by Masatake Iwasaki.
(cherry picked from commit d4f5fc23b208635e8f9a14c375d4101141aefa4a)
|
2016-02-22 13:39:45 -08:00 |
|
Arpit Agarwal
|
fef99bcae0
|
HDFS-9842. dfs.datanode.balance.bandwidthPerSec should accept friendly size units. (Contributed by Lin Yiqun)
|
2016-02-22 11:34:17 -08:00 |
|
Junping Du
|
7402448387
|
YARN-4386. refreshNodesGracefully() should send recommission event to active RMNodes only. Contributed by Kuhu Shukla.
(cherry picked from commit 3fab88540f079591e5dae1c9184f8b26bb843427)
|
2016-02-22 07:38:40 -08:00 |
|
Akira Ajisaka
|
34635f9e37
|
YARN-4707. Remove the extra char (>) from SecureContainer.md. Contributed by Brahma Reddy Battula.
(cherry picked from commit 5e7d4d51f856298e99a00895013ac665e67549b3)
|
2016-02-22 17:18:03 +09:00 |
|
Vinayakumar B
|
2e3c35a835
|
HDFS-9425. Expose number of blocks per volume as a metric (Contributed by Brahma Reddy Battula)
(cherry picked from commit 342c9572bf6a623287f34c5cc0bc3be6038c191a)
|
2016-02-22 09:29:47 +05:30 |
|
Vinayakumar B
|
3e76768f21
|
HDFS-7452. skip StandbyException log for getCorruptFiles() (Contributed by Bramha Reddy Battula)
(cherry picked from commit f313516731d787f6be64c9406ca83d941d47ee99)
|
2016-02-22 09:22:12 +05:30 |
|
Tsuyoshi Ozawa
|
929e869ae0
|
YARN-4708. Missing default mapper type in TimelineServer performance test tool usage. Contributed by Kai Sasaki.
(cherry picked from commit b68901d7dde9cb48545fcf0b94f2ac266b909a5d)
|
2016-02-22 07:55:35 +09:00 |
|
Arpit Agarwal
|
7660cfd91a
|
HDFS-9839. Reduce verbosity of processReport logging. (Contributed by Arpit Agarwal)
This closes #78
|
2016-02-20 23:20:18 -08:00 |
|
Andrew Wang
|
7f6737951a
|
MAPREDUCE-6637. Testcase Failure : TestFileInputFormat.testSplitLocationInfo. Contributed by Brahma Reddy Battula.
(cherry picked from commit 37577852ba54ba506b0b6c4db5e95d176f5e9b63)
|
2016-02-19 16:33:40 -08:00 |
|
Junping Du
|
e38c2ef6c5
|
Support additional compression levels for GzipCodec. Contributed by Ravi Mutyala.
(cherry picked from commit 18f9b77a321b225677ce23c503b41d21478fc4a7)
|
2016-02-19 14:22:39 -08:00 |
|
Yongjun Zhang
|
b144e0f15d
|
HDFS-9764. DistCp doesn't print value for several arguments including -numListstatusThreads. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit ba1c9d484a8d6a18b4b7365c49d09635d24e579a)
|
2016-02-19 10:29:27 -08:00 |
|
Yongjun Zhang
|
36c08f793a
|
HADOOP-12828. Print user when services are started. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit a963baba10648859ad88d4ed9a4325b66b1af0d5)
|
2016-02-19 09:57:45 -08:00 |
|
Tsz-Wo Nicholas Sze
|
5faa2934e8
|
Move HDFS-8923 to Release 2.8.0 in CHANGES.txt.
|
2016-02-18 18:44:40 -08:00 |
|
Tsz-Wo Nicholas Sze
|
2a09f00ac3
|
HDFS-8923. Add -source flag to balancer usage message. Contributed by Chris Trezzo
|
2016-02-18 18:39:09 -08:00 |
|
Robert Kanter
|
a33109a0b8
|
MAPREDUCE-6627. Add machine-readable output to mapred job -history command (rkanter)
(cherry picked from commit 8eee59ce6b3044cb73bb41fed6b7ece959e7c2f8)
|
2016-02-18 17:58:40 -08:00 |
|
cnauroth
|
b4c4f30fa4
|
HADOOP-11031. Design Document for Credential Provider API. Contributed by Larry McCay.
(cherry picked from commit 8ab7658025616d154decd97578de3327ec6f9109)
|
2016-02-18 14:07:09 -08:00 |
|
Tsz-Wo Nicholas Sze
|
38fc086940
|
HADOOP-10865. Add a Crc32 chunked verification benchmark for both directly and non-directly buffer cases.
|
2016-02-18 12:02:00 -08:00 |
|
Kihwal Lee
|
b83348c2e3
|
HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable. Contributed by James Kinley and Nathan Roberts.
(cherry picked from commit ba6d5ed955aa34cdcb7aaa4b1025da6ee5e91355)
|
2016-02-18 13:27:39 -06:00 |
|
Robert Kanter
|
f864faaafa
|
HADOOP-12817. Enable TLS v1.1 and 1.2 (rkanter)
(cherry picked from commit a365a3941cf96a31c289cb22678a602738880f74)
|
2016-02-18 11:11:32 -08:00 |
|
cnauroth
|
779a69e28d
|
HDFS-9711. Integrate CSRF prevention filter in WebHDFS. Contributed by Chris Nauroth.
(cherry picked from commit 5d1889a66d91608d34ca9411fb6e9161e637e9d3)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeHttpServer.java
|
2016-02-18 10:09:33 -08:00 |
|
Akira Ajisaka
|
c183f235f1
|
HDFS-6832. Fix the usage of 'hdfs namenode' command. Contributed by Manjunath Ballur.
(cherry picked from commit e78d8e66f748c68d2d88ee748facbfa35817d5e3)
|
2016-02-19 01:35:43 +09:00 |
|
Varun Vasudev
|
212c519ad3
|
MAPREDUCE-6634. Log uncaught exceptions/errors in various thread pools in mapreduce. Contributed by Sidharta Seethana.
(cherry picked from commit c50d1e54000c76880a041ce5959a2eb23c86bd35)
|
2016-02-18 14:19:01 +05:30 |
|