You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2017/01/05 19:22:20 UTC

kudu git commit: KUDU-1818. Add link to Cloudera training in FAQ

Repository: kudu
Updated Branches:
  refs/heads/gh-pages 602e87741 -> 509550471


KUDU-1818. Add link to Cloudera training in FAQ

Additionally I snuck in a formatting fix I noticed for a later FAQ
entry.

Change-Id: Ic5bb14c4b5d54a5b43ac5c15611377e901d9c47a
Reviewed-on: http://gerrit.cloudera.org:8080/5601
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>
Tested-by: Jean-Daniel Cryans <jd...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: 5095504710da302ec073aa6994e4e48ec9f11df2
Parents: 602e877
Author: Todd Lipcon <to...@cloudera.com>
Authored: Wed Jan 4 14:20:44 2017 -0800
Committer: Jean-Daniel Cryans <jd...@apache.org>
Committed: Wed Jan 4 23:04:01 2017 +0000

----------------------------------------------------------------------
 faq.md | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/50955047/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index b946ef7..f5e24f4 100644
--- a/faq.md
+++ b/faq.md
@@ -69,11 +69,21 @@ forward to working with a larger community during its next phase of development.
 
 #### Is training available?
 
-Currently, commercial training for Kudu is not available. You can get help with using
-Kudu through [documentation](docs/index.html),
+Training is not provided by the Apache Software Foundation, but may be provided
+by third-party vendors.
+
+As of January 2016, Cloudera offers an
+[on-demand training course](https://university.cloudera.com/content/cloudera-university-ondemand-introduction-to-apache-kudu)
+entitled "Introduction to Apache Kudu".
+This training covers what Kudu is, and how it compares to other Hadoop-related
+storage systems, use cases that will benefit from using Kudu, and how to create,
+store, and access data in Kudu tables with Apache Impala.
+
+Aside from training, you can also get help with using Kudu through
+[documentation](docs/index.html),
 the [mailing lists](community.html),
-the [Kudu chat room](https://getkudu-slack.herokuapp.com/), and the [Cloudera beta
-release forum](https://community.cloudera.com/t5/Beta-Releases-Kudu-RecordService/bd-p/Beta).
+the [Kudu chat room](https://getkudu-slack.herokuapp.com/), and the
+[Cloudera beta release forum](https://community.cloudera.com/t5/Beta-Releases-Kudu-RecordService/bd-p/Beta).
 
 #### Is there a quickstart VM?
 
@@ -112,6 +122,7 @@ allow the cache to survive tablet server restarts, so that it never starts "cold
 In addition, Kudu's C++ implementation can scale to very large heaps. Coupled
 with its CPU-efficient design, Kudu's heap scalability offers outstanding
 performance for data sets that fit in memory.
+
 #### Does Kudu run its own format type or does it use Parquet? What is the compression recommendation?
 
 Kudu's on-disk data format closely resembles Parquet, with a few differences to