История коммитов

Автор SHA1 Сообщение Дата
  Christopher Douglas a06dccfcfa HADOOP-5042. Add a cleanup stage to log rollover in Chukwa appender. Contributed by Jerome Boulon. 16 лет назад
  Hemanth Yamijala aa5166cb57 HADOOP-2898. Provide an option to specify a port range for Hadoop services provisioned by HOD. Contributed by Peeyush Bishnoi. 16 лет назад
  Devaraj Das a931e323eb HADOOP-4191. Replacing the TestJobHistory.java file. I had committed a wrong version of the file in my earlier commit. 16 лет назад
  Devaraj Das 29701d37b7 HADOOP-4191. Adds a testcase for JobHistory. Contributed by Ravi Gummadi. 16 лет назад
  Devaraj Das 510d59dc17 HADOOP-5278. Fixes a problem to do with logging the finish time of a task during recovery (after a JobTracker restart). Contributed by Amar Kamat. 16 лет назад
  Devaraj Das 17a4c88f93 HADOOP-5276. Fixes a problem to do with updating the start time of a task when the tracker that ran the task is lost. Contributed by Amar Kamat. 16 лет назад
  Devaraj Das da6fd691d1 HADOOP-5272. Fixes a problem to do with detecting whether an attempt is the first attempt of a Task. This affects JobTracker restart. Contributed by Amar Kamat. 16 лет назад
  Doug Cutting e125d14274 HADOOP-5240. Skip re-building javadoc when it is already up-to-date. Contributed by Aaron Kimball. 16 лет назад
  Tsz-wo Sze 6af2a9bf43 HADOOP-5300. Fix ant javadoc-dev target and the typo in the class name NameNodeActivtyMBean. (szetszwo) 16 лет назад
  Devaraj Das 67de265e01 HADOOP-5280. Adds a check to prevent a task state transition from FAILED to any of UNASSIGNED, RUNNING, COMMIT_PENDING or SUCCEEDED. Contributed by Devaraj Das. 16 лет назад
  Devaraj Das ee99d5cd93 HADOOP-4744. Workaround for jetty6 returning -1 when getLocalPort is invoked on the connector. The workaround patch takes the most conservative approach of killing the server process whenever this is true. Contributed by Devaraj Das. 16 лет назад
  Enis Soztutar 4df14f7290 HADOOP-5142. Fix MapWritable#putAll to store key/value classes. Contributed by Doğacan Güney. 16 лет назад
  Devaraj Das 531fecc4e9 HADOOP-5241. Fixes a bug in disk-space resource estimation. Makes the estimation formula linear where blowUp = Total-Output/Total-Input. Contributed by Sharad Agarwal. 16 лет назад
  Devaraj Das 1dd9fd71cf HADOOP-5219. Adds a new property io.seqfile.local.dir for use by SequenceFile, which earlier used mapred.local.dir. Contributed by Sharad Agarwal. 16 лет назад
  Devaraj Das 86813f49a0 HADOOP-5103. FileInputFormat now reuses the clusterMap network topology object and that brings down the log messages in the JobClient to do with NetworkTopology.add significantly. Contributed by Jothi Padmanabhan. 16 лет назад
  Devaraj Das 2b6399d370 HADOOP-4927. Adds a generic wrapper around outputformat to allow creation of output on demand. Contributed by Jothi Padmanabhan. 16 лет назад
  Devaraj Das 9f779aace3 HADOOP-5285. Adding a file that I missed in my earlier commit. 16 лет назад
  Devaraj Das c8ec07814d HADOOP-5285. Fixes the issues - (1) obtainTaskCleanupTask checks whether job is inited before trying to lock the JobInProgress (2) Moves the CleanupQueue class outside the TaskTracker and makes it a generic class that is used by the JobTracker also for deleting the paths on the job's output fs. (3) Moves the references to completedJobStore outside the block where the JobTracker is locked. Contributed by Devaraj Das. 16 лет назад
  Lohit Vijaya Renu dde6a00ada HADOOP-5292. Fix NPE in KFS::getBlockLocations. (Sriram Rao via lohit) 16 лет назад
  Christopher Douglas 13abf96158 HADOOP-5052. Add an example computing exact digits of pi using the 16 лет назад
  Christopher Douglas 8474406e7c HADOOP-5222. Add offset to datanode clienttrace. Contributed by Lei Xu 16 лет назад
  Tsz-wo Sze ccbdb60d02 HADOOP-5120. Remove the use of FSNamesystem.getFSNamesystem() from UpgradeManagerNamenode and UpgradeObjectNamenode. (szetszwo) 16 лет назад
  Nigel Daley efbdf8acc1 HADOOP-5275. Add ivy directory and files to built tar. Contributed by Giridharan Kesavan 16 лет назад
  Hemanth Yamijala 0d296a882d HADOOP-5282. Fixed job history logs for task attempts that are failed by the JobTracker, say due to lost task trackers. Contributed by Amar Kamat. 16 лет назад
  Devaraj Das d1bd7b37b9 HADOOP-5247. Introduces a broadcast of KillJobAction to all trackers when a job finishes. This fixes a bunch of problems to do with NPE when a completed job is not in memory and a tasktracker comes to the jobtracker with a status report of a task belonging to that job. Contributed by Amar Kamat. 16 лет назад
  Devaraj Das a468abc52d HADOOP-5233. Addresses the three issues - Race condition in updating status, NPE in TaskTracker task localization when the conf file is missing (HADOOP-5234) and NPE in handling KillTaskAction of a cleanup task (HADOOP-5235). Contributed by Amareshwari Sriramadasu. 16 лет назад
  Hemanth Yamijala 6bea058714 HADOOP-5214. Fixes a ConcurrentModificationException while the Fairshare Scheduler accesses the tasktrackers stored by the JobTracker. Contributed by Rahul Kumar Singh. 16 лет назад
  Devaraj Das 8a1853a038 HADOOP-5269. Fixes a problem to do with tasktracker holding on to FAILED_UNCLEAN or KILLED_UNCLEAN tasks forever. Contributed by Amareshwari Sriramadasu. 16 лет назад
  Christopher Douglas bb56687819 HADOOP-5255. Fix use of Math.abs to avoid overflow. Contributed by Jonathan Ellis. 16 лет назад
  Hairong Kuang 27ab9b66d2 HADOOP-4692. NameNode in infinite loop for replicating/deleting corrupt blocks. Constributed by Hairong Kuang. 16 лет назад