bbevens closed pull request #1523: Developer Day URL: https://github.com/apache/drill/pull/1523
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/blog/_posts/2018-10-16-drill-developer-day.md b/blog/_posts/2018-10-16-drill-developer-day.md new file mode 100644 index 00000000000..582c8d2f7b8 --- /dev/null +++ b/blog/_posts/2018-10-16-drill-developer-day.md @@ -0,0 +1,8 @@ +--- +layout: post +title: "Drill Developer Day 2018" +code: +excerpt: Drill Developer Day coming soon. +authors: ["bbevens"] +date: 2018-10-16 19:18:04 UTC +--- diff --git a/images/thumbnail-0rurIzOkTIg.jpg b/images/thumbnail-0rurIzOkTIg.jpg new file mode 100644 index 00000000000..0e54e72961e Binary files /dev/null and b/images/thumbnail-0rurIzOkTIg.jpg differ diff --git a/images/thumbnail-lslA8kDr_jQ.jpg b/images/thumbnail-lslA8kDr_jQ.jpg new file mode 100644 index 00000000000..9e4c1ffd375 Binary files /dev/null and b/images/thumbnail-lslA8kDr_jQ.jpg differ diff --git a/index.html b/index.html index 7e0209e102d..e0b90d4bd20 100755 --- a/index.html +++ b/index.html @@ -45,6 +45,8 @@ <div class="item"> <div class="headlines tc"> <div id="video-slider" class="slider"> + <div class="slide"><a class="various fancybox.iframe" href="//www.youtube.com/embed/0rurIzOkTIg"><img src="{{ site.baseurl }}/images/thumbnail-0rurIzOkTIg.jpg" class="thumbnail" /><img src="{{ site.baseurl }}/images/play-mq.png" class="play" /></a><div class="title">Overview of Apache Drill Query Execution</div></div> + <div class="slide"><a class="various fancybox.iframe" href="//www.youtube.com/embed/lslA8kDr_jQ"><img src="{{ site.baseurl }}/images/thumbnail-lslA8kDr_jQ.jpg" class="thumbnail" /><img src="{{ site.baseurl }}/images/play-mq.png" class="play" /></a><div class="title">SQL Queries on Parquet Data </div></div> <div class="slide"><a class="various fancybox.iframe" href="//www.youtube.com/embed/6pGeQOXDdD8"><img src="{{ site.baseurl }}/images/thumbnail-65c42i7Xg7Q.jpg" class="thumbnail" /><img src="{{ site.baseurl }}/images/play-mq.png" class="play" /></a><div class="title">The Rise of the Non-Relational Datastore</div></div> <div class="slide"><a class="various fancybox.iframe" href="//www.youtube.com/embed/MYY51kiFPTk"><img src="{{ site.baseurl }}/images/thumbnail-MYY51kiFPTk.jpg" class="thumbnail" /><img src="{{ site.baseurl }}/images/play-mq.png" class="play" /></a><div class="title">Deployment Options and BI Tools</div></div> <div class="slide"><a class="various fancybox.iframe" href="//www.youtube.com/embed/bhmNbH2yzhM"><img src="{{ site.baseurl }}/images/thumbnail-bhmNbH2yzhM.jpg" class="thumbnail" /><img src="{{ site.baseurl }}/images/play-mq.png" class="play" /></a><div class="title">Connecting to Data Sources</div></div> @@ -68,11 +70,12 @@ <h2 id="sub-headline">Schema-free SQL Query Engine <br class="mobile-break" />fo <div class="news">News: </div> {% 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> + <div><a href="https://t.co/9752ikEZsO">{% 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="{{ 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[2] %} + <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"> <tbody> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services