|
@@ -0,0 +1,36 @@
|
|
|
|
+<?xml version="1.0"?>
|
|
|
|
+<?xml-stylesheet type="text/xsl"?>
|
|
|
|
+<rdf:RDF xml:lang="en"
|
|
|
|
+ xmlns="http://usefulinc.com/ns/doap#"
|
|
|
|
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
+ xmlns:asfext="http://projects.apache.org/ns/asfext#"
|
|
|
|
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
|
|
|
|
+<!--
|
|
|
|
+ =======================================================================
|
|
|
|
+
|
|
|
|
+ Copyright (c) 2006 The Apache Software Foundation.
|
|
|
|
+ All rights reserved.
|
|
|
|
+
|
|
|
|
+ =======================================================================
|
|
|
|
+-->
|
|
|
|
+ <Project rdf:about="http://Hadooop.rdf.apache.org/">
|
|
|
|
+ <created>2006-02-28</created>
|
|
|
|
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
|
|
|
|
+ <name>http://Hadooop</name>
|
|
|
|
+ <homepage rdf:resource="http://lucene.apache.org/hadoop/" />
|
|
|
|
+ <asfext:pmc rdf:resource="http://lucene.apache.org" />
|
|
|
|
+ <shortdesc>A distributed computing platform.</shortdesc>
|
|
|
|
+ <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>
|
|
|
|
+ <bug-database rdf:resource="http://nagoya.apache.org/jira/browse/HADOOP" />
|
|
|
|
+ <mailing-list rdf:resource="http://lucene.apache.org/hadoop/mailing_lists.html" />
|
|
|
|
+ <download-page rdf:resource="http://cvs.apache.org/dist/lucene/hadoop/nightly/" />
|
|
|
|
+ <programming-language>Java</programming-language>
|
|
|
|
+ <category rdf:resource="http://projects.apache.org/category/database" />
|
|
|
|
+ <repository>
|
|
|
|
+ <SVNRepository>
|
|
|
|
+ <location rdf:resource="http://svn.apache.org/repos/asf/lucene/hadoop/"/>
|
|
|
|
+ <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/"/>
|
|
|
|
+ </SVNRepository>
|
|
|
|
+ </repository>
|
|
|
|
+ </Project>
|
|
|
|
+</rdf:RDF>
|