You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2016/06/13 19:39:31 UTC

incubator-kudu git commit: Add weekly update for 06/13

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages f7f02ffd7 -> c93f1940e


Add weekly update for 06/13

Change-Id: I41c02b33c47b7cb4bdb2798c4203fcd1e0cf4014
Reviewed-on: http://gerrit.cloudera.org:8080/3375
Reviewed-by: Misty Stanley-Jones <mi...@apache.org>
Tested-by: Jean-Daniel Cryans


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

Branch: refs/heads/gh-pages
Commit: c93f1940e72dfb6d1537bbe0594d8cd791c33c27
Parents: f7f02ff
Author: Jean-Daniel Cryans <jd...@apache.org>
Authored: Mon Jun 13 08:13:28 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Mon Jun 13 17:15:28 2016 +0000

----------------------------------------------------------------------
 _posts/2016-06-13-weekly-update.md | 40 +++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c93f1940/_posts/2016-06-13-weekly-update.md
----------------------------------------------------------------------
diff --git a/_posts/2016-06-13-weekly-update.md b/_posts/2016-06-13-weekly-update.md
new file mode 100644
index 0000000..6a39cb4
--- /dev/null
+++ b/_posts/2016-06-13-weekly-update.md
@@ -0,0 +1,40 @@
+---
+layout: post
+title: Apache Kudu (incubating) Weekly Update June 13, 2016
+author: Jean-Daniel Cryans
+---
+Welcome to the thirteenth edition of the Kudu Weekly Update. This weekly blog post
+covers ongoing development and news in the Apache Kudu (incubating) project.
+
+<!--more-->
+
+If you find this post useful, please let us know by emailing the
+[kudu-user mailing list](mailto:user@kudu.incubator.apache.org) or
+tweeting at [@ApacheKudu](https://twitter.com/ApacheKudu). Similarly, if you're
+aware of some Kudu news we missed, let us know so we can cover it in
+a future post.
+
+## Development discussions and code in progress
+
+* The IPMC vote for 0.9.0 RC1 passed and Kudu 0.9.0 is now
+  [officially released](http://getkudu.io/2016/06/10/apache-kudu-0-9-0-released.html). Per the
+  lazily agreed-upon [plan](http://mail-archives.apache.org/mod_mbox/kudu-dev/201602.mbox/%3CCAGpTDNcMBWwX8p+yGKzHfL2xcmKTScU-rhLcQFSns1UVSbrXhw@mail.gmail.com%3E),
+  the next release will be 1.0.0 in about two months.
+
+* Adar Dembo has been cleaning up and improving the Master process's code. Last week he
+  [finished](https://gerrit.cloudera.org/#/c/2887/) removing the per-tablet replica locations cache.
+
+* Alexey Serbin contributed his first patch last week by [fixing](https://gerrit.cloudera.org/#/c/3360/)
+  most of the unit tests that were failing on OSX.
+
+* Sameer Abhyankar is nearly finished adding support for "in-list" predicates,
+  follow [this link](https://gerrit.cloudera.org/#/c/2986/) to the gerrit
+  review. This will enable specifying predicates in the style of "column IN (list, of, values)".
+
+* Mike Percy posted a few patches that remove LocalConsensus for single-node tablets, with the actual
+  removal happening in this [patch](https://gerrit.cloudera.org/#/c/3350/).
+
+## Slides and recordings
+
+* Todd Lipcon presented Kudu at Berlin Buzzwords earlier this month. The recording is available
+  [here](https://berlinbuzzwords.de/session/apache-kudu-incubating-fast-analytics-fast-data).