You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2019/05/02 19:14:17 UTC

[drill-site] branch asf-site updated: add meetup link to News title

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

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new eb3eef5  add meetup link to News title
eb3eef5 is described below

commit eb3eef5fd3afc5a53b5eccff68b7c54d996e567c
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Thu May 2 12:14:02 2019 -0700

    add meetup link to News title
---
 blog/2019/05/02/drill-user-meetup/index.html | 179 +++++++++++++++++++++++++++
 blog/index.html                              |   5 +
 feed.xml                                     |  53 +++-----
 index.html                                   |   4 +-
 4 files changed, 200 insertions(+), 41 deletions(-)

diff --git a/blog/2019/05/02/drill-user-meetup/index.html b/blog/2019/05/02/drill-user-meetup/index.html
new file mode 100644
index 0000000..a9f5e94
--- /dev/null
+++ b/blog/2019/05/02/drill-user-meetup/index.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+
+<meta charset="UTF-8">
+<meta name=viewport content="width=device-width, initial-scale=1">
+
+
+<title>Drill User Meetup 2019 - Apache Drill</title>
+
+<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
+<link href='//fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'/>
+<link href="/css/site.css" rel="stylesheet" type="text/css"/>
+
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
+<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
+
+<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" language="javascript" type="text/javascript"></script>
+<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" language="javascript" type="text/javascript"></script>
+<script language="javascript" type="text/javascript" src="/js/modernizr.custom.js"></script>
+<script language="javascript" type="text/javascript" src="/js/script.js"></script>
+<script language="javascript" type="text/javascript" src="/js/drill.js"></script>
+
+</head>
+
+
+<body onResize="resized();">
+  <div class="page-wrap">
+    <div class="bui"></div>
+
+<div id="menu" class="mw">
+<ul>
+  <li class='toc-categories'>
+  <a class="expand-toc-icon" href="javascript:void(0);"><i class="fa fa-bars"></i></a>
+  </li>
+  <li class="logo"><a href="/"></a></li>
+  <li class='expand-menu'>
+  <a href="javascript:void(0);"><span class='menu-text'>Menu</span><span class='expand-icon'><i class="fa fa-bars"></i></span></a>
+  </li>
+  <li class='clear-float'></li>
+  <li class="apache-link">
+    <a href="/apacheASF/">Apache</a>
+  </li>
+  <li class="poweredby">
+    <a href="/poweredBy">Powered By</a>
+  </li>
+  <li class="documentation-menu">
+    <a href="/docs/">Documentation</a>
+    <ul>
+      
+        <li><a href="/docs/getting-started/">Getting Started</a></li>
+      
+        <li><a href="/docs/architecture/">Architecture</a></li>
+      
+        <li><a href="/docs/tutorials/">Tutorials</a></li>
+      
+        <li><a href="/docs/drill-on-yarn/">Drill-on-YARN</a></li>
+      
+        <li><a href="/docs/install-drill/">Install Drill</a></li>
+      
+        <li><a href="/docs/configure-drill/">Configure Drill</a></li>
+      
+        <li><a href="/docs/connect-a-data-source/">Connect a Data Source</a></li>
+      
+        <li><a href="/docs/odbc-jdbc-interfaces/">ODBC/JDBC Interfaces</a></li>
+      
+        <li><a href="/docs/query-data/">Query Data</a></li>
+      
+        <li><a href="/docs/performance-tuning/">Performance Tuning</a></li>
+      
+        <li><a href="/docs/log-and-debug/">Log and Debug</a></li>
+      
+        <li><a href="/docs/sql-reference/">SQL Reference</a></li>
+      
+        <li><a href="/docs/data-sources-and-file-formats/">Data Sources and File Formats</a></li>
+      
+        <li><a href="/docs/develop-custom-functions/">Develop Custom Functions</a></li>
+      
+        <li><a href="/docs/troubleshooting/">Troubleshooting</a></li>
+      
+        <li><a href="/docs/developer-information/">Developer Information</a></li>
+      
+        <li><a href="/docs/release-notes/">Release Notes</a></li>
+      
+        <li><a href="/docs/sample-datasets/">Sample Datasets</a></li>
+      
+        <li><a href="/docs/project-bylaws/">Project Bylaws</a></li>
+      
+        <li><a href="/docs/ecosystem/">Ecosystem</a></li>
+      
+    </ul>
+  </li>
+  <li class='nav'>
+    <a href="/community-resources/">Community</a>
+    <ul>
+      <li><a href="/team/">Team</a></li>
+      <li><a href="/mailinglists/">Mailing Lists</a></li>
+      <li><a href="/community-resources/">Community Resources</a></li>
+    </ul>
+  </li>
+  <li class='nav'><a href="/faq/">FAQ</a></li>
+  <li class='nav'><a href="/blog/">Blog</a></li>
+  <li id="twitter-menu-item"><a href="https://twitter.com/apachedrill" title="apachedrill on twitter" target="_blank"><img src="/images/twitter_32_26_white.png" alt="twitter logo" align="center"></a> </li>
+  <li class='search-bar'>
+    <form id="drill-search-form">
+      <input type="text" placeholder="Search Apache Drill" id="drill-search-term" />
+      <button type="submit">
+        <i class="fa fa-search"></i>
+      </button>
+    </form>
+  </li>
+  <li class="d">
+    <a href="/download/">
+      <i class="fa fa-cloud-download"></i> Download
+    </a>
+  </li>
+</ul>
+</div>
+
+    <link href="/css/content.css" rel="stylesheet" type="text/css">
+
+<div class="post int_text">
+  <header class="post-header">
+    <div class="int_title">
+      <h1 class="post-title">Drill User Meetup 2019</h1>
+    </div>
+    <p class="post-meta">
+    
+      
+      
+      <strong>Author:</strong> Bridget Bevens (Committer, MapR Technologies)<br />
+    
+<strong>Date:</strong> May 2, 2019
+</p>
+  </header>
+  <div class="addthis_sharing_toolbox"></div>
+
+  <article class="post-content">
+    
+  </article>
+ <div id="disqus_thread"></div>
+    <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'drill'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+    </script>
+    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+    
+</div>
+<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-548b2caa33765e8d" async="async"></script>
+
+  </div>
+  <p class="push"></p>
+<div id="footer" class="mw">
+<div class="wrapper">
+Copyright © 2012-2014 The Apache Software Foundation, licensed under the Apache License, Version 2.0.<br>
+Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.<br/><br/>
+</div>
+</div>
+
+  <script>
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-53379651-1', 'auto');
+ga('send', 'pageview');
+</script>
+<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-548b2caa33765e8d" async="async"></script>
+</body>
+</html>
diff --git a/blog/index.html b/blog/index.html
index 49a6e57..72a4dcc 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -124,6 +124,11 @@
 </div>
 
 <div class="int_text" align="left"><!-- previously: site.posts -->
