blob: 96e6644f494edbc9eb0dad36ad1b8a5464e826b0 [file] [log] [blame]
<?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/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project rdf:about="https://hadoop.apache.org/">
<created>2023-10-15</created>
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
<name>Apache Hadoop</name>
<homepage rdf:resource="https://hadoop.apache.org/" />
<asfext:pmc rdf:resource="https://hadoop.apache.org" />
<shortdesc>The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models</shortdesc>
<description>The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-availability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-available service on top of a cluster of computers, each of which may be prone to failures.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/projects/HADOOP" />
<mailing-list rdf:resource="https://hadoop.apache.org/mailing_lists.html" />
<download-page rdf:resource="https://hadoop.apache.org/releases.html" />
<programming-language>Java</programming-language>
<category rdf:resource="https://projects.apache.org/category/big-data" />
<release>
<Version>
<name>Stable Release</name>
<created>2024-03-17</created>
<revision>3.4.0</revision>
</Version>
</release>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/hadoop"/>
<browse rdf:resource="https://github.com/apache/hadoop"/>
</GitRepository>
</repository>
</Project>
</rdf:RDF>