Todd Lipcon
|
1ab31b1715
|
HDFS-3019. Fix silent failure of TestEditLogJournalFailures. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1294772 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 18:38:40 +00:00 |
|
Aaron Myers
|
375c6b8f2e
|
Merge trunk into HA branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1294762 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 18:33:41 +00:00 |
|
Alejandro Abdelnur
|
e43656c711
|
HADOOP-8098. KerberosAuthenticatorHandler should use _HOST replacement to resolve principal name (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294757 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 18:26:53 +00:00 |
|
Todd Lipcon
|
7decf112c0
|
HDFS-3024. Improve performance of stringification in addStoredBlock. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294754 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 18:04:13 +00:00 |
|
Robert Joseph Evans
|
ab29f5c5f9
|
MAPREDUCE-3790 Broken pipe on streaming job can lead to truncated output for a successful job (Jason Lowe via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294750 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 17:50:38 +00:00 |
|
Robert Joseph Evans
|
858c6d2b1f
|
MAPREDUCE-3790 Broken pipe on streaming job can lead to truncated output for a successful job (Jason Lowe via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294743 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 17:43:08 +00:00 |
|
Aaron Myers
|
dcd2056e46
|
HADOOP-8116. RetriableCommand is using RetryPolicy incorrectly after HADOOP-7896. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1294729 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 16:51:55 +00:00 |
|
Jitendra Nath Pandey
|
4775adf036
|
HADOOP-8078. Add capability to turn on security in unit tests. Contributed by Jaimin Jetly.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294478 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 06:19:29 +00:00 |
|
Vinod Kumar Vavilapalli
|
cfe214220f
|
MAPREDUCE-3922. Fixed build to not compile 32bit container-executor binary by default on all platforms. Contributed by Hitesh Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294446 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 02:35:37 +00:00 |
|
Aaron Myers
|
586bd479cb
|
Merge trunk into HA branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1294445 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 02:21:42 +00:00 |
|
Vinod Kumar Vavilapalli
|
165cd626c5
|
MAPREDUCE-2855. Passing a cached class-loader to ResourceBundle creator to minimize counter names lookup time. Contributed by Siddarth Seth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294436 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 01:24:35 +00:00 |
|
Tsz-wo Sze
|
12b3ce7205
|
Move entries to 0.23.3 in CHANGES.txt for the 0.23-PB merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294431 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 01:10:53 +00:00 |
|
Todd Lipcon
|
da9aa34bec
|
HDFS-3013. HA: NameNode format doesn't pick up dfs.namenode.name.dir.NameServiceId configuration. Contributed by Mingjie Lai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1294425 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 00:43:54 +00:00 |
|
Vinod Kumar Vavilapalli
|
7475e836dc
|
MAPREDUCE-3901. Modified JobHistory records in YARN to lazily load job and task reports so as to improve UI response times. Contributed by Siddarth Seth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294417 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 00:32:19 +00:00 |
|
Tsz-wo Sze
|
7144c91c53
|
Move entries to 0.23.3 in CHANGES.txt for the 0.23-PB merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294336 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 21:30:05 +00:00 |
|
Tsz-wo Sze
|
dee6ca3d41
|
Move entries to 0.23.3 in CHANGES.txt for the 0.23-PB merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294323 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 21:01:06 +00:00 |
|
Jitendra Nath Pandey
|
da2e4496d8
|
HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294293 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 19:29:16 +00:00 |
|
Aaron Myers
|
5fd47e77ab
|
Merge trunk into HA branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1294255 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 18:13:19 +00:00 |
|
Steve Loughran
|
008cf6a11d
|
MAPREDUCE-3909
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294219 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 16:53:06 +00:00 |
|
Steve Loughran
|
acf8e6f1b5
|
trailing whitespace on end of title lines
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294216 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 16:51:11 +00:00 |
|
Thomas Graves
|
d6170f00b1
|
MAPREDUCE-3913. RM application webpage is unresponsive after 2000 jobs (Jason Lowe via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294207 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 16:44:05 +00:00 |
|
Vinod Kumar Vavilapalli
|
f071323343
|
MAPREDUCE-3686. Fixed two bugs in Counters because of which web app displays zero counter values for framework counters. Contributed by Bhallamudi Venkata Siva Kamesh.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293775 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-26 08:32:30 +00:00 |
|
Vinod Kumar Vavilapalli
|
f3cc891148
|
MAPREDUCE-3910. Fixed a bug in CapacityScheduler LeafQueue which was causing app-submission to fail. Contributed by John George.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293750 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-26 06:49:21 +00:00 |
|
Aaron Myers
|
ae9014ef6a
|
Merge trunk into HA branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1293742 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-26 04:57:17 +00:00 |
|
Aaron Myers
|
b57260f848
|
HDFS-2978. The NameNode should expose name dir statuses via JMX. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293707 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-25 22:14:53 +00:00 |
|
Vinod Kumar Vavilapalli
|
d83672d71c
|
MAPREDUCE-2793. Reneabling commented out test from previous comment.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293521 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-25 02:30:55 +00:00 |
|
Vinod Kumar Vavilapalli
|
7a082ec2bd
|
MAPREDUCE-2793. Corrected AppIDs, JobIDs, TaskAttemptIDs to be of correct format on the web pages. Contributed by Bikas Saha.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293517 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-25 02:03:59 +00:00 |
|
Arun Murthy
|
1de3fa8653
|
Preparing for 0.23.3 release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293506 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-25 01:37:07 +00:00 |
|
Tsz-wo Sze
|
dacbeb5f67
|
HDFS-3006. In WebHDFS, when the return body is empty, set the Content-Type to application/octet-stream instead of application/json.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293487 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-25 00:15:37 +00:00 |
|
Todd Lipcon
|
481f84597b
|
HDFS-2904. Client support for getting delegation tokens. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1293486 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-25 00:03:26 +00:00 |
|
Suresh Srinivas
|
5293e5d1c5
|
HDFS-3002. TestNameNodeMetrics need not wait for metrics update. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293482 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 23:52:20 +00:00 |
|
Robert Joseph Evans
|
4e64d7b447
|
MAPREDUCE-3918 proc_historyserver no longer in command line arguments for HistoryServer (Jon Eagles via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293469 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 23:00:17 +00:00 |
|
Thomas Graves
|
582b97c3e7
|
MAPREDUCE-3904. Job history produced with mapreduce.cluster.acls.enabled false can not be viewed with mapreduce.cluster.acls.enabled true (Jonathon Eagles via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293456 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 22:30:47 +00:00 |
|
Vinod Kumar Vavilapalli
|
c0572656ce
|
MAPREDUCE-3730. Modified RM to allow restarted NMs to be able to join the cluster without waiting for expiry. Contributed by Jason Lowe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293436 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 21:39:31 +00:00 |
|
Vinod Kumar Vavilapalli
|
969b3809e4
|
MAPREDUCE-3866. Fixed the bin/yarn script to not print the command line unnecessarily. (vinodkv)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293425 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 21:21:20 +00:00 |
|
Eli Collins
|
78f22bc525
|
HDFS-3008. Negative caching of local addrs doesn't work. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293419 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 21:14:04 +00:00 |
|
Suresh Srinivas
|
0e79131981
|
HDFS-3009. Remove duplicate code in DFSClient#isLocalAddress by using NetUtils. Contributed by Hari Mankude.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293390 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 19:29:41 +00:00 |
|
Aaron Myers
|
62c7e2edfc
|
HDFS-3003. Remove getHostPortString() from NameNode, replace it with NetUtils.getHostPortString(). Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293338 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 17:03:17 +00:00 |
|
Aaron Myers
|
328702891e
|
Merge trunk into HA branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1293279 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 14:49:38 +00:00 |
|
Jitendra Nath Pandey
|
584a1ca1f7
|
HADOOP-8108. Move method getHostPortString() from NameNode to NetUtils. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293128 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 08:16:40 +00:00 |
|
Suresh Srinivas
|
22d5944c42
|
HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293071 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 04:05:39 +00:00 |
|
Siddharth Seth
|
6112940841
|
MAPREDUCE 3738. NM can hang during shutdown if AppLogAggregatorImpl thread dies unexpectedly. (Contributed by Jason Lowe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1293060 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 02:12:06 +00:00 |
|
Aaron Myers
|
f3026e1085
|
Merge trunk into HA branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1292838 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 16:06:53 +00:00 |
|
Thomas Graves
|
81f5c5933d
|
MAPREDUCE-3878. Null user on filtered jobhistory job page (Jonathon Eagles via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1292831 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 15:50:53 +00:00 |
|
Amar Kamat
|
8a2073cc61
|
MAPREDUCE-3787. [Gridmix] Optimize job monitoring and STRESS mode for faster job submission. (amarrk)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1292736 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 10:41:07 +00:00 |
|
Eli Collins
|
2e9b8df963
|
HDFS-2993. HA: BackupNode#checkOperation should permit CHECKPOINT operations. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1292688 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 07:58:33 +00:00 |
|
Tsz-wo Sze
|
f11b0788df
|
HDFS-2981. In hdfs-default.xml, the default value of dfs.client.block.write.replace-datanode-on-failure.enable should be true.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1292626 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 02:27:07 +00:00 |
|
Tsz-wo Sze
|
af70addc94
|
Move HDFS-2944 entry to 0.23 in CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1292624 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 02:23:46 +00:00 |
|
Eli Collins
|
8db31c5972
|
HDFS-2922. HA: close out operation categories. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1292620 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 02:08:54 +00:00 |
|
Todd Lipcon
|
90a14f89e1
|
HDFS-2973. Re-enable NO_ACK optimization for block deletion. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1292611 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 01:25:14 +00:00 |
|