You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2014/02/23 07:44:31 UTC

git commit: TAJO-621: Add DOAP file for Tajo.

Repository: incubator-tajo
Updated Branches:
  refs/heads/master 7f5d5eca5 -> 9e0a42cd8


TAJO-621: Add DOAP file for Tajo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/9e0a42cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/9e0a42cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/9e0a42cd

Branch: refs/heads/master
Commit: 9e0a42cd869323ec47794d19d549b51468d61f26
Parents: 7f5d5ec
Author: Hyunsik Choi <hy...@apache.org>
Authored: Sun Feb 23 15:43:30 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Sun Feb 23 15:44:17 2014 +0900

----------------------------------------------------------------------
 CHANGES.txt   |  2 ++
 doap_Tajo.rdf | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/9e0a42cd/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index bfbe617..091ad1f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -463,6 +463,8 @@ Release 0.8.0 - unreleased
 
   TASKS
 
+    TAJO-621: Add DOAP file for Tajo. (hyunsik)
+
     TAJO-622: Add TM mark and navigation links required for TLP project.
     (hyunsik)
 

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/9e0a42cd/doap_Tajo.rdf
----------------------------------------------------------------------
diff --git a/doap_Tajo.rdf b/doap_Tajo.rdf
new file mode 100644
index 0000000..7f6c697
--- /dev/null
+++ b/doap_Tajo.rdf
@@ -0,0 +1,63 @@
+<?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
+   
+         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.
+-->
+  <Project rdf:about="http://tajo.apache.org">
+    <created>2014-02-23</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Tajo</name>
+    <homepage rdf:resource="http://tajo.apache.org" />
+    <asfext:pmc rdf:resource="http://tajo.apache.org" />
+    <shortdesc>
+      Tajo is an open source big data warehouse system in Hadoop for
+      processing web-scale data sets.
+    </shortdesc>
+    <description>
+      The main goal of Apache Tajo project is to build an advanced open
+      source data warehouse system in Hadoop for processing web-scale data
+      sets. Basically, Tajo provides SQL standard as a query language.
+      Tajo is designed for both interactive and batch queries on data sets
+      stored on HDFS and other data sources. Without hurting query response
+      times, Tajo provides fault-tolerance and dynamic load balancing which
+      are necessary for long-running queries. Tajo employs a cost-based and
+      progressive query optimization techniques for reoptimizing running
+      queries in order to avoid the worst query plans.
+    </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/TAJO" />
+    <mailing-list rdf:resource="http://tajo.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://tajo.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/tajo.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=tajo.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Hyunsik Choi</foaf:name>
+          <foaf:mbox rdf:resource="mailto:hyunsik@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
\ No newline at end of file