- 06 May, 2013 3 commits
-
-
Matthew Foley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/tags/release-1.2.0-rc1@1479474 13f79535-47bb-0310-9956-ffa450edef68
-
Matthew Foley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1479473 13f79535-47bb-0310-9956-ffa450edef68
-
Matthew Foley authored
corrections in CHANGES.txt as result of comparing jira and CHANGES records before release of 1.2.0 rc git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1479466 13f79535-47bb-0310-9956-ffa450edef68
-
- 03 May, 2013 1 commit
-
-
Tsz-wo Sze authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478999 13f79535-47bb-0310-9956-ffa450edef68
-
- 02 May, 2013 4 commits
-
-
Tsz-wo Sze authored
svn merge -c 1478524 from branch-1 for HADOOP-9543. TestFsShellReturnCode may fail if the hardcoded user "admin" is not a valid user in the loacl OS. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478525 13f79535-47bb-0310-9956-ffa450edef68
-
Tsz-wo Sze authored
svn merge -c 1478517 from branch-1 for HDFS-4774. Backport HDFS-4525: Provide an API for knowing whether a file is closed. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478518 13f79535-47bb-0310-9956-ffa450edef68
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478437 13f79535-47bb-0310-9956-ffa450edef68
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478432 13f79535-47bb-0310-9956-ffa450edef68
-
- 01 May, 2013 4 commits
-
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478229 13f79535-47bb-0310-9956-ffa450edef68
-
Owen O'Malley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1478113 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1477900 from branch-1 to branch-1.2 to fix MAPREDUCE-5154. Ensure job delegation token renewal is cancelled after job staging directory is deleted. Contributed by Sandy Ryza & Arun C. Murthy. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1477901 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1477897 from branch-1 to branch-1.2 to fix MAPREDUCE-5198. Fix a race condition during TaskTracker re-init which was causing failures since task directories were being cleaned up in multiple threads. Contributed by Arpit Gupta. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1477898 13f79535-47bb-0310-9956-ffa450edef68
-
- 30 Apr, 2013 1 commit
-
-
Tsz-wo Sze authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1477770 13f79535-47bb-0310-9956-ffa450edef68
-
- 27 Apr, 2013 1 commit
-
-
Arun Murthy authored
Merge -c 1476463 from branch-1 to branch-1.2 to fix MAPREDUCE-5158. Cleanup job-submission related files on HDFS during JobTracker restart for jobs which set mapreduce.job.restart.recover to false to indicate they don't want to be recovered. Contributed by Mayank Bansal. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1476464 13f79535-47bb-0310-9956-ffa450edef68
-
- 24 Apr, 2013 6 commits
-
-
Tsz-wo Sze authored
svn merge -c 1471747 from branch-1 for HADOOP-9502. chmod/chown do not return error exit codes for some exceptions. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471749 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471685 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1471644 from branch-1 to branch-1.2 to fix HADOOP-9458. Fix RPC.getProxy to ensure it uses retries for getProtocolVersion too. Contributed by Tsz Wo Sze. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471646 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1471635 from branch-1 to branch-1.2 to fix MAPREDUCE-5166. Fix ConcurrentModificationException due to insufficient synchronization on updates to task Counters. Contributed by Sandy Ryza. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471637 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1471563 from branch-1 to branch-1.2 to fix MAPREDUCE-5169. Fixed JobTracker recovery to ensure both job-info and jobToken file are saved correctly to prevent race-condition between job submission and initialization. Contributed by Arun C. Murthy git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471565 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1471559 from branch-1 to branch-1.2 to fix MAPREDUCE-4737. Ensure that mapreduce APIs are semantically consistent with mapred API w.r.t Mapper.cleanup and Reducer.cleanup; in the sense that cleanup is now called even if there is an error. The old mapred API already ensures that Mapper.close and Reducer.close are invoked during error handling. Note that it is an incompatible change, however end-users can override Mapper.run and Reducer.run to get the old (inconsistent) behaviour. Contributed by Arun C. Murthy. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471560 13f79535-47bb-0310-9956-ffa450edef68
-
- 23 Apr, 2013 1 commit
-
-
Tsz-wo Sze authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1471080 13f79535-47bb-0310-9956-ffa450edef68
-
- 22 Apr, 2013 1 commit
-
-
Tsz-wo Sze authored
svn merge -c 1470660 from branch-1 for HDFS-4715. Backport HDFS-3577, HDFS-3318 and HDFS-3788: fix some WebHDFS performance issues. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1470661 13f79535-47bb-0310-9956-ffa450edef68
-
- 20 Apr, 2013 1 commit
-
-
Arun Murthy authored
Merge -c 1470218 from branch-1 to branch-1.2 to fix MAPREDUCE-5066. Added a timeout for the job.end.notification.url. Contributed by Ivan Mitic. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1470219 13f79535-47bb-0310-9956-ffa450edef68
-
- 17 Apr, 2013 2 commits
-
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1468901 13f79535-47bb-0310-9956-ffa450edef68
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1468699 13f79535-47bb-0310-9956-ffa450edef68
-
- 16 Apr, 2013 3 commits
-
-
Matthew Foley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1468339 13f79535-47bb-0310-9956-ffa450edef68
-
Matthew Foley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1468337 13f79535-47bb-0310-9956-ffa450edef68
-
Matthew Foley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1468336 13f79535-47bb-0310-9956-ffa450edef68
-
- 13 Apr, 2013 1 commit
-
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1467701 13f79535-47bb-0310-9956-ffa450edef68
-
- 10 Apr, 2013 2 commits
-
-
Luke Lu authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1466386 13f79535-47bb-0310-9956-ffa450edef68
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1466323 13f79535-47bb-0310-9956-ffa450edef68
-
- 06 Apr, 2013 2 commits
-
-
Arun Murthy authored
Merge -c 1465173 from branch-1 to branch-1.2 to fix MAPREDUCE-5129. Allow tags to JobHistory for deeper analytics. Contributed by Billie Rinaldi. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1465192 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1465171 from branch-1 to branch-1.2 to fix MAPREDUCE-5131. Fix handling of job monitoring APIs during JobTracker restart. Contributed by Arun C. Murthy. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1465173 13f79535-47bb-0310-9956-ffa450edef68
-
- 05 Apr, 2013 1 commit
-
-
Arun Murthy authored
Merge -c 1464947 from branch-1 to branch-1.2 to fix MAPREDUCE-4824. Provide a mechanism for jobs to indicate they should not be recovered on JobTracker restart. Contributed by Tom White and Arun C. Murthy. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1464949 13f79535-47bb-0310-9956-ffa450edef68
-
- 04 Apr, 2013 3 commits
-
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1464783 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1464514 from branch-1 to branch-1.2 to fix MAPREDUCE-4463. Fix job recovery failures which were caused by HDFS permission issues since the token file was being read as the user who submitted the job rather than JobTracker user. Contributed by Tom White & Arun C Murthy. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1464518 13f79535-47bb-0310-9956-ffa450edef68
-
Luke Lu authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1464299 13f79535-47bb-0310-9956-ffa450edef68
-
- 31 Mar, 2013 2 commits
-
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1462879 13f79535-47bb-0310-9956-ffa450edef68
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1462877 13f79535-47bb-0310-9956-ffa450edef68
-
- 28 Mar, 2013 1 commit
-
-
Tsz-wo Sze authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2@1461953 13f79535-47bb-0310-9956-ffa450edef68
-