+<p><a class="post-link" href="/blog/2019/05/02/drill-user-meetup/">Drill User Meetup 2019</a><br/>
+<span class="post-date">Posted on May 2, 2019
+by Bridget Bevens</span>
+<br/>Drill User Meetup coming soon.</p>
+<!-- previously: site.posts -->
 <p><a class="post-link" href="/blog/2019/05/02/drill-1.16-released/">Drill 1.16 Released</a><br/>
 <span class="post-date">Posted on May 2, 2019
 by Bridget Bevens</span>
diff --git a/feed.xml b/feed.xml
index 86a5f89..f9c457c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,11 +6,23 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 02 May 2019 10:29:27 -0700</pubDate>
-    <lastBuildDate>Thu, 02 May 2019 10:29:27 -0700</lastBuildDate>
+    <pubDate>Thu, 02 May 2019 12:11:44 -0700</pubDate>
+    <lastBuildDate>Thu, 02 May 2019 12:11:44 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>
+        <title>Drill User Meetup 2019</title>
+        <description></description>
+        <pubDate>Thu, 02 May 2019 00:00:00 -0700</pubDate>
+        <link>/blog/2019/05/02/drill-user-meetup/</link>
+        <guid isPermaLink="true">/blog/2019/05/02/drill-user-meetup/</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Drill 1.16 Released</title>
         <description>&lt;p&gt;Today, we&amp;#39;re happy to announce the availability of Drill 1.16.0. You can download it &lt;a href=&quot;https://drill.apache.org/download/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
 
@@ -417,42 +429,5 @@ cp jets3t-0.9.2/jars/jets3t-0.9.2.jar &lt;span class=&quot;nv&quot;&gt;$DRILL_HO
         
       </item>
     
