Repository: incubator-reef Updated Branches: refs/heads/master 9a9393547 -> 0f1df1058
[REEF-814] Create DOAP(Description of a Project) file This creates DOAP file. JIRA: [REEF-814](https://issues.apache.org/jira/browse/REEF-814) Pull Request: This closes #547 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/0f1df105 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/0f1df105 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/0f1df105 Branch: refs/heads/master Commit: 0f1df105844466f92936e93cc9327eda58f3a88b Parents: 9a93935 Author: Dongjoon Hyun <dongj...@apache.org> Authored: Thu Oct 8 02:43:28 2015 +0900 Committer: Mariia Mykhailova <mar...@apache.org> Committed: Thu Oct 8 11:19:48 2015 -0700 ---------------------------------------------------------------------- doap.rdf | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/0f1df105/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf new file mode 100644 index 0000000..b295161 --- /dev/null +++ b/doap.rdf @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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 + +http://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. +--> +<?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/"> + <Project rdf:about="http://reef.incubator.apache.org/"> + <created>2014-08-12</created> + <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" /> + <name>Apache REEF (Incubating)</name> + <homepage rdf:resource="http://reef.incubator.apache.org/" /> + <asfext:pmc rdf:resource="http://reef.incubator.apache.org/" /> + <shortdesc> + Apache REEF (Retainable Evaluator Execution Framework) is + a scale-out computing fabric that eases the development of Big Data + applications on top of resource managers such as Apache YARN and Mesos. + </shortdesc> + <description> + Apache REEF (Retainable Evaluator Execution Framework) is a development + framework that provides a control-plane for scheduling and coordinating + task-level (data-plane) work on cluster resources obtained from a + Resource Manager. REEF provides mechanisms that facilitate resource + reuse for data caching, and state management abstractions that greatly + ease the development of elastic data processing workflows on cloud + platforms that support a Resource Manager service. + </description> + <bug-database rdf:resource="http://issues.apache.org/jira/browse/REEF" /> + <mailing-list rdf:resource="http://reef.incubator.apache.org/mailing-list.html" /> + <download-page rdf:resource="http://reef.incubator.apache.org/downloads.html" /> + <programming-language>Java</programming-language> + <programming-language>C#</programming-language> + <programming-language>C++</programming-language> + <category rdf:resource="http://projects.apache.org/category/big-data" /> + <release> + <Version> + <name>0.12.0-incubating</name> + <created>2015-08-15</created> + <revision>0.12.0-incubating</revision> + </Version> + </release> + <repository> + <GitRepository> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-reef.git"/> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=incubator-reef.git"/> + </GitRepository> + </repository> + </Project> +</rdf:RDF>