cnauroth
|
fb34f45727
|
HDFS-7491. Add incremental blockreport latency to DN metrics. Contributed by Ming Ma.
|
2015-03-11 14:11:19 -07:00 |
|
Allen Wittenauer
|
344d7cb6dc
|
HADOOP-11703. git should ignore .DS_Store files on Mac OS X (Abin Shahab via aw)
|
2015-03-11 13:19:12 -07:00 |
|
Tsuyoshi Ozawa
|
30c428a858
|
YARN-3295. Fix documentation nits found in markdown conversion. Contributed by Masatake Iwasaki.
|
2015-03-11 15:02:24 +09:00 |
|
Colin Patrick Mccabe
|
5c1036d598
|
HDFS-7830. DataNode does not release the volume lock when adding a volume fails. (Lei Xu via Colin P. McCabe)
|
2015-03-10 18:20:58 -07:00 |
|
Allen Wittenauer
|
a5cf985bf5
|
YARN-2280. Resource manager web service fields are not accessible (Krisztian Horvath via aw)
|
2015-03-10 16:32:20 -07:00 |
|
Gera Shegalov
|
64eb068ee8
|
DelegateToFileSystem erroneously uses default FS's port in constructor. (Brahma Reddy Battula via gera)
|
2015-03-10 13:52:06 -07:00 |
|
Gera Shegalov
|
aa92b764a7
|
MAPREDUCE-4815. Speed up FileOutputCommitter#commitJob for many output files. (Siqi Li via gera)
|
2015-03-10 11:32:08 -07:00 |
|
Jian He
|
a380643d20
|
YARN-3187. Documentation of Capacity Scheduler Queue mapping based on user or group. Contributed by Gururaj Shetty
|
2015-03-10 11:15:57 -07:00 |
|
cnauroth
|
8d5b01e005
|
Revert "HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux (Kiran Kumar M R via Colin P. McCabe)"
This reverts commit 3241fc2b17 .
|
2015-03-10 11:02:07 -07:00 |
|
Tsuyoshi Ozawa
|
20b8ee1350
|
MAPREDUCE-4742. Fix typo in nnbench#displayUsage. Contributed by Liang Xie.
|
2015-03-11 00:41:12 +09:00 |
|
Junping Du
|
d39bc903a0
|
Configurable timeout between YARNRunner terminate the application and forcefully kill. Contributed by Eric Payne.
|
2015-03-10 06:21:59 -07:00 |
|
Allen Wittenauer
|
7711049837
|
HADOOP-11668. hadoop-daemons.sh bw compat broke with --slaves change (Vinayakumar B via aw)
|
2015-03-09 22:31:50 -07:00 |
|
Allen Wittenauer
|
47f7f18d4c
|
HADOOP-10115. Exclude duplicate jars in hadoop package under different component's lib (Vinayakumar B via aw)
|
2015-03-09 21:44:06 -07:00 |
|
Tsuyoshi Ozawa
|
54639c7d7a
|
HADOOP-11226. Add a configuration to set ipc.Client's traffic class with IPTOS_LOWDELAY|IPTOS_RELIABILITY. Contributed by Gopal V.
|
2015-03-10 13:08:29 +09:00 |
|
Jian He
|
c3003eba6f
|
YARN-3300. Outstanding_resource_requests table should not be shown in AHS. Contributed by Xuan Gong
|
2015-03-09 20:46:48 -07:00 |
|
Akira Ajisaka
|
82db3341bf
|
HDFS-6806. HDFS Rolling upgrade document should mention the versions available. Contributed by J.Andreina.
|
2015-03-10 11:22:11 +09:00 |
|
Zhijie Shen
|
d6e05c5ee2
|
YARN-3287. Made TimelineClient put methods do as the correct login context. Contributed by Daryn Sharp and Jonathan Eagles.
|
2015-03-09 13:54:36 -07:00 |
|
Colin Patrick Mccabe
|
3241fc2b17
|
HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux (Kiran Kumar M R via Colin P. McCabe)
|
2015-03-09 12:56:33 -07:00 |
|
Yongjun Zhang
|
de1101cb5b
|
HADOOP-11692. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang.
|
2015-03-09 11:55:32 -07:00 |
|
Haohui Mai
|
42e3a80511
|
HADOOP-11686. MiniKDC cannot change ORG_NAME or ORG_DOMAIN. Contributed by Duo Zhang.
|
2015-03-09 11:07:40 -07:00 |
|
Jing Zhao
|
e43882e84a
|
HDFS-7898. Change TestAppendSnapshotTruncate to fail-fast. Contributed by Tsz Wo Nicholas Sze.
|
2015-03-09 10:52:17 -07:00 |
|
Yongjun Zhang
|
5578e22ce9
|
Revert "HDFS-7857. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang."
This reverts commit d799fbe1cc .
|
2015-03-08 20:54:43 -07:00 |
|
Yongjun Zhang
|
d799fbe1cc
|
HDFS-7857. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang.
|
2015-03-08 20:39:46 -07:00 |
|
Vinod Kumar Vavilapalli
|
b3e699271b
|
Adding 2.8 section in CHANGES.txt
|
2015-03-08 20:24:33 -07:00 |
|
Tsuyoshi Ozawa
|
dfd8da777f
|
Moving CHANGES.txt entry for MAPREDUCE-5657 to branch-2.
|
2015-03-09 12:05:08 +09:00 |
|
Chris Douglas
|
790aa6790e
|
HADOOP-11673. Skip using JUnit Assume in TestCodec.
Contributed by Brahma Reddy Battula.
|
2015-03-08 19:18:59 -07:00 |
|
Chris Douglas
|
6ee0d32b98
|
HDFS-7411. Change decommission logic to throttle by blocks rather
than nodes in each interval. Contributed by Andrew Wang
|
2015-03-08 18:31:04 -07:00 |
|
Junping Du
|
7ce3c76353
|
YARN-3296. Mark ResourceCalculatorProcessTree class as Public for configurable resource monitoring. Contributed by Hitesh Shah
|
2015-03-08 14:47:35 -07:00 |
|
Steve Loughran
|
64443490d7
|
HADOOP-11670. Regression: s3a auth setup broken. (Adam Budde via stevel)
|
2015-03-08 11:22:16 -07:00 |
|
cnauroth
|
608ebd52ba
|
HADOOP-11642. Upgrade azure sdk version from 0.6.0 to 2.0.0. Contributed by Shashank Khandelwal and Ivan Mitic.
|
2015-03-06 15:25:01 -08:00 |
|
Brandon Li
|
0f8ecb1d0c
|
HDFS-6488. Support HDFS superuser in NFSv3 gateway. Contributed by Brandon Li
|
2015-03-06 15:19:45 -08:00 |
|
Jason Lowe
|
27e8ea820f
|
YARN-3275. CapacityScheduler: Preemption happening on non-preemptable queues. Contributed by Eric Payne
|
2015-03-06 22:37:26 +00:00 |
|
Haohui Mai
|
c79710302e
|
HDFS-7818. OffsetParam should return the default value instead of throwing NPE when the value is unspecified. Contributed by Eric Payne.
|
2015-03-06 14:26:23 -08:00 |
|
Jian He
|
21101c01f2
|
YARN-2190. Added CPU and memory limit options to the default container executor for Windows containers. Contributed by Chuan Liu
|
2015-03-06 14:18:11 -08:00 |
|
Allen Wittenauer
|
01bfe6f05b
|
HADOOP-11653. shellprofiles should require .sh extension (Brahma Reddy Battula via aw)
|
2015-03-06 13:54:11 -08:00 |
|
Xuan
|
d1abc5d4fc
|
YARN-3227. Timeline renew delegation token fails when RM user's TGT is
expired. Contributed by Zhijie Shen
|
2015-03-06 13:32:05 -08:00 |
|
Jing Zhao
|
24db0812be
|
HDFS-7885. Datanode should not trust the generation stamp provided by client. Contributed by Tsz Wo Nicholas Sze.
|
2015-03-06 10:55:56 -08:00 |
|
Jian He
|
95bfd087dc
|
YARN-1809. Synchronize RM and TimeLineServer Web-UIs. Contributed by Zhijie Shen and Xuan Gong
|
2015-03-05 21:20:09 -08:00 |
|
Jing Zhao
|
952640fa4c
|
HDFS-7855. Separate class Packet from DFSOutputStream. Contributed by Li Bo.
|
2015-03-05 10:58:53 -08:00 |
|
Vinod Kumar Vavilapalli
|
138c9cadee
|
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:54:34 -08:00 |
|
Tsuyoshi Ozawa
|
28b85a2116
|
Update CHANGES.txt for YARN-2616 to fix indentation.
|
2015-03-06 00:53:03 +09:00 |
|
Tsuyoshi Ozawa
|
1b67209612
|
YARN-3249. Add a 'kill application' button to Resource Manager's Web UI. Contributed by Ryu Kobayashi.
|
2015-03-05 19:55:56 +09:00 |
|
yliu
|
5e9b8144d5
|
HADOOP-11674. oneByteBuf in CryptoInputStream and CryptoOutputStream should be non static. (Sean Busbey via yliu)
|
2015-03-05 06:38:45 +08:00 |
|
Tsuyoshi Ozawa
|
74a4754d1c
|
HADOOP-11648. Set DomainSocketWatcher thread name explicitly. Contributed by Liang Xie.
|
2015-03-05 16:05:44 +09:00 |
|
Tsuyoshi Ozawa
|
348208014b
|
MAPREDUCE-6136. MRAppMaster doesn't shutdown file systems. Contributed by Brahma Reddy Battula.
|
2015-03-05 14:12:47 +09:00 |
|
Karthik Kambatla
|
8d88691d16
|
YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha)
|
2015-03-04 19:49:05 -08:00 |
|
Tsz-Wo Nicholas Sze
|
ded0200e9c
|
HDFS-7746. Add a test randomly mixing append, truncate and snapshot operations.
|
2015-03-05 10:21:29 +08:00 |
|
Karthik Kambatla
|
22426a1c9f
|
YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha)
|
2015-03-04 18:06:58 -08:00 |
|
Dongming Liang
|
430b537188
|
HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. Contributed by Dongming Liang.
|
2015-03-04 17:51:12 -08:00 |
|
Karthik Kambatla
|
53947f37c7
|
YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha)
|
2015-03-04 17:33:30 -08:00 |
|