You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/06/08 15:21:22 UTC

[2/2] kylin git commit: update announcement letter

update announcement letter


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/5834ded3
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/5834ded3
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/5834ded3

Branch: refs/heads/document
Commit: 5834ded3d165b1ba954c9a9232d8f14439e7e8b0
Parents: 1cfb28b
Author: shaofengshi <sh...@apache.org>
Authored: Wed Jun 8 23:21:15 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Jun 8 23:21:15 2016 +0800

----------------------------------------------------------------------
 website/_dev/howto_release.md | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/5834ded3/website/_dev/howto_release.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md
index e84cc02..2365f40 100644
--- a/website/_dev/howto_release.md
+++ b/website/_dev/howto_release.md
@@ -438,7 +438,35 @@ Send one mail with subject like "[Announce] Apache Kylin x.y released" to follow
 * Apache Kylin Dev mailing list: dev@kylin.apache.org
 * Apache Kylin User mailing list: user@kylin.apache.org
 * Apache Announce mailing list: announce@apache.org
-Please notice to always use your Apache mail address to send this
+Please notice to always use your Apache mail address to send this;
+
+Here is a sample of announcement email (by studying Kafka's):
+
+{% highlight text %} 
+The Apache Kylin team is pleased to announce the immediate availability of the 1.5.2.1 release. 
+
+This is a bug fix release based on 1.5.2; All of the changes in this release can be found:
+https://kylin.apache.org/docs15/release_notes.html
+
+You can download the source release and binary packages from 
+https://www.apache.org/dyn/closer.cgi?path=/kylin/apache-kylin-1.5.2.1/
+
+More information about the binary packages is on Kylin's download page https://kylin.apache.org/download/
+
+Apache Kylin is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop, supporting extremely large datasets.
+
+Apache Kylin lets you query big Hive tables at sub-second latency in 3 simple steps:
+1. Identify a set of Hive tables in star schema.
+2. Build a cube from the Hive tables in an offline batch process.
+3. Query the Hive tables using SQL and get results in sub-seconds, via Rest API, ODBC, or JDBC.
+
+Thanks everyone who have contributed to the 1.5.2.1 release.
+
+We welcome your help and feedback. For more information on how to
+report problems, and to get involved, visit the project website at
+https://kylin.apache.org/
+
+{% endhighlight %}
 
 # Thanks  
 This guide drafted with reference from [Apache Calcite](http://calcite.apache.org) Howto doc, Thank you very much.