Skip to content

Commit 9e53a68

Browse files
authored
AMBARI-26432. DOAP file for Ambari is missing
2 parents 2f886cd + 6b0ef03 commit 9e53a68

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

static/doap.rdf

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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+
Licensed to the Apache Software Foundation (ASF) under one or more
10+
contributor license agreements. See the NOTICE file distributed with
11+
this work for additional information regarding copyright ownership.
12+
The ASF licenses this file to You under the Apache License, Version 2.0
13+
(the "License"); you may not use this file except in compliance with
14+
the License. You may obtain a copy of the License at
15+
16+
https://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
-->
24+
<Project rdf:about="https://ambari.apache.org">
25+
<created>2025-04-09</created>
26+
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
27+
<name>Apache Ambari</name>
28+
<homepage rdf:resource="https://ambari.apache.org" />
29+
<asfext:pmc rdf:resource="https://ambari.apache.org" />
30+
<shortdesc>Hadoop cluster management</shortdesc>
31+
<description>Apache Ambari simplifies provisioning, managing, and monitoring of Apache Hadoop clusters.</description>
32+
<bug-database rdf:resource="https://issues.apache.org/jira/browse/AMBARI" />
33+
<mailing-list rdf:resource="https://lists.apache.org/list.html?dev@ambari.apache.org" />
34+
<download-page rdf:resource="https://ambari.apache.org/" />
35+
<programming-language>Java</programming-language>
36+
<programming-language>JavaScript</programming-language>
37+
<programming-language>Python</programming-language>
38+
<category rdf:resource="https://projects.apache.org/category/big-data" />
39+
<release>
40+
<Version>
41+
<name>Apache Ambari 3.0.0</name>
42+
<created>2025-04-06</created>
43+
<revision>3.0.0</revision>
44+
</Version>
45+
<Version>
46+
<name>Apache Ambari 2.7.9</name>
47+
<created>2024-12-20</created>
48+
<revision>2.7.9</revision>
49+
</Version>
50+
<Version>
51+
<name>Apache Ambari 2.7.8</name>
52+
<created>2024-02-01</created>
53+
<revision>2.7.8</revision>
54+
</Version>
55+
</release>
56+
<repository>
57+
<GitRepository>
58+
<location rdf:resource="https://github.com/apache/ambari.git"/>
59+
<browse rdf:resource="https://github.com/apache/ambari"/>
60+
</GitRepository>
61+
</repository>
62+
</Project>
63+
</rdf:RDF>
64+

0 commit comments

Comments
 (0)