-      <item>
-        <title>Drill 1.10 Released</title>
-        <description>&lt;p&gt;Today, we&amp;#39;re happy to announce the availability of Drill 1.10.0. You can download it &lt;a href=&quot;https://drill.apache.org/download/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
-
-&lt;p&gt;The release provides the following bug fixes and improvements:&lt;/p&gt;
-
-&lt;h2 id=&quot;cttas&quot;&gt;CTTAS&lt;/h2&gt;
-
-&lt;p&gt;The CREATE TEMPORARY TABLE AS (CTTAS) command stores the results of a query in a temporary table. See &lt;a href=&quot;/docs/create-temporary-table-as-cttas/&quot;&gt;CTTAS&lt;/a&gt;. &lt;/p&gt;
-
-&lt;h2 id=&quot;improved-fault-tolerance&quot;&gt;Improved Fault Tolerance&lt;/h2&gt;
-
-&lt;p&gt;An optional &lt;code&gt;tries=&amp;lt;value&amp;gt;&lt;/code&gt; parameter included in the JDBC connection string indicates the number of unique drillbits to which the client can try to connect. See &lt;a href=&quot;/docs/using-the-jdbc-driver/#using-the-jdbc-url-format-for-a-direct-drillbit-connection&quot;&gt;Using the JDBC URL Format for a Direct Drillbit Connection&lt;/a&gt;.    &lt;/p&gt;
-
-&lt;h2 id=&quot;drill-version-and-statistics-in-web-console&quot;&gt;Drill Version and Statistics in Web Console&lt;/h2&gt;
-
-&lt;p&gt;The Web Console displays additional query profile statistics and the Drill version running on each Drill node in the cluster. See &lt;a href=&quot;/docs/identifying-multiple-drill-versions-in-a-cluster&quot;&gt;Identifying Multiple Drill Versions in a Cluster&lt;/a&gt;.  &lt;/p&gt;
-
-&lt;h2 id=&quot;implicit-interpretation-of-int96&quot;&gt;Implicit Interpretation of INT96&lt;/h2&gt;
-
-&lt;p&gt;Drill implicitly interprets the INT96 timestamp data type in Parquet files when the new &lt;code&gt;store.parquet.reader.int96_as_timestamp&lt;/code&gt; option is enabled. See &lt;a href=&quot;/docs/parquet-format/#about-int96-support&quot;&gt;About INT96 Support&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h2 id=&quot;kerberos-authentication&quot;&gt;Kerberos Authentication&lt;/h2&gt;
-
-&lt;p&gt;Drill supports Kerberos authentication between the client and drillbit. See &lt;a href=&quot;/docs/configuring-kerberos-authentication/&quot;&gt;Configuring Kerberos Authentication&lt;/a&gt; in the &lt;a href=&quot;/docs/securing-drill/&quot;&gt;Securing Drill&lt;/a&gt; section.&lt;/p&gt;
-
-&lt;p&gt;A complete list of JIRAs resolved in the 1.10.0 release can be found &lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338769&amp;styleName=Html&amp;projectId=12313820&amp;Create=Create&amp;atl_token=A5KQ-2QAV-T4JA-FDED%7C264858c85b35c3b8ac66b0573aa7e88ffa802c9d%7Clin&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
-</description>
-        <pubDate>Wed, 15 Mar 2017 00:00:00 -0700</pubDate>
-        <link>/blog/2017/03/15/drill-1.10-released/</link>
-        <guid isPermaLink="true">/blog/2017/03/15/drill-1.10-released/</guid>
-        
-        
-        <category>blog</category>
-        
-      </item>
-    
   </channel>
 </rss>
diff --git a/index.html b/index.html
index 799f923..0bd65cf 100644
--- a/index.html
+++ b/index.html
@@ -187,9 +187,9 @@ $(document).ready(function() {
   <div class="news">News:
   </div>
   
-  <div><a href="/blog/2019/05/02/drill-1.16-released/">Drill 1.16 Released</a><br/><span>(Bridget Bevens)</span></div>
+  <div><a href="https://www.meetup.com/Bay-Area-Apache-Drill-User-Group/events/260840985/">Drill User Meetup 2019</a><br/><span>(Bridget Bevens)</span></div>
   
-  <div><a href="/blog/2018/12/31/drill-1.15-released/">Drill 1.15 Released</a><br/><span>(Bridget Bevens)</span></div>
+  <div><a href="/blog/2019/05/02/drill-1.16-released/">Drill 1.16 Released</a><br/><span>(Bridget Bevens)</span></div>
 </div>
 <div class="mw introWrapper">
   <table class="intro" cellpadding="0" cellspacing="0" align="center">