Doug Cutting
|
510f87ef59
Fix HADOOP-36. Scripts now source conf/hadoop-env.sh, to faciliate setting of environment variables, even on remote hosts. The default slaves file has move from ~/.slaves to conf/slaves.
|
19 anni fa |
Doug Cutting
|
7d9ac1edb9
Fix HADOOP-38: Add FileSystem.getBlockSize() method and use it as the maximum split size. Also change FileSystem to implement Configurable, and improve some javadoc, using inherited comments where possible and removing implementation details from public javadoc.
|
19 anni fa |
Doug Cutting
|
2f5f4afbee
Move Closeable interface to io package, since it is of general utility, and to prepare for JDK 1.5.
|
19 anni fa |
Michael John Cafarella
|
5f7ab15543
|
19 anni fa |
Doug Cutting
|
9458a936ef
HADOOP-37: Add ClusterStatus. Contributed by Owen O'Malley.
|
19 anni fa |
Doug Cutting
|
eb63a23309
Fix for HADOOP-34: make build paths relative to location of build.xml, not PWD. Contributed by Jeremy Bensley.
|
19 anni fa |
Michael John Cafarella
|
3cd90e4671
|
19 anni fa |
Doug Cutting
|
0b400e8baf
Bundle webapps into jar.
|
19 anni fa |
Doug Cutting
|
c544fb6c2a
Fix HADOOP-30: add -lsr and -cat commands to DFSShell. Contributed by Michel Tourn.
|
19 anni fa |
Doug Cutting
|
1cc6967c39
Further improvements from Bryan A. Pendleton.
|
19 anni fa |
Doug Cutting
|
0769a57782
Make compatible with JDK 1.4.
|
19 anni fa |
Doug Cutting
|
6a533c06ff
Fix for HADOOP-12. The JobTracker now loads the InputFormat from the job's jar file.
|
19 anni fa |
Doug Cutting
|
6d269c5b0c
Keep 'unzip' from prompting when overwriting (e.g., when archive
|
19 anni fa |
Doug Cutting
|
100acbfd9c
Add an easy way to specify a job's jar, by naming a class in the jar.
|
19 anni fa |
Doug Cutting
|
05c6226a0d
Stop using deprecated 'jspc' ant task and instead call jasper directly. Also rename webapp files to align with package name.
|
19 anni fa |
Doug Cutting
|
8b48a08eeb
Fixed HADOOP-20: permit mappers and reducers to cleanup. Add a close() method to the Mapper and Reducer interfaces by having them extend a Closeable interface. Update all implementations to define close(). Patch by Michel Tourn.
|
19 anni fa |
Doug Cutting
|
a65bd56f38
Removed properties mistakenly copied from Nutch.
|
19 anni fa |
Doug Cutting
|
12da6c5334
Create html documentation for configuration defaults and link to these from javadoc.
|
19 anni fa |
Doug Cutting
|
6b11146779
Fix for split from nutch.
|
19 anni fa |
Doug Cutting
|
56cd3950f2
Fixed so that examples jar is packaged correctly.
|
19 anni fa |
Doug Cutting
|
7814c7d3f6
Fix HADOOP-28. Jsp pages are now pre-compiled to servlets that can access package-private classes.
|
19 anni fa |
Doug Cutting
|
d02d3cdb2d
Fix HADOOP-25: improve example code & package separately. Contributed by Owen O'Malley.
|
19 anni fa |
Doug Cutting
|
4fa3271cf9
Updated javadoc.
|
19 anni fa |
Doug Cutting
|
321bb7e898
Initial version of a Hadoop tutorial.
|
19 anni fa |
Doug Cutting
|
a1e62cdf65
Clean up javadoc, reduce number of public classes.
|
19 anni fa |
Doug Cutting
|
85ac638e21
Log to logs directory by default.
|
19 anni fa |
Doug Cutting
|
597dce136e
Remove a spurious space.
|
19 anni fa |
Doug Cutting
|
95a8baf33e
Add WritableFactory mechanism, to permit one to use ObjectWritable with non-public classes. Register factories for DFS implementation classes and make them non-public. This greatly simplifies the javadoc.
|
19 anni fa |
Doug Cutting
|
a76b8a871e
Improved javadoc, starting overview and package documentation. Also moved DF from dfs to fs package.
|
19 anni fa |
Doug Cutting
|
3441c8347b
Add scripts into jar file so they're bundled with code.
|
19 anni fa |