This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hadoop-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7cf9f82e00 Add DOAP File
7cf9f82e00 is described below

commit 7cf9f82e007935ae273aba88f5a74f3fa2b8ad7c
Author: Ayush Saxena <ayushsax...@apache.org>
AuthorDate: Mon Oct 16 01:07:16 2023 +0530

    Add DOAP File
---
 static/doap_Hadoop.rdf | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/static/doap_Hadoop.rdf b/static/doap_Hadoop.rdf
new file mode 100644
index 0000000000..2b25fa687a
--- /dev/null
+++ b/static/doap_Hadoop.rdf
@@ -0,0 +1,52 @@
+<?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 serv [...]
+    <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>2023-06-18</created>
+        <revision>3.3.6</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>
+


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to