You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by jh...@apache.org on 2016/01/07 07:17:09 UTC

tajo git commit: TAJO-2035: Rewrite README file using Markdown format.

Repository: tajo
Updated Branches:
  refs/heads/master 9c14dc3ad -> 7f4422473


TAJO-2035: Rewrite README file using Markdown format.

Closes #926

Signed-off-by: Jinho Kim <jh...@apache.org>


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

Branch: refs/heads/master
Commit: 7f4422473c135a9eeedecacfd386f374f58cc39a
Parents: 9c14dc3
Author: Dongkyu Hwangbo <hw...@gmail.com>
Authored: Thu Jan 7 15:16:35 2016 +0900
Committer: Jinho Kim <jh...@apache.org>
Committed: Thu Jan 7 15:16:35 2016 +0900

----------------------------------------------------------------------
 CHANGES   |  3 +++
 README    | 51 ---------------------------------------------------
 README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/7f442247/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7ca2377..d3108dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@ Release 0.12.0 - unreleased
 
   IMPROVEMENT
 
+    TAJO-2035: Rewrite README file using Markdown format. 
+    (Dongkyu Hwangbo via jinho)
+
     TAJO-1991: Tablespace::getVolume should take filter predication. (hyunsik)
 
     TAJO-1944: Support text resultset for REST (DaeMyung)

http://git-wip-us.apache.org/repos/asf/tajo/blob/7f442247/README
----------------------------------------------------------------------
diff --git a/README b/README
deleted file mode 100644
index 1cd3560..0000000
--- a/README
+++ /dev/null
@@ -1,51 +0,0 @@
-Apache Tajo
-========================
-Tajo is a relational and distributed data warehouse system for Hadoop.
-Tajo is designed for low-latency and scalable ad-hoc queries, online
-aggregation and ETL on large-data sets by leveraging advanced database
-techniques. It supports SQL standards. It has its own query engine which
-allows direct control of distributed execution and data flow. As a result,
-Tajo has a variety of query evaluation strategies and more optimization
-opportunities. In addition, Tajo will have a native columnar execution and
-and its optimizer.
-
-Project
-=======
-* Project Home (http://tajo.apache.org/)
-* Source Repository (https://git-wip-us.apache.org/repos/asf/tajo.git)
-* Issue Tracking (https://issues.apache.org/jira/browse/TAJO)
-
-License
-=======
-* Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-Documents
-=========
-* Tajo Wiki (https://cwiki.apache.org/confluence/display/TAJO)
-* Getting Started (http://tajo.apache.org/docs/current/getting_started.html)
-* Query Language (http://tajo.apache.org/docs/current/sql_language.html)
-* Configuration Guide (http://tajo.apache.org/docs/current/configuration.html)
-* Backup and Restore Guide (http://tajo.apache.org/docs/current/backup_and_restore.html)
-* Functions (http://tajo.apache.org/docs/current/functions.html)
-* Tajo Interactive Shell (http://tajo.apache.org/docs/current/tsql.html)
-
-Requirements
-============
-* Java 1.8 or higher
-* Hadoop 2.3.0 or higher
-
-Mailing lists
-=============
-* dev@tajo.apache.org     - To discuss and ask general development issues.
-
-* user@tajo.apache.org    - To discuss and ask end-user questions/issues.
-
-* issues@tajo.apache.org  - To see notifications made in the Tajo issue
-                            tracking system, review board, and Jenkins CI.
-
-* commits@tajo.apache.org - To monitor commits to the source repository.
-
-To subscribe to the mailing lists, please send an email to:
-${listname}-subscribe@tajo.apache.org. For example, to subscribe to
-dev, send an email from your desired subscription address to:
-dev-subscribe@tajo.apache.org and follow the instructions from there.

http://git-wip-us.apache.org/repos/asf/tajo/blob/7f442247/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ec4d137
--- /dev/null
+++ b/README.md
@@ -0,0 +1,53 @@
+# Apache Tajo
+
+Tajo is a relational and distributed data warehouse system for Hadoop.
+Tajo is designed for low-latency and scalable ad-hoc queries, online
+aggregation and ETL on large-data sets by leveraging advanced database
+techniques. It supports SQL standards. It has its own query engine which
+allows direct control of distributed execution and data flow. As a result,
+Tajo has a variety of query evaluation strategies and more optimization
+opportunities. In addition, Tajo will have a native columnar execution and
+and its optimizer.
+
+## Project
+
+* [Project Home](http://tajo.apache.org/)
+* [Source Repository](https://git-wip-us.apache.org/repos/asf/tajo.git)
+* [Issue Tracking](https://issues.apache.org/jira/browse/TAJO)
+
+## License
+
+* [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
+
+## Documents
+
+* [Tajo Wiki](https://cwiki.apache.org/confluence/display/TAJO)
+* [Getting Started](http://tajo.apache.org/docs/current/getting_started.html)
+* [Query Language](http://tajo.apache.org/docs/current/sql_language.html)
+* [Configuration Guide](http://tajo.apache.org/docs/current/configuration.html)
+* [Backup and Restore Guide](http://tajo.apache.org/docs/current/backup_and_restore.html)
+* [Functions](http://tajo.apache.org/docs/current/functions.html)
+* [Tajo Interactive Shell](http://tajo.apache.org/docs/current/tsql.html)
+
+## Requirements
+
+* Java 1.8 or higher
+* Hadoop 2.3.0 or higher
+
+## Mailing lists
+
+* dev@tajo.apache.org     - To discuss and ask general development issues.
+* user@tajo.apache.org    - To discuss and ask end-user questions/issues.
+* issues@tajo.apache.org  - To see notifications made in the Tajo issue
+                            tracking system, review board, and Jenkins CI.
+* commits@tajo.apache.org - To monitor commits to the source repository.
+
+To subscribe to the mailing lists, please send an email to:
+
+    ${listname}-subscribe@tajo.apache.org
+
+For example, to subscribe to dev, send an email from your desired subscription address to:
+
+    dev-subscribe@tajo.apache.org
+
+and follow the instructions from there.
\ No newline at end of file