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/04/28 04:32:29 UTC

incubator-kudu git commit: Slight formatting tweaks to YCSB post

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 877cf3d1f -> cd3b18add


Slight formatting tweaks to YCSB post

- remove the 'Introduction' header since it looks funny on the main
  blog page
- add a '<!--more-->' so the whole post doesn't end up on the main
  blog

Change-Id: I4cc37705259f3699a6dca769c2599dbcc26d1e2b


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

Branch: refs/heads/gh-pages
Commit: cd3b18addcf1fdb0da8b35d7faae4aabc72b2f73
Parents: 877cf3d
Author: Todd Lipcon <to...@cloudera.com>
Authored: Tue Apr 26 23:55:31 2016 -0700
Committer: Todd Lipcon <to...@cloudera.com>
Committed: Tue Apr 26 23:55:31 2016 -0700

----------------------------------------------------------------------
 _posts/2016-04-26-ycsb.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/cd3b18ad/_posts/2016-04-26-ycsb.md
----------------------------------------------------------------------
diff --git a/_posts/2016-04-26-ycsb.md b/_posts/2016-04-26-ycsb.md
index 1dd83f4..7fead9b 100644
--- a/_posts/2016-04-26-ycsb.md
+++ b/_posts/2016-04-26-ycsb.md
@@ -3,11 +3,10 @@ layout: post
 title: "Benchmarking and Improving Kudu Insert Performance with YCSB"
 author: Todd Lipcon
 ---
-Introduction
-====
-
 Recently, I wanted to stress-test and benchmark some changes to the Kudu RPC server, and decided to use YCSB as a way to generate reasonable load. While running YCSB, I noticed interesting results, and what started as an unrelated testing exercise eventually yielded some new insights into Kudu's behavior. These insights will motivate changes to default Kudu settings and code in upcoming versions. This post details the benchmark setup, analysis, and conclusions.
 
+<!--more-->
+
 This post is written as a [Jupyter](http://jupyter.org/) notebook, with the scripts necessary to reproduce it on [GitHub](https://github.com/toddlipcon/kudu-ycsb-experiments). As a result, you'll see snippets of python code throughout the post, which you can safely skip over if you aren't interested in the details of the experimental infrastructure.
 
 Setup