doap.rdf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl"?>
  3. <rdf:RDF xml:lang="en"
  4. xmlns="http://usefulinc.com/ns/doap#"
  5. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  6. xmlns:asfext="http://projects.apache.org/ns/asfext#"
  7. xmlns:foaf="http://xmlns.com/foaf/0.1/">
  8. <!--
  9. =======================================================================
  10. Copyright (c) 2006 The Apache Software Foundation.
  11. All rights reserved.
  12. =======================================================================
  13. -->
  14. <Project rdf:about="http://lucene.apache.org/hadoop/">
  15. <created>2006-02-28</created>
  16. <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
  17. <name>Apache Hadoop</name>
  18. <homepage rdf:resource="http://lucene.apache.org/hadoop/" />
  19. <asfext:pmc rdf:resource="http://lucene.apache.org" />
  20. <shortdesc>A distributed computing platform.</shortdesc>
  21. <description>Hadoop is a Lucene sub-project that contains the distributed computing platform that was formerly a part of Nutch. This includes the Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.</description>
  22. <bug-database rdf:resource="http://nagoya.apache.org/jira/browse/HADOOP" />
  23. <mailing-list rdf:resource="http://lucene.apache.org/hadoop/mailing_lists.html" />
  24. <download-page rdf:resource="http://cvs.apache.org/dist/lucene/hadoop/nightly/" />
  25. <programming-language>Java</programming-language>
  26. <category rdf:resource="http://projects.apache.org/category/database" />
  27. <repository>
  28. <SVNRepository>
  29. <location rdf:resource="http://svn.apache.org/repos/asf/lucene/hadoop/"/>
  30. <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/"/>
  31. </SVNRepository>
  32. </repository>
  33. </Project>
  34. </rdf:RDF>