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.
|
před 19 roky |
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.
|
před 19 roky |
Doug Cutting
|
2f5f4afbee
Move Closeable interface to io package, since it is of general utility, and to prepare for JDK 1.5.
|
před 19 roky |
Michael John Cafarella
|
5f7ab15543
|
před 19 roky |
Doug Cutting
|
9458a936ef
HADOOP-37: Add ClusterStatus. Contributed by Owen O'Malley.
|
před 19 roky |
Doug Cutting
|
eb63a23309
Fix for HADOOP-34: make build paths relative to location of build.xml, not PWD. Contributed by Jeremy Bensley.
|
před 19 roky |
Michael John Cafarella
|
3cd90e4671
|
před 19 roky |
Doug Cutting
|
0b400e8baf
Bundle webapps into jar.
|
před 19 roky |
Doug Cutting
|
c544fb6c2a
Fix HADOOP-30: add -lsr and -cat commands to DFSShell. Contributed by Michel Tourn.
|
před 19 roky |
Doug Cutting
|
1cc6967c39
Further improvements from Bryan A. Pendleton.
|
před 19 roky |
Doug Cutting
|
0769a57782
Make compatible with JDK 1.4.
|
před 19 roky |
Doug Cutting
|
6a533c06ff
Fix for HADOOP-12. The JobTracker now loads the InputFormat from the job's jar file.
|
před 19 roky |
Doug Cutting
|
6d269c5b0c
Keep 'unzip' from prompting when overwriting (e.g., when archive
|
před 19 roky |
Doug Cutting
|
100acbfd9c
Add an easy way to specify a job's jar, by naming a class in the jar.
|
před 19 roky |
Doug Cutting
|
05c6226a0d
Stop using deprecated 'jspc' ant task and instead call jasper directly. Also rename webapp files to align with package name.
|
před 19 roky |
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.
|
před 19 roky |
Doug Cutting
|
a65bd56f38
Removed properties mistakenly copied from Nutch.
|
před 19 roky |
Doug Cutting
|
12da6c5334
Create html documentation for configuration defaults and link to these from javadoc.
|
před 19 roky |
Doug Cutting
|
6b11146779
Fix for split from nutch.
|
před 19 roky |
Doug Cutting
|
56cd3950f2
Fixed so that examples jar is packaged correctly.
|
před 19 roky |
Doug Cutting
|
7814c7d3f6
Fix HADOOP-28. Jsp pages are now pre-compiled to servlets that can access package-private classes.
|
před 19 roky |
Doug Cutting
|
d02d3cdb2d
Fix HADOOP-25: improve example code & package separately. Contributed by Owen O'Malley.
|
před 19 roky |
Doug Cutting
|
4fa3271cf9
Updated javadoc.
|
před 19 roky |
Doug Cutting
|
321bb7e898
Initial version of a Hadoop tutorial.
|
před 19 roky |
Doug Cutting
|
a1e62cdf65
Clean up javadoc, reduce number of public classes.
|
před 19 roky |
Doug Cutting
|
85ac638e21
Log to logs directory by default.
|
před 19 roky |
Doug Cutting
|
597dce136e
Remove a spurious space.
|
před 19 roky |
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.
|
před 19 roky |
Doug Cutting
|
a76b8a871e
Improved javadoc, starting overview and package documentation. Also moved DF from dfs to fs package.
|
před 19 roky |
Doug Cutting
|
3441c8347b
Add scripts into jar file so they're bundled with code.
|
před 19 roky |