From 5d1a6df48568b8e9b9b7e1a497fe8783f453b489 Mon Sep 17 00:00:00 2001 From: Dongkyu Hwangbo Date: Wed, 6 Jan 2016 11:08:51 +0900 Subject: [PATCH 1/3] initial commit --- README => README.md | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) rename README => README.md (56%) diff --git a/README b/README.md similarity index 56% rename from README rename to README.md index 1cd35601ee..e7ddb06565 100644 --- a/README +++ b/README.md @@ -1,5 +1,5 @@ -Apache Tajo -======================== +# 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 @@ -9,33 +9,33 @@ 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 -============ +## 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 -============= +## 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. @@ -48,4 +48,4 @@ Mailing lists 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. +dev-subscribe@tajo.apache.org and follow the instructions from there. \ No newline at end of file From 3f1de6e3b8ee37aee6d2c95d196a689aa70bd7ea Mon Sep 17 00:00:00 2001 From: Dongkyu Hwangbo Date: Wed, 6 Jan 2016 11:13:47 +0900 Subject: [PATCH 2/3] change more --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7ddb06565..8bd47a85db 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ and its optimizer. * 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 + + ${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 From 216b9fb2607c6176ae94f622983e44efc94b9ac9 Mon Sep 17 00:00:00 2001 From: Dongkyu Hwangbo Date: Wed, 6 Jan 2016 11:16:45 +0900 Subject: [PATCH 3/3] align --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8bd47a85db..ec4d137134 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,9 @@ and its optimizer. ## 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: