source: proiecte/HadoopJUnit/hadoop-0.20.1/contrib/hod/CHANGES.txt @ 173

Last change on this file since 173 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 7.7 KB
Line 
1HOD Change Log
2
3Release 0.20.0 - (unreleased changes)
4
5  INCOMPATIBLE CHANGES
6
7  NEW FEATURES
8
9  IMPROVEMENTS
10
11    HADOOP-4705. Grant read permissions for files/directories
12    created by HOD. (Peeyush Bishnoi via yhemanth)
13
14    HADOOP-4937. Include ringmaster RPC port in the notes
15    attribute. (Peeyush Bishnoi via yhemanth)
16
17  OPTIMIZATIONS
18
19  BUG FIXES
20
21    HADOOP-4782. Revert umask changes in HADOOP-4705 so that
22    files are still securely created. (Peeyush Bishnoi via
23    yhemanth)
24
25Release 0.19.0 - 2008-11-18
26
27  INCOMPATIBLE CHANGES
28
29  NEW FEATURES
30
31    HADOOP-3695. Provide an ability to start multiple workers per node.
32    (Vinod Kumar Vavilapalli via yhemanth)
33
34  IMPROVEMENTS
35
36  OPTIMIZATIONS
37
38  BUG FIXES
39
40    HADOOP-3959. Pass options specified in resource_manager.options to
41    job submission.
42    (Craig Macdonald and Vinod Kumar Vavilapalli via yhemanth)
43
44    HADOOP-3814. Remove generation of dfs.client.buffer.dir for the generated
45    hadoop-site.xml. (Vinod Kumar Vavilapalli via acmurthy)
46
47Release 0.18.2 - Unreleased
48
49  BUG FIXES
50
51    HADOOP-3786. Use HDFS instead of DFS in all docs and hyperlink to Torque.
52    (Vinod Kumar Vavilapalli via acmurthy)
53
54Release 0.18.1 - 2008-09-17
55
56  INCOMPATIBLE CHANGES
57
58    HADOOP-4060. Modified HOD to rotate log files on the client side.
59    (Vinod Kumar Vavilapalli via yhemanth)
60
61  IMPROVEMENTS
62
63    HADOOP-4145. Add an accounting plugin (script) for HOD.
64    (Hemanth Yamijala via nigel)
65
66  BUG FIXES
67
68    HADOOP-4161. Fixed bug in HOD cleanup that had the potential to
69    hang clients. (Vinod Kumar Vavilapalli via nigel)
70
71Release 0.18.0 - 2008-08-19
72
73  INCOMPATIBLE CHANGES
74
75    HADOOP-3483. Modified HOD to create a cluster directory if one does not
76    exist and to auto-deallocate a cluster while reallocating it, if it is
77    already dead. (Hemanth Yamijala via mukund)
78
79    HADOOP-3184. Modified HOD to handle master failures on bad nodes by trying
80    to bring them up on another node in the ring. (Hemanth Yamijala via ddas)
81
82    HADOOP-3610. Modified HOD to create cluster directory if one does not
83    exist when using the script option. (Vinod Kumar Vavilapalli via yhemanth)
84
85    HADOOP-3808. Modified HOD to include RPC port of the JobTracker
86    into the notes attribute of the resource manager. (yhemanth)
87
88  NEW FEATURES
89
90  IMPROVEMENTS
91
92    HADOOP-3376: Provide a mechanism to detect and handle violations to
93    resource manager limits. (Vinod Kumar Vavilapalli via ddas)
94
95    HADOOP-3151. Improves error messages when reporting failures due to
96    incorrect parameters passed to HOD. (Vinod Kumar Vavilapalli via ddas)
97
98    HADOOP-3464. Implemented a mechanism to transfer HOD errors that occur on
99    compute nodes to the submit node running the HOD client, so users have good
100    feedback on why an allocation failed. (Vinod Kumar Vavilapalli via mukund)
101
102    HADOOP-3505. Updated HOD documentation with changes made for Hadoop
103    0.18. (Vinod Kumar Vavilapalli via yhemanth)
104 
105  BUG FIXES
106
107    HADOOP-2961. Avoids unnecessary checks for some configuration parameters
108    related to service configuration. (Vinod Kumar Vavilapalli via ddas)
109
110    HADOOP-3523. Fixes auto-deallocation of cluster if job id is not found in
111    Torque's job list (Hemanth Yamijala via ddas)
112
113    HADOOP-3531. Fixes a bug related to handling JobTracker failures because of
114    timing issues on slow nodes. (Hemanth Yamijala via ddas)
115
116    HADOOP-3564. HOD generates values for the parameter dfs.datanode.ipc.address
117    in the hadoop-site.xml created on datanodes.
118    (Vinod Kumar Vavilapalli via ddas)
119
120    HADOOP-3076. Fixes a bug related to a spurious message about the
121    script.exitcode file when a cluster directory is specified as a relative
122    path. (Vinod Kumar Vavilapalli via yhemanth)
123
124    HADOOP-3668. Makes editorial changes to HOD documentation.
125    (Vinod Kumar Vavilapalli via yhemanth)
126
127    HADOOP-3703. Fixes logcondense.py to use the new format of hadoop dfs -lsr
128    command line output format. (Vinod Kumar Vavilapalli via yhemanth)
129
130Release 0.17.3 - Unreleased
131
132  BUG FIXES
133
134    HADOOP-3217. Decrease the rate at which the hod queries the resource
135    manager for job status. (Hemanth Yamijala via acmurthy)
136
137Release 0.17.0 - 2008-05-18
138
139  INCOMPATIBLE CHANGES
140
141    HADOOP-3137. Modified build script to pick up version automatically
142    from Hadoop build. (yhemanth)
143
144  IMPROVEMENTS
145
146    HADOOP-2775.  Adds unit test framework for HOD.
147    (Vinod Kumar Vavilapalli via ddas).
148
149    HADOOP-2848. [HOD]hod -o list and deallocate works even after deleting
150    the cluster directory. (Hemanth Yamijala via ddas)
151
152    HADOOP-2899. [HOD] Cleans up hdfs:///mapredsystem directory after
153    deallocation. (Hemanth Yamijala via ddas)
154
155    HADOOP-2796. Enables distinguishing exit codes from user code vis-a-vis
156    HOD's exit code. (Hemanth Yamijala via ddas)
157
158    HADOOP-2947. HOD redirects stdout and stderr of daemons to assist
159    getting stack traces. (Vinod Kumar Vavilapalli via yhemanth)
160
161  BUG FIXES
162
163    HADOOP-2924. Fixes an address problem to do with TaskTracker binding
164    to an address. (Vinod Kumar Vavilapalli via ddas)
165
166    HADOOP-2970. Fixes a problem to do with Wrong class definition for
167    hodlib/Hod/hod.py for Python < 2.5.1.
168    (Vinod Kumar Vavilapalli via ddas)
169
170    HADOOP-2783. Fixes a problem to do with import in
171    hod/hodlib/Common/xmlrpc.py. (Vinod Kumar Vavilapalli via ddas)
172
173    HADOOP-2936. Fixes HOD in a way that it generates hdfs://host:port on the
174    client side configs. (Vinod Kumar Vavilapalli via ddas)
175
176    HADOOP-2983. [HOD] Fixes the problem - local_fqdn() returns None when
177    gethostbyname_ex doesnt return any FQDNs. (Craig Macdonald via ddas)
178
179    HADOOP-2982. Fixes a problem in the way HOD looks for free nodes.
180    (Hemanth Yamijala via ddas)
181
182    HADOOP-2855. Fixes the way HOD handles relative paths for cluster
183    directory, script file and other options.
184    (Vinod Kumar Vavilapalli via yhemanth)
185
186    HADOOP-3153. Fixes the way HOD handles allocation if the user has no
187    permissions to update the clusters state file.
188    (Vinod Kumar Vavilapalli via yhemanth)
189
190Release 0.16.4 - 2008-05-05
191
192  BUG FIXES
193
194    HADOOP-3304. [HOD] Fixes the way the logcondense.py utility searches
195    for log files that need to be deleted. (yhemanth via mukund)
196
197Release 0.16.2 - 2008-04-02
198
199  BUG FIXES
200
201    HADOOP-3103. [HOD] Hadoop.tmp.dir should not be set to cluster
202    directory. (Vinod Kumar Vavilapalli via ddas).
203
204Release 0.16.1 - 2008-03-13
205
206  INCOMPATIBLE CHANGES
207
208    HADOOP-2861. Improve the user interface for the HOD commands.
209    Command line structure has changed. (Hemanth Yamijala via nigel)
210
211  IMPROVEMENTS
212
213    HADOOP-2730. HOD documentation update.
214    (Vinod Kumar Vavilapalli via ddas)
215
216    HADOOP-2911. Make the information printed by the HOD allocate and
217    info commands less verbose and clearer. (Vinod Kumar via nigel)
218
219  BUG FIXES
220
221    HADOOP-2766. Enables setting of HADOOP_OPTS env variable for the hadoop
222    daemons through HOD. (Vinod Kumar Vavilapalli via ddas)
223
224    HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
225    (Hemanth Yamijala via nigel)
226
227    HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker
228    becomes unresponsive to RPC calls. (Hemanth Yamijala via nigel)
229
230    HADOOP-2925. Fix HOD to create the mapred system directory using a
231    naming convention that will avoid clashes in multi-user shared
232    cluster scenario. (Hemanth Yamijala via nigel)
233
234Release 0.16.0 - 2008-02-07
235
236  NEW FEATURES
237
238    HADOOP-1301.  Hadoop-On-Demand (HOD): resource management
239    provisioning for Hadoop. (Hemanth Yamijala via nigel)
240
241  BUG FIXES
242
243    HADOOP-2720. Jumbo bug fix patch to HOD.  Final sync of Apache SVN with
244    internal Yahoo SVN.  (Hemanth Yamijala via nigel)
245
246    HADOOP-2740. Fix HOD to work with the configuration variables changed in
247    HADOOP-2404. (Hemanth Yamijala via omalley)
248
Note: See TracBrowser for help on using the repository browser.