You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/12/22 08:23:29 UTC

svn commit: r1775586 - in /comdev/projects.apache.org/data: committees.xml committees/beam.rdf committees/eagle.rdf

Author: sebb
Date: Thu Dec 22 08:23:29 2016
New Revision: 1775586

URL: http://svn.apache.org/viewvc?rev=1775586&view=rev
Log:
+=Beam,Eagle

Added:
    comdev/projects.apache.org/data/committees/beam.rdf   (with props)
    comdev/projects.apache.org/data/committees/eagle.rdf   (with props)
Modified:
    comdev/projects.apache.org/data/committees.xml

Modified: comdev/projects.apache.org/data/committees.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees.xml?rev=1775586&r1=1775585&r2=1775586&view=diff
==============================================================================
--- comdev/projects.apache.org/data/committees.xml (original)
+++ comdev/projects.apache.org/data/committees.xml Thu Dec 22 08:23:29 2016
@@ -37,6 +37,7 @@
   <location>committees/avro.rdf</location>
   <location>committees/axis.rdf</location>
   <location>committees/bahir.rdf</location>
+  <location>committees/beam.rdf</location>
   <!-- Retired <location>committees-retired/beehive.rdf</location> -->
   <location>committees/bigtop.rdf</location>
   <location>committees/bloodhound.rdf</location>
@@ -73,6 +74,7 @@
   <!-- Retired <location>committees-retired/directmemory.rdf</location-->
   <location>committees/directory.rdf</location>
   <location>committees/drill.rdf</location>
+  <location>committees/eagle.rdf</location>
   <location>committees/empire-db.rdf</location>
   <!-- Retired <location>http://svn.apache.org/repos/asf/etch/site/trunk/infra/doap_Etch_PMC.rdf</location> -->
   <location>committees/falcon.rdf</location>

Added: comdev/projects.apache.org/data/committees/beam.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees/beam.rdf?rev=1775586&view=auto
==============================================================================
--- comdev/projects.apache.org/data/committees/beam.rdf (added)
+++ comdev/projects.apache.org/data/committees/beam.rdf Thu Dec 22 08:23:29 2016
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+   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.
+-->
+<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/">
+  <!-- Replace Xxx with name and xxx with id; yyy comes from board minutes -->
+  <asfext:pmc rdf:about="beam">
+    <asfext:name>Apache Beam</asfext:name>
+    <asfext:charter>
+    The mission of Apache Beam is the creation and maintenance of software
+    related to a unified programming model for both
+    batch and streaming data processing, enabling efficient
+    execution across diverse distributed execution engines
+    and providing extensibility points for connecting to different
+    technologies and user communities.
+    </asfext:charter>
+    <foaf:homepage rdf:resource="http://beam.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/data/committees/beam.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: comdev/projects.apache.org/data/committees/eagle.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees/eagle.rdf?rev=1775586&view=auto
==============================================================================
--- comdev/projects.apache.org/data/committees/eagle.rdf (added)
+++ comdev/projects.apache.org/data/committees/eagle.rdf Thu Dec 22 08:23:29 2016
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!--
+   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.
+-->
+<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/">
+  <!-- Replace Eagle with name and eagle with id; yyy comes from board minutes -->
+  <asfext:pmc rdf:about="eagle">
+    <asfext:name>Apache Eagle</asfext:name>
+    <asfext:charter>
+    The mission of Apache Eagle is the creation and maintenance of software
+    related to a distributed monitoring solution for
+    identifying security and performance issues in real time on big
+    data platforms, including Apache Hadoop and Apache Spark.
+    </asfext:charter>
+    <foaf:homepage rdf:resource="http://eagle.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/data/committees/eagle.rdf
------------------------------------------------------------------------------
    svn:eol-style = native