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/16 17:00:10 UTC

incubator-kudu git commit: Added post on Kudu/StreamSets session at Hadoop Summit. Hard-wrapped, ASF branding observed, explicit link added.

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 70ed1f50b -> 86ae98bc4


Added post on Kudu/StreamSets session at Hadoop Summit. Hard-wrapped, ASF branding observed, explicit link added.

Change-Id: Ief01c1a318132366d5542d2a5a6cc4896034e92c
Reviewed-on: http://gerrit.cloudera.org:8080/2790
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: 86ae98bc458c2cd308fc3beff56815267ce45feb
Parents: 70ed1f5
Author: Pat Patterson <me...@gmail.com>
Authored: Thu Apr 14 06:59:48 2016 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Fri Apr 15 04:40:25 2016 +0000

----------------------------------------------------------------------
 ...son-apache-kudu-streamsets-data-collector.md | 40 ++++++++++++++++++++
 1 file changed, 40 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/86ae98bc/_posts/2016-04-14-ingesting-json-apache-kudu-streamsets-data-collector.md
----------------------------------------------------------------------
diff --git a/_posts/2016-04-14-ingesting-json-apache-kudu-streamsets-data-collector.md b/_posts/2016-04-14-ingesting-json-apache-kudu-streamsets-data-collector.md
new file mode 100644
index 0000000..01f9cd9
--- /dev/null
+++ b/_posts/2016-04-14-ingesting-json-apache-kudu-streamsets-data-collector.md
@@ -0,0 +1,40 @@
+---
+layout: post
+title: Ingesting JSON Data Into Apache Kudu with StreamSets Data Collector
+author: Pat Patterson
+---
+At the [Hadoop Summit in Dublin](http://2016.hadoopsummit.org/dublin/) 
+this week, [Ted Malaska](https://twitter.com/TedMalaska), Principal 
+Solutions Architect at Cloudera, and I presented *Ingest and Stream 
+Processing - What Will You Choose?*, looking at the big data streaming 
+landscape with a focus on ingest. The session closed with a demo of 
+StreamSets Data Collector, the open source graphical IDE for building 
+ingest pipelines.
+
+In the demo, I built a pipeline to read JSON data from Apache Kafka, 
+augmented the data in JavaScript, and wrote the resulting records to 
+both Apache Kudu (incubating) for analysis and Apache Kafka for 
+visualization.
+
+<!--more-->
+
+Here's a recording of the session:
+
+[![YouTube video](https://img.youtube.com/vi/wdX_uvfVP0g/0.jpg)](https://www.youtube.com/watch?v=wdX_uvfVP0g)
+
+The Apache Kudu destination is new in StreamSets Data Collector 1.3.0.0, 
+[released this week](https://streamsets.com/blog/announcing-data-collector-ver-1-3-0-0/) 
+and [available for download](https://streamsets.com/opensource/).
+
+Learn more about StreamSets at 
+[https://streamsets.com/](https://streamsets.com/).
+
+About the Author
+----------------
+
+[Pat Patterson](https://about.me/patpatterson) was recently hired as 
+Community Champion at StreamSets. Prior to StreamSets, Pat was a 
+developer evangelist at Salesforce, focused on identity, integration and 
+the Internet of Things and, before that, managed the OpenSSO community 
+at Sun Microsystems. Pat enjoys hacking code at every level - from 
+kernel drivers in C to web front ends in JavaScript.
\ No newline at end of file