1
0

Apache Hadoop

Doug Cutting 0caa6bc1b1 More fixes to get working directory to work on Windows. Long-term we should stop using java.io.File for our abstract file paths. On Windows, 'new File(/foo/bar).isAbsolute()' returns false, which caused lots of problems. So I have added a FileSystem.isAbsolute() method that we use internally. I also added a few more .getAbsoluteFile() calls to convert paths into absolute paths so that LocalFileSystem works correctly. Finally I took advantage of file status information cached in DFSFile, eliminating some namenode RPCs. 19 yıl önce
bin 2948bf60de Add a tool for checking DFS consistency (HADOOP-101). 19 yıl önce
conf 95091af3ce Fix HADOOP-33. Avoid calling df too frequently by caching values internally. Contributed by Konstantin Shvachko. 19 yıl önce
lib 816215d79c Upgrade to Lucene 1.9.1. 19 yıl önce
site 78d2485bfb Much improved hadoop logo. Contributed by Stefan. Thanks! 19 yıl önce
src 0caa6bc1b1 More fixes to get working directory to work on Windows. Long-term we should stop using java.io.File for our abstract file paths. On Windows, 'new File(/foo/bar).isAbsolute()' returns false, which caused lots of problems. So I have added a FileSystem.isAbsolute() method that we use internally. I also added a few more .getAbsoluteFile() calls to convert paths into absolute paths so that LocalFileSystem works correctly. Finally I took advantage of file status information cached in DFSFile, eliminating some namenode RPCs. 19 yıl önce
LICENSE.txt 8b94d4806a First version of website. 19 yıl önce
README.txt f465056eb6 Fix wiki url. 19 yıl önce
build.xml dc207a0a5a Fix for HADOOP-70. Unit tests should have their own hadoop-site.xml and mapred-default.xml, so that local modifications to these files in conf/ don't alter unit testing. Also rename TestDFS so that it is not normally run, and add a new test target which runs tests using the config files in conf/. 19 yıl önce

README.txt

For the latest information about Hadoop, please visit our website at:

http://lucene.apache.org/hadoop/

and our wiki, at:

http://wiki.apache.org/lucene-hadoop/