This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 877e11d [auto] Apply changes from master
d3a4b9244763f83e673328d81e30a1b10046f48c
877e11d is described below
commit 877e11da10fc2a70380a1856de3c834c704337cd
Author: Github Actions <[email protected]>
AuthorDate: Fri Sep 8 06:07:25 2023 +0000
[auto] Apply changes from master d3a4b9244763f83e673328d81e30a1b10046f48c
---
doap_ozone.rdf | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/doap_ozone.rdf b/doap_ozone.rdf
new file mode 100644
index 0000000..0cbb1cf
--- /dev/null
+++ b/doap_ozone.rdf
@@ -0,0 +1,60 @@
+<?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://ozone.apache.org/">
+ <created>2020-10-21</created>
+ <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+ <name>Apache Ozone</name>
+ <homepage rdf:resource="https://ozone.apache.org/" />
+ <asfext:pmc rdf:resource="https://ozone.apache.org" />
+ <shortdesc>A highly scalable, distributed storage for Analytics, Big data
and Cloud Native applications.</shortdesc>
+ <description>Apache Ozone is a highly scalable, distributed storage for
Analytics, Big data and Cloud Native applications. Ozone supports S3 compatible
object APIs as well as a Hadoop Compatible File System implementation. It is
optimized for both efficient object store and file system operations.
+It is built on a highly available, replicated block storage layer called
Hadoop Distributed Data Store (HDDS).
+Applications using frameworks like Apache Spark, YARN and Hive work natively
without any modifications. </description>
+ <bug-database rdf:resource="https://issues.apache.org/jira/projects/HDDS"
/>
+ <mailing-list rdf:resource="https://ozone.apache.org/community/" />
+ <download-page rdf:resource="https://ozone.apache.org/downloads/" />
+ <programming-language>Java</programming-language>
+ <category rdf:resource="https://projects.apache.org/category/big-data" />
+ <release>
+ <Version>
+ <name>Stable Release</name>
+ <created>2022-12-18 </created>
+ <revision>1.3.0</revision>
+ </Version>
+ </release>
+ <repository>
+ <GitRepository>
+ <location rdf:resource="https://github.com/apache/ozone.git"/>
+ <browse rdf:resource="https://github.com/apache/ozone"/>
+ </GitRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Sammi Chen</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]