Repository: kudu-site Updated Branches: refs/heads/asf-site c5db00e9b -> 20ae141f4
Publish commit(s) from site source repo: a37d733 Fix list rendering of the last weekly update post Site-Repo-Commit: a37d733b3caf1bfc9b172002de4c651566dac8dc Project: http://git-wip-us.apache.org/repos/asf/kudu-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu-site/commit/20ae141f Tree: http://git-wip-us.apache.org/repos/asf/kudu-site/tree/20ae141f Diff: http://git-wip-us.apache.org/repos/asf/kudu-site/diff/20ae141f Branch: refs/heads/asf-site Commit: 20ae141f40c81e4f6f578f02b4e525535b4bdf68 Parents: c5db00e Author: david.alves <[email protected]> Authored: Thu Nov 17 12:38:52 2016 -0800 Committer: david.alves <[email protected]> Committed: Thu Nov 17 12:38:52 2016 -0800 ---------------------------------------------------------------------- 2016/11/15/weekly-update.html | 19 ++++++++++++------- feed.xml | 21 +++++++++++++-------- 2 files changed, 25 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu-site/blob/20ae141f/2016/11/15/weekly-update.html ---------------------------------------------------------------------- diff --git a/2016/11/15/weekly-update.html b/2016/11/15/weekly-update.html index dccd831..7d361a1 100644 --- a/2016/11/15/weekly-update.html +++ b/2016/11/15/weekly-update.html @@ -123,13 +123,18 @@ covers ongoing development and news in the Apache Kudu project.</p> <li> <p>The first release candidate for Kudu 1.1.0 is <a href="http://mail-archives.apache.org/mod_mbox/kudu-dev/201611.mbox/%3CCADY20s7ZKZkPmUEcTexW%3D%2B_%2BLnDY2hABZg0-UZD3jvWAs9-pog%40mail.gmail.com%3E">now available</a>.</p> - <p>Noteworthy new features/improvements: -* The Python client has been brought to feature parity with the C++ and Java clients. -* IN LIST predicates. -* Java client now features client-side tracing. -* Kudu now publishes jar files for Spark 2.0 compiled with Scala 2.11. -* Kuduâs Raft implementation now features pre-elections. In our tests this has greatly - improved stability.</p> + <dl> + <dt>Noteworthy new features/improvements:</dt> + <dd> + <ul> + <li>The Python client has been brought to feature parity with the C++ and Java clients.</li> + <li>IN LIST predicates.</li> + <li>Java client now features client-side tracing.</li> + <li>Kudu now publishes jar files for Spark 2.0 compiled with Scala 2.11.</li> + <li>Kuduâs Raft implementation now features pre-elections. In our tests this has greatly improved stability.</li> + </ul> + </dd> + </dl> <p>Community developers and users are encouraged to download the source tarball and vote on the release.</p> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/20ae141f/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 81e2012..7f3baaf 100644 --- a/feed.xml +++ b/feed.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2016-11-15T19:07:08-08:00</updated><id>/</id><entry><title>Apache Kudu Weekly Update November 15th, 2016</title><link href="/2016/11/15/weekly-update.html" rel="alternate" type="text/html" title="Apache Kudu Weekly Update November 15th, 2016" /><published>2016-11-15T00:00:00-08:00</published><updated>2016-11-15T00:00:00-08:00</updated><id>/2016/11/15/weekly-update</id><content type="html" xml:base="/2016/11/15/weekly-update.html"><p>Welcome to the twenty-third edition of the Kudu Weekly Update. This weekly blog post +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2016-11-17T12:38:50-08:00</updated><id>/</id><entry><title>Apache Kudu Weekly Update November 15th, 2016</title><link href="/2016/11/15/weekly-update.html" rel="alternate" type="text/html" title="Apache Kudu Weekly Update November 15th, 2016" /><published>2016-11-15T00:00:00-08:00</published><updated>2016-11-15T00:00:00-08:00</updated><id>/2016/11/15/weekly-update</id><content type="html" xml:base="/2016/11/15/weekly-update.html"><p>Welcome to the twenty-third edition of the Kudu Weekly Update. This weekly blog post covers ongoing development and news in the Apache Kudu project.</p> <!--more--> @@ -9,13 +9,18 @@ covers ongoing development and news in the Apache Kudu project.</p> <li> <p>The first release candidate for Kudu 1.1.0 is <a href="http://mail-archives.apache.org/mod_mbox/kudu-dev/201611.mbox/%3CCADY20s7ZKZkPmUEcTexW%3D%2B_%2BLnDY2hABZg0-UZD3jvWAs9-pog%40mail.gmail.com%3E">now available</a>.</p> - <p>Noteworthy new features/improvements: -* The Python client has been brought to feature parity with the C++ and Java clients. -* IN LIST predicates. -* Java client now features client-side tracing. -* Kudu now publishes jar files for Spark 2.0 compiled with Scala 2.11. -* Kuduâs Raft implementation now features pre-elections. In our tests this has greatly - improved stability.</p> + <dl> + <dt>Noteworthy new features/improvements:</dt> + <dd> + <ul> + <li>The Python client has been brought to feature parity with the C++ and Java clients.</li> + <li>IN LIST predicates.</li> + <li>Java client now features client-side tracing.</li> + <li>Kudu now publishes jar files for Spark 2.0 compiled with Scala 2.11.</li> + <li>Kuduâs Raft implementation now features pre-elections. In our tests this has greatly improved stability.</li> + </ul> + </dd> + </dl> <p>Community developers and users are encouraged to download the source tarball and vote on the release.</p>
