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/01 17:30:28 UTC

[1/2] incubator-kudu git commit: Add weekly update for 06/01

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 9c7a94146 -> 105119608


Add weekly update for 06/01

Change-Id: I6a930b0006fc9cbbd1da81b3286d2300fe9eb2af
Reviewed-on: http://gerrit.cloudera.org:8080/3269
Reviewed-by: Todd Lipcon <to...@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/49387166
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/49387166
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/49387166

Branch: refs/heads/gh-pages
Commit: 4938716690d3649e0cd4b0f556dc3df5352a10a5
Parents: 9c7a941
Author: Jean-Daniel Cryans <jd...@apache.org>
Authored: Wed Jun 1 10:13:01 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Wed Jun 1 17:22:12 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/49387166/_posts/2016-06-01-weekly-update.md
----------------------------------------------------------------------
diff --git a/_posts/2016-06-01-weekly-update.md b/_posts/2016-06-01-weekly-update.md
new file mode 100644
index 0000000..20a70be
--- /dev/null
+++ b/_posts/2016-06-01-weekly-update.md
@@ -0,0 +1,39 @@
+---
+layout: post
+title: Apache Kudu (incubating) Weekly Update June 1, 2016
+author: Jean-Daniel Cryans
+---
+Welcome to the eleventh 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
+
+* Jean-Daniel Cryans, the release manager for 0.9.0, [indicated](http://mail-archives.apache.org/mod_mbox/incubator-kudu-dev/201605.mbox/%3CCAGpTDNe_gV5TTsJQSjx_Q-hSGjK9TesWkyP-k9rnhd0mBtYAYg%40mail.gmail.com%3E)
+  that the release is almost ready and the first release candidate will be put up for vote this
+  week.
+
+* Dan Burkert pushed [a change](http://gerrit.cloudera.org:8080/3131) that disallows default
+  partitioning when creating a new table. This is due to many reports from users experiencing bad
+  performance because their table was created with only one tablet. Kudu will now force users to
+  partition their tables.
+
+* Todd Lipcon ran YCSB stress tests on a cluster and discovered that compactions were taking hours
+  instead of seconds. He pushed [a change](http://gerrit.cloudera.org:8080/#/c/3221/) that solves
+  the issue as part of our [general effort](https://issues.apache.org/jira/browse/KUDU-749) to
+  improve performance for zipfian update workloads.
+
+* Todd also [changed](http://gerrit.cloudera.org:8080/#/c/3186/) some flush-related defaults to
+  encourage parallel IO and larger flushes. This is based on his previous work that he documented
+  in this [blog post](ycsb.html).
+
+* Will Berkeley made a few improvements last week, but [one](http://gerrit.cloudera.org:8080/3199)
+  we'd like to call out is that he removed the Java's kudu-mapreduce module dependency on Hadoop's
+  hadoop-common test jar. This solved build issues while also removing a nasty dependency.
\ No newline at end of file


[2/2] incubator-kudu git commit: Fix link in last blog post

Posted by jd...@apache.org.
Fix link in last blog post

Change-Id: I842c61e676fc5b2e5ba7262331bec94a0dffb342
Reviewed-on: http://gerrit.cloudera.org:8080/3270
Reviewed-by: Jean-Daniel Cryans
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/10511960
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/10511960
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/10511960

Branch: refs/heads/gh-pages
Commit: 10511960883baf273a0b42a151b49dddcce59db5
Parents: 4938716
Author: Jean-Daniel Cryans <jd...@apache.org>
Authored: Wed Jun 1 10:26:47 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Wed Jun 1 17:27:32 2016 +0000

----------------------------------------------------------------------
 _posts/2016-06-01-weekly-update.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/10511960/_posts/2016-06-01-weekly-update.md
----------------------------------------------------------------------
diff --git a/_posts/2016-06-01-weekly-update.md b/_posts/2016-06-01-weekly-update.md
index 20a70be..f3bb2f5 100644
--- a/_posts/2016-06-01-weekly-update.md
+++ b/_posts/2016-06-01-weekly-update.md
@@ -32,7 +32,7 @@ a future post.
 
 * Todd also [changed](http://gerrit.cloudera.org:8080/#/c/3186/) some flush-related defaults to
   encourage parallel IO and larger flushes. This is based on his previous work that he documented
-  in this [blog post](ycsb.html).
+  in this [blog post](http://getkudu.io/2016/04/26/ycsb.html).
 
 * Will Berkeley made a few improvements last week, but [one](http://gerrit.cloudera.org:8080/3199)
   we'd like to call out is that he removed the Java's kudu-mapreduce module dependency on Hadoop's