Vinitha Reddy Gankidi
|
8a0fa0f7e8
|
HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi.
|
2017-01-18 12:46:32 -08:00 |
|
Akira Ajisaka
|
9130af3f74
|
HADOOP-13955. Replace deprecated HttpServer2 and SSLFactory constants. Contributed by John Zhuge.
|
2017-01-18 18:11:33 +09:00 |
|
Akira Ajisaka
|
b1a9ec856b
|
HDFS-11290. TestFSNameSystemMBean should wait until JMX cache is cleared. Contributed by Erik Krogen.
|
2017-01-18 17:54:33 +09:00 |
|
Karthik Kambatla
|
e224c96234
|
YARN-5831. FairScheduler: Propagate allowPreemptionFrom flag all the way down to the app. (Yufei Gu via kasha)
|
2017-01-17 17:01:31 -08:00 |
|
Andrew Wang
|
47dfda7c92
|
Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas."
This reverts commit 7e81063c13 .
|
2017-01-17 16:23:38 -08:00 |
|
Subru Krishnan
|
4d1f3d9020
|
YARN-6016. Fix minor bugs in handling of local AMRMToken in AMRMProxy. (Botong Huang via Subru).
|
2017-01-17 14:48:03 -08:00 |
|
Xiaoyu Yao
|
b1fce2b8b1
|
HDFS-11209. SNN can't checkpoint when rolling upgrade is not finalized. Contributed by Xiaoyu Yao.
|
2017-01-17 14:33:26 -08:00 |
|
Andrew Wang
|
37468ebf6f
|
HADOOP-13978. Update project release notes for 3.0.0-alpha2. Contributed by Andrew Wang and Arun Suresh.
|
2017-01-17 13:56:06 -08:00 |
|
Kihwal Lee
|
706d630eb9
|
HADOOP-13976. Path globbing does not match newlines. Contributed by Eric Badger.
|
2017-01-17 15:10:24 -06:00 |
|
Daniel Templeton
|
695f110f93
|
YARN-6071. Fix incompatible API change on AM-RM protocol due to YARN-3866 (trunk only)
(Contributed by Wangda Tan via Daniel Templeton)
|
2017-01-17 12:55:47 -08:00 |
|
Jason Lowe
|
78b487bde1
|
MAPREDUCE-6831. Flaky test TestJobImpl.testKilledDuringKillAbort. Contributed by Peter Bacsko
|
2017-01-17 16:01:42 +00:00 |
|
Akira Ajisaka
|
7ee8be1aa3
|
MAPREDUCE-6819. Replace UTF8 with Text in MRBench. Contributed by Peter Bacsko.
|
2017-01-17 17:56:10 +09:00 |
|
bibinchundatt
|
a9d946d4df
|
YARN-6057. yarn.scheduler.minimum-allocation-* descriptions are incorrect about behavior when a request is out of bounds. Contributed by Julia Sommer.
|
2017-01-17 14:16:00 +05:30 |
|
Akira Ajisaka
|
7e81063c13
|
HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas.
|
2017-01-17 17:23:51 +09:00 |
|
Arpit Agarwal
|
89bb05d92b
|
HDFS-11339. Fix import.
|
2017-01-16 23:05:28 -08:00 |
|
Akira Ajisaka
|
e407449ddb
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
|
2017-01-17 10:10:23 +09:00 |
|
Junping Du
|
cf695577aa
|
YARN-6011. Add a new web service to list the files on a container in AHSWebService. Contributed by Xuan Gong.
|
2017-01-16 16:20:24 -08:00 |
|
Jitendra Pandey
|
d1d0b3e1fd
|
HDFS-11307. The rpc to portmap service for NFS has hardcoded timeout. Contributed by Mukul Kumar Singh.
|
2017-01-16 14:53:53 -08:00 |
|
Arpit Agarwal
|
79e939d0b8
|
HDFS-11339. Support File IO sampling for Datanode IO profiling hooks. Contributed by Hanisha Koneru.
|
2017-01-16 14:43:29 -08:00 |
|
Arpit Agarwal
|
a853b4e1b5
|
HDFS-11342. Fix FileInputStream leak in loadLastPartialChunkChecksum. Contributed by Chen Liang.
|
2017-01-16 13:45:22 -08:00 |
|
Lei Xu
|
2f8e9b7e4b
|
Revert "HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei)"
This reverts commit c18590fce2 .
|
2017-01-16 15:11:53 +08:00 |
|
Lei Xu
|
ed09c1418d
|
HADOOP-13928. TestAdlFileContextMainOperationsLive.testGetFileContext1 runtime error. (John Zhuge via lei)
|
2017-01-15 14:02:11 +08:00 |
|
Anu Engineer
|
2604e82eba
|
HDFS-11344. The default value of the setting dfs.disk.balancer.block.tolerance.percent is different. Contributed by Yiqun Lin.
|
2017-01-13 22:38:46 -08:00 |
|
Wei-Chiu Chuang
|
1cde954a4f
|
HDFS-11306. Print remaining edit logs from buffer if edit log can't be rolled. Contributed by Wei-Chiu Chuang.
|
2017-01-13 11:46:30 -08:00 |
|
Sunil G
|
d3170f9eba
|
YARN-6081. LeafQueue#getTotalPendingResourcesConsideringUserLimit should deduct reserved from pending to avoid unnecessary preemption of reserved container. Contributed by Wangda Tan.
|
2017-01-13 18:22:29 +05:30 |
|
Arun Suresh
|
1f344e0579
|
YARN-5646. Addendum patch to include missing changes to site.xml.
|
2017-01-12 07:37:49 -08:00 |
|
Naganarasimha
|
a6b06f7179
|
YARN-6072. RM unable to start in secure mode. Contributed by Ajith S.
|
2017-01-12 06:40:41 +05:30 |
|
Daniel Templeton
|
e6f13fe5d1
|
YARN-5849. Automatically create YARN control group for pre-mounted cgroups (Contributed by Miklos Szegedi via Daniel Templeton)
|
2017-01-11 16:00:01 -08:00 |
|
Andrew Wang
|
5f336512d0
|
HADOOP-13961. Fix compilation failure from missing hadoop-kms test jar. Contributed by Sangjin Lee and John Zhuge.
|
2017-01-11 15:48:50 -08:00 |
|
Andrew Wang
|
d51f8ba808
|
HDFS-11312. Fix incompatible tag number change for nonDfsUsed in DatanodeInfoProto. Contributed by Sean Mackrory.
|
2017-01-11 15:13:27 -08:00 |
|
Daniel Templeton
|
7979939428
|
YARN-5554. MoveApplicationAcrossQueues does not check user permission on the target queue
(Contributed by Wilfred Spiegelenburg via Daniel Templeton)
|
2017-01-11 14:34:10 -08:00 |
|
Steve Loughran
|
e648b6e138
|
HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran
|
2017-01-11 17:25:15 +00:00 |
|
Jason Lowe
|
357eab9566
|
YARN-5416. TestRMRestart#testRMRestartWaitForPreviousAMToFinish failed intermittently due to not wait SchedulerApplicationAttempt to be stopped. Contributed by Junping Du
|
2017-01-11 17:13:37 +00:00 |
|
Brahma Reddy Battula
|
a5ec1e31a3
|
HDFS-9935. Remove LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD and unused import from HdfsServerConstants. Contributed Yiqun Lin.
|
2017-01-11 19:34:01 +05:30 |
|
Arun Suresh
|
be529dade1
|
HADOOP-13903. Improvements to KMS logging to help debug authorization errors. (Tristan Stevens via asuresh)
|
2017-01-11 00:26:02 -08:00 |
|
Ming Ma
|
467f5f1735
|
HDFS-9391. Update webUI/JMX to display maintenance state info. (Manoj Govindassamy via mingma)
|
2017-01-10 20:12:42 -08:00 |
|
Junping Du
|
4db119b7b5
|
YARN-6079. Fix simple spelling errors in yarn test code. Contributed by vijay.
|
2017-01-10 18:20:27 -08:00 |
|
Andrew Wang
|
e69231658d
|
HDFS-11072. Add ability to unset and change directory EC policy. Contributed by Sammi Chen.
|
2017-01-10 11:32:48 -08:00 |
|
Arpit Agarwal
|
4046794a53
|
HDFS-11299. Support multiple Datanode File IO hooks. Contributed by Hanisha Koneru.
|
2017-01-10 10:43:11 -08:00 |
|
Lei Xu
|
c18590fce2
|
HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei)
|
2017-01-10 19:37:58 +08:00 |
|
Naganarasimha
|
4c431a6940
|
YARN-6054. TimelineServer fails to start when some LevelDb state files are missing. Contributed by Ravi Prakash.
|
2017-01-10 15:54:16 +05:30 |
|
Naganarasimha
|
41db07d532
|
YARN-5937. stop-yarn.sh is not able to gracefully stop node managers. Contributed by Weiwei Yang.
|
2017-01-10 15:35:01 +05:30 |
|
Sunil G
|
9594c35dcb
|
YARN-5899. Debug log in AbstractCSQueue#canAssignToThisQueue needs improvement. Contributed by Ying Zhang.
|
2017-01-10 14:08:01 +05:30 |
|
Daniel Templeton
|
6332a318bc
|
YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton)
|
2017-01-09 22:12:58 -08:00 |
|
Junping Du
|
945db55f2e
|
YARN-4148. When killing app, RM releases app's resource before they are released by NM. Contributed by Jason Lowe.
|
2017-01-09 18:14:46 -08:00 |
|
Jing Zhao
|
7ec609b289
|
HDFS-11273. Move TransferFsImage#doGetUrl function to a Util class. Contributed by Hanisha Koneru.
|
2017-01-09 18:05:33 -08:00 |
|
Andrew Wang
|
511d39e074
|
HADOOP-13885. Implement getLinkTarget for ViewFileSystem. Contributed by Manoj Govindassamy.
|
2017-01-09 18:01:37 -08:00 |
|
Yongjun Zhang
|
603cbcd513
|
HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang.
|
2017-01-09 15:44:42 -08:00 |
|
Wei-Chiu Chuang
|
0a212a40fc
|
HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen.
|
2017-01-09 15:18:26 -08:00 |
|
Arpit Agarwal
|
91bf504440
|
HDFS-11301. Double wrapping over RandomAccessFile in LocalReplicaInPipeline#createStreams. Contributed by Hanisha Koneru.
|
2017-01-09 10:32:18 -08:00 |
|