All of Hadoop's javadocs were recently lost from our website when itwas converted to svnpubsub. These were historically not stored insubversion but manually added to the website by release managers.When the site was converted to svnpubsub no one had first copied thedocs tree into subversion so it was lost. (It could perhaps berecovered from tape archives, but that would be a pain.)Yesterday, on seeing this, I reconstructed what I could. I extracteddocumentation from the release tarballs of recent releases an pushedit into subversion. Those release tarballs did not seem to includeHDFS javadocs.You've found two links to HDFS javadocs in what I restored, and thoselinks, as you note, are broken. If someone has those javadocs orwants to build them then they can be restored by committing them tosubversion under:https://svn.apache.o...publish/docs/r1.1.1/https://svn.apache.o...publish/docs/r1.0.4/I've not seen (broken) links to HDFS documentation in the other morerecent releases whose documentation I restored.An alternative might be to put a redirect in to the HDFS user guide tofix those two broken links. If folks prefer that approach I'd behappy to implement it.