Karthik Kambatla
|
1152e23ed0
|
YARN-1463. Tests should avoid starting http-server where possible or creates spnego keytab/principals (vinodkv via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553790 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-28 06:55:30 +00:00 |
|
Vinod Kumar Vavilapalli
|
8f0bf54d34
|
YARN-1541. Changed ResourceManager to invalidate ApplicationMaster host/port information once an AM crashes. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553772 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-28 01:09:07 +00:00 |
|
Karthik Kambatla
|
defeef6fe4
|
YARN-1481. Addendum patch to fix synchronization in AdminService
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553738 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 21:10:14 +00:00 |
|
Karthik Kambatla
|
1c9ac9adeb
|
YARN-1523. Use StandbyException instead of RMNotYetReadyException (kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553616 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 03:28:23 +00:00 |
|
Jian He
|
3ee7f20c33
|
YARN-1527. Fixed yarn rmadmin command to print the correct usage info. Contributed by Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553596 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-26 22:05:16 +00:00 |
|
Ivan Mitic
|
53bc888f0b
|
HADOOP-10090. Jobtracker metrics not updated properly after execution of a mapreduce job. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553561 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-26 19:42:24 +00:00 |
|
Karthik Kambatla
|
d841a0f474
|
YARN-1172. Convert SecretManagers in RM to services (Tsuyoshi OZAWA via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553431 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-26 00:21:56 +00:00 |
|
Chris Nauroth
|
150440c607
|
HADOOP-10175. Har files system authority should preserve userinfo. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553169 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 18:33:19 +00:00 |
|
Jing Zhao
|
e8de319789
|
HDFS-5690. DataNode fails to start in secure mode when dfs.http.policy equals to HTTP_ONLY. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553167 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 18:23:43 +00:00 |
|
Karthik Kambatla
|
624703ed7b
|
YARN-1028. Addendum patch. Added FailoverProxyProvider capability to ResourceManager to help with RM failover.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552920 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-21 16:29:10 +00:00 |
|
Colin McCabe
|
b9ae3087c0
|
HDFS-5636. Enforce a max TTL per cache pool (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552841 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 23:27:20 +00:00 |
|
Arpit Agarwal
|
86e5db39ba
|
HDFS-2933. Fix incorrect target version in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552837 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 23:02:04 +00:00 |
|
Jing Zhao
|
71b4903ea4
|
HADOOP-10169. Remove the unnecessary synchronized in JvmMetrics class. Contributed by Liang Xie.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552820 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 22:06:48 +00:00 |
|
Sanford Ryza
|
04dac63695
|
MAPREDUCE-5550. Task Status message (reporter.setStatus) not shown in UI with Hadoop 2.0 (Gera Shegalov via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552808 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 21:00:25 +00:00 |
|
Suresh Srinivas
|
17a3d72d3b
|
HDFS-5691. Fix typo in ShortCircuitLocalRead document. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552802 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 20:07:46 +00:00 |
|
Sanford Ryza
|
1b9b956924
|
MAPREDUCE-5692. Add explicit diagnostics when a task attempt is killed due to speculative execution (Gera Shegalov via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552797 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 19:53:59 +00:00 |
|
Jonathan Turner Eagles
|
74689ab7ca
|
YARN-1180. Update capacity scheduler docs to include types on the configs (Chen He via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552788 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 19:22:49 +00:00 |
|
Kihwal Lee
|
04d139e2a0
|
HDFS-5681. renewLease should not hold fsn write lock. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552711 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 16:05:03 +00:00 |
|
Owen O'Malley
|
7730629164
|
HADOOP-10141. Create KeyProvider API to separate encryption key storage
from the applications. (omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552462 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 00:25:42 +00:00 |
|
Andrew Wang
|
c7153e182a
|
HDFS-5679. TestCacheDirectives should handle the case where native code is not available. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552461 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 00:00:45 +00:00 |
|
Daryn Sharp
|
011a7b210d
|
HADOOP-10172. Cache SASL server factories (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552389 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 18:21:33 +00:00 |
|
Junping Du
|
42e7446add
|
HDFS-5540. Fix intermittent failure in TestBlocksWithNotEnoughRacks. (Binglin Chang via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552256 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 09:21:19 +00:00 |
|
Michael Stack
|
d4e1081566
|
HDFS-5663 make the retry time and interval value configurable in openInfo()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552237 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 06:15:09 +00:00 |
|
Michael Stack
|
b0947f9305
|
HDFS-5663 make the retry time and interval value configurable in openInfo()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552232 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 05:21:46 +00:00 |
|
Vinod Kumar Vavilapalli
|
93907baa0b
|
YARN-1307. Redesign znode structure for Zookeeper based RM state-store for better organization and scalability. Contributed by Tsuyoshi OZAWA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552209 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 02:33:05 +00:00 |
|
Jing Zhao
|
a9d80ae59d
|
HDFS-5661. Browsing FileSystem via web ui, should use datanode's fqdn instead of ip address. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552177 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 00:27:16 +00:00 |
|
Christopher Douglas
|
e07f3c87cd
|
YARN-1471. Preserve scheduler typeinfo in simulator to work with resource monitors.
Contributed by Carlo Curino.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552173 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 00:07:59 +00:00 |
|
Colin McCabe
|
90122f25e1
|
HDFS-5676. fix inconsistent synchronization of CachingStrategy (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552162 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 23:29:05 +00:00 |
|
Brandon Li
|
fc966461e0
|
HDFS-5662. Can't decommission a DataNode due to file's replication factor larger than the rest of the cluster size. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552131 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 22:26:33 +00:00 |
|
Robert Joseph Evans
|
c9d74139bc
|
HADOOP-10164. Allow UGI to login with a known Subject (bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552104 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 21:20:56 +00:00 |
|
Vinod Kumar Vavilapalli
|
9184c4d179
|
MAPREDUCE-5687. Correcting the previous commit by ushing the right patch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552069 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 19:27:43 +00:00 |
|
Jonathan Turner Eagles
|
a5ec6df324
|
HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 17:02:58 +00:00 |
|
Steve Loughran
|
af367d1409
|
HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551916 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 11:16:57 +00:00 |
|
Tsz-wo Sze
|
504bd0bca3
|
HDFS-5674. Editlog code cleanup: remove @SuppressWarnings("deprecation") in FSEditLogOp; change FSEditLogOpCodes.fromByte(..) to be more efficient; and change Some fields in FSEditLog to final.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551812 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 02:46:00 +00:00 |
|
Vinod Kumar Vavilapalli
|
d52bfdef95
|
MAPREDUCE-5687. Fixed failure in TestYARNRunner caused by YARN-1446. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 00:13:58 +00:00 |
|
Christopher Douglas
|
9ca394d54d
|
MAPREDUCE-5189. Add policies and wiring to respond to preemption requests
from YARN. Contributed by Carlo Curino.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551748 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 22:54:31 +00:00 |
|
Vinod Kumar Vavilapalli
|
ca125153b3
|
YARN-1028. Added FailoverProxyProvider capability to ResourceManager to help with RM failover. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551739 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 22:32:38 +00:00 |
|
Christopher Douglas
|
9218b4aec1
|
MAPREDUCE-5197. Add a service for checkpointing task state.
Contributed by Carlo Curino
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551726 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 21:37:25 +00:00 |
|
Jing Zhao
|
7f53e90fd1
|
Move HDFS-5538, HDFS-5545, HDFS-5536, HDFS-5312, and HDFS-5629 from trunk to 2.4.0 section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551724 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 21:36:30 +00:00 |
|
Colin McCabe
|
124e507674
|
HDFS-5634. Allow BlockReaderLocal to switch between checksumming and not (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551701 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 20:57:00 +00:00 |
|
Brandon Li
|
5792d59da3
|
HDFS-5657. race condition causes writeback state error in NFS gateway. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551691 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 20:40:15 +00:00 |
|
Colin McCabe
|
991c453ca3
|
HDFS-5431. Support cachepool-based limit management in path-based caching. (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551651 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 18:47:04 +00:00 |
|
Suresh Srinivas
|
926a86780d
|
HADOOP-10168. fix javadoc of ReflectionUtils#copy. Contributed by Thejas Nair.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551646 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 18:18:15 +00:00 |
|
Jason Darrell Lowe
|
44429c4bb3
|
MAPREDUCE-5679. TestJobHistoryParsing has race condition. Contributed by Liyin Liang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551616 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 16:45:23 +00:00 |
|
Vinod Kumar Vavilapalli
|
b774d7b3de
|
YARN-1446. Changed client API to retry killing application till RM acknowledges so as to account for RM crashes/failover. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551444 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 02:16:20 +00:00 |
|
Karthik Kambatla
|
a6754bbb81
|
YARN-1451. TestResourceManager relies on the scheduler assigning multiple containers in a single node update. (Sandy Ryza via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551440 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 01:47:23 +00:00 |
|
Andrew Wang
|
0fc2929d13
|
HDFS-5350. Name Node should report fsimage transfer time as a metric. Contributed by Jimmy Xiang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551415 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 00:30:06 +00:00 |
|
Vinod Kumar Vavilapalli
|
49ad07af97
|
YARN-312. Introduced ResourceManagerAdministrationProtocol changes to support changing resources on node. Contributed by Junping Du.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551403 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 23:36:16 +00:00 |
|
Hitesh Shah
|
0d7b6dfa97
|
Fix CHANGES.txt for HADOOP-8753. Moved entry to correct 2.4.0 section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551374 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 22:10:26 +00:00 |
|
Jing Zhao
|
763f073f41
|
HADOOP-10106. Incorrect thread name in RPC log messages. Contributed by Ming Ma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551369 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 21:57:47 +00:00 |
|