You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2017/08/29 18:37:41 UTC

kudu git commit: [docs] Add release note for CSV/Avro/Parquet import/export

Repository: kudu
Updated Branches:
  refs/heads/branch-1.5.x 655cf1d5e -> c734d6417


[docs] Add release note for CSV/Avro/Parquet import/export

Release notes for: 5d53a3b7146c6bcf330ddae0

Change-Id: I5e8b6099e34b017fd552e19c4116eddd1b3a55f6
Reviewed-on: http://gerrit.cloudera.org:8080/7852
Reviewed-by: Dan Burkert <da...@apache.org>
Tested-by: Dan Burkert <da...@apache.org>
(cherry picked from commit 2247931fd3297bb619d798b763767c5b0dd50b64)
Reviewed-on: http://gerrit.cloudera.org:8080/7875


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

Branch: refs/heads/branch-1.5.x
Commit: c734d6417fe094b160055f9bdff776eeb44dc41b
Parents: 655cf1d
Author: Grant Henke <gr...@gmail.com>
Authored: Sat Aug 26 00:51:11 2017 -0500
Committer: Dan Burkert <da...@apache.org>
Committed: Tue Aug 29 18:37:23 2017 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/c734d641/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 800b21b..626165f 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -87,6 +87,14 @@
   tablet servers. The local replica data size tool summarizes the space usage of
   a tablet, breaking it down by type of file, column, and rowset.
 
+* kudu-client-tools now supports exporting CSV files and importing
+  Apache Parquet files. This feature is unstable and may change APIs and
+  functionality in future releases.
+
+* kudu-spark-tools now supports importing and exporting CSV, Apache Avro and
+  Apache Parquet files. This feature is unstable and may change APIs and
+  functionality in future releases.
+
 == Optimizations and improvements
 
 * Kudu 1.5's log block manager now performs disk synchronization in batches.