This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new fa14d68  Add .jekyll-metadata to .gitignore, remove hardcoded meetup 
URL in index.html, add backdated blog post about Learning Apache Drill
fa14d68 is described below

commit fa14d681461119aca3d7af2c494302bd09ff6f7b
Author: James Turton <[email protected]>
AuthorDate: Wed Jan 6 12:28:56 2021 +0200

    Add .jekyll-metadata to .gitignore, remove hardcoded meetup URL in
    index.html, add backdated blog post about Learning Apache Drill
---
 .gitignore                                         |  1 +
 .../2018-12-01-learning-apache-drill-book.md       | 27 ++++++++++++++++++++++
 index.html                                         |  2 +-
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0565b0c..61fd70b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.jekyll-metadata
 _site/*
 .sass-cache/*
 .project
diff --git a/blog/_posts/2018-12-01-learning-apache-drill-book.md 
b/blog/_posts/2018-12-01-learning-apache-drill-book.md
new file mode 100644
index 0000000..a8eaabd
--- /dev/null
+++ b/blog/_posts/2018-12-01-learning-apache-drill-book.md
@@ -0,0 +1,27 @@
+---
+layout: post
+title: "Learning Apache Drill book from O'Reilly Media"
+code: learning-apache-drill-book
+excerpt: A new book for learning to work with Apache Drill from two Drill 
comitters has been published through O'Reilly Media.  The book contains helpful 
explanations and recipes for different types of user from big data admins to 
data scientists.  It also presents information relevant to developers 
interested in customising Drill, contributing to the open source project or 
just taking a peek under the hood.
+authors: ["jturton"]
+---
+
+The following summary of the book is (provided by the 
authors)[https://github.com/cgivre/drillbook].
+
+<img src="images/cover.jpg" height=350 align="right" />In this practical book, 
Drill committers Charles Givre and Paul Rogers show analysts and data 
scientists how to query and analyze raw data using this powerful tool. Data 
scientists today spend about 80% of their time just gathering and cleaning 
data. With this book, you’ll learn how Drill helps you analyze data more 
effectively to drive down time to insight.
+
+* Use Drill to clean, prepare, and summarize delimited data for further 
analysis
+* Query file types including logfiles, Parquet, JSON, and other complex formats
+* Query Hadoop, relational databases, MongoDB, and Kafka with standard SQL
+* Connect to Drill programmatically using a variety of languages
+* Use Drill even with challenging or ambiguous file formats
+* Perform sophisticated analysis by extending Drill’s functionality with 
user-defined functions
+* Facilitate data analysis for network security, image metadata, and machine 
learning
+
+## Purchasing
+You can download an electronic copy of Learning Apache Drill on Safari Books 
http://shop.oreilly.com/product/0636920142898.do or on Amazon. 
+
+## Authors
+
+* Charles Givre CISSP, Lead Data Scientist, Deutsche Bank, Co-Founder GTK 
Cyber http://www.thedataist.com
+* Paul Rogers, Big Data Engineer, Cloudera
diff --git a/index.html b/index.html
index 746a1a1..2095080 100644
--- a/index.html
+++ b/index.html
@@ -72,7 +72,7 @@ $(document).ready(function() {
   {% assign post = site.categories.blog[0] %}
   <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title 
%}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% 
include authors.html %})</span></div>
   {% assign post = site.categories.blog[1] %}
-  <div><a 
href="https://www.meetup.com/Bay-Area-Apache-Drill-User-Group/events/260840985/";>{%
 if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif 
%}</a><br/><span>({% include authors.html %})</span></div>
+  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title 
%}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% 
include authors.html %})</span></div>
 </div>
 <div class="mw introWrapper">
   <table class="intro" cellpadding="0" cellspacing="0" align="center">

Reply via email to