Skip to content

Instantly share code, notes, and snippets.

@janhoy
Created February 15, 2017 21:33
Show Gist options
  • Save janhoy/4d02a61e4060bc0ca1aae6847f21e065 to your computer and use it in GitHub Desktop.
Save janhoy/4d02a61e4060bc0ca1aae6847f21e065 to your computer and use it in GitHub Desktop.
hadoop-doap
<?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://hadoop.apache.org/">
<created>2006-02-28</created>
<license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" />
<name>Apache Hadoop</name>
<homepage rdf:resource="http://hadoop.apache.org/" />
<asfext:pmc rdf:resource="http://hadoop.apache.org" />
<shortdesc>A distributed computing platform.</shortdesc>
<description>Hadoop is a distributed computing platform. This includes the Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/HADOOP" />
<mailing-list rdf:resource="http://hadoop.apache.org/mailing_lists.html" />
<download-page rdf:resource="http://www.apache.org/dyn/closer.lua/hadoop/" />
<wiki rdf:resource="https://wiki.apache.org/hadoop"/>
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/database" />
<category rdf:resource="http://projects.apache.org/category/big-data" />
<category rdf:resource="http://projects.apache.org/category/hadoop" />
<repository>
<GitRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf/hadoop.git"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Apache Hadoop Community</foaf:name>
<foaf:mbox rdf:resource="mailto:user@hadoop.apache.org"/>
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment