You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Boaz Ben-Zvi <bo...@apache.org> on 2018/08/05 06:34:57 UTC

[ANNOUNCE] Apache Drill Release 1.14.0

On behalf of the Apache Drill community, I am happy to announce the release of Apache Drill 1.14.0.

For information about Apache Drill, and to get involved, visit the project website [1].

This release of Drill provides the following many new features and improvements:
=================================================================================

- Ability to run Drill in a Docker container. (DRILL-6346)

- Ability to export and save your storage plugin configurations to a JSON file for reuse. (DRILL-4580)

- Ability to manage storage plugin configurations in the Drill configuration file, storage-plugins-override.conf. (DRILL-6494)

- Functions that return data type information. (DRILL-6361)

- The Drill kafka storage plugin supports filter pushdown for query conditions on certain Kafka metadata fields in messages. (DRILL-5977)

- Spill to disk for the Hash Join operator. (DRILL-6027)

- The dfs storage plugin supports a Logfile plugin extension that enables Drill to directly read and query log files of any format. (DRILL-6104)

- Phonetic and string distance functions. (DRILL-6519)

- The store.hive.conf.properties option enables you to specify Hive properties at the session level using the SET command. (DRILL-6575)

- Drill can directly manage the CPU resources through the Drill start-up script, drill-env.sh; you no longer have to manually add the PID to the cgroup.procs file each time a Drillbit restarts. (DRILL-143)

- Drill can query the metadata in various image formats with the image metadata format plugin. (DRILL-4364)

- Enhanced decimal data type support. (DRILL-6094)

- Option to push LIMIT(0) on top of SCAN. (DRILL-6574)

- Parquet filter pushdown improvements. (DRILL-6174)

- Drill can infer filter conditions for join queries and push the filter conditions down to the data source. (DRILL-6173)

- Drill uses a native reader to read Hive tables when you enable the store.hive.optimize_scan_with_native_readers option. When enabled, Drill reads data faster and applies filter pushdown optimizations. (DRILL-6331)

- Early release of lateral join. (DRILL-5999)

===================================================

For the full list please see the release notes at [2].

The binary and source artifacts are available here [3].

1. https://drill.apache.org/
2. https://drill.apache.org/docs/apache-drill-1-14-0-release-notes/
3. https://drill.apache.org/download/

     Thanks to everyone in the community who contributed to this release!

        Boaz
  



Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Vlad Rozov <vr...@apache.org>.
From http://drill.apache.org/docs/drill-introduction/: <http://drill.apache.org/docs/drill-introduction/:>

Drill is an Apache open-source SQL query engine for Big Data exploration. Drill is designed from the ground up to support high-performance analysis on the semi-structured and rapidly evolving data coming from modern Big Data applications, while still providing the familiarity and ecosystem of ANSI SQL, the industry-standard query language. Drill provides plug-and-play integration with existing Apache Hive and Apache HBase deployments.

Thank you,

Vlad

> On Aug 9, 2018, at 11:42 AM, Boaz Ben-Zvi <bo...@mapr.com> wrote:
> 
>   Thanks Vlad for the advice and the link. Looking back at prior releases,
> the 1.9.0 announcement (by Sudheesh) was also sent to the
> announce@apache.org, but then he got feedback like "What's this project
> about?" and "Why should I care?" , so the following announcements avoided
> the Apache general list.
>   The link does suggest " put 3-5 lines blurb for the project. " , which
> could address such feedbacks.
>     We should try and compose a good "blurb" first.
> 
>              Boaz
> 
> 
> On Thu, Aug 9, 2018 at 11:14 AM, Vlad Rozov <vr...@apache.org> wrote:
> 
>> I'd recommend announcing the release on the ASF-wide mailing list (
>> announce@apache.org) as well as there may be other community members who
>> may get interested in the new functionality. Please see [1] for the
>> requirements.
>> 
>> Thank you,
>> 
>> Vlad
>> 
>> [1] https://urldefense.proofpoint.com/v2/url?u=http-3A__www.
>> apache.org_legal_release-2Dpolicy.html-23release-
>> 2Dannouncements&d=DwIBaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=
>> PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=wgS7HUblyvBJyV2zHVsb_
>> f3xin2DwJkVwQLS8RXwH1M&s=qgOPe8LyLXFsI1T3WIIXnvmSWJASg6LeVldtgQKjuBw&e=
>> 
>> On 2018/08/06 06:15:55, Charles Givre <cg...@gmail.com> wrote:
>>> Thanks Boaz and great work everyone!
>>> 
>>> Sent from my iPhone
>>> 
>>>> On Aug 5, 2018, at 21:52, Abhishek Girish <ag...@apache.org> wrote:
>>>> 
>>>> Congratulations, everyone! And Boaz, thanks so much for coordinating
>> the
>>>> release.
>>>> 
>>>> Folks, please try out 1.14 - it's our best release yet!
>>>> 
>>>>> On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:
>>>>> 
>>>>> On behalf of the Apache Drill community, I am happy to announce the
>>>>> release of Apache Drill 1.14.0.
>>>>> 
>>>>> For information about Apache Drill, and to get involved, visit the
>> project
>>>>> website [1].
>>>>> 
>>>>> This release of Drill provides the following many new features and
>>>>> improvements:
>>>>> 
>>>>> ============================================================
>> =====================
>>>>> 
>>>>> - Ability to run Drill in a Docker container. (DRILL-6346)
>>>>> 
>>>>> - Ability to export and save your storage plugin configurations to a
>> JSON
>>>>> file for reuse. (DRILL-4580)
>>>>> 
>>>>> - Ability to manage storage plugin configurations in the Drill
>>>>> configuration file, storage-plugins-override.conf. (DRILL-6494)
>>>>> 
>>>>> - Functions that return data type information. (DRILL-6361)
>>>>> 
>>>>> - The Drill kafka storage plugin supports filter pushdown for query
>>>>> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
>>>>> 
>>>>> - Spill to disk for the Hash Join operator. (DRILL-6027)
>>>>> 
>>>>> - The dfs storage plugin supports a Logfile plugin extension that
>> enables
>>>>> Drill to directly read and query log files of any format. (DRILL-6104)
>>>>> 
>>>>> - Phonetic and string distance functions. (DRILL-6519)
>>>>> 
>>>>> - The store.hive.conf.properties option enables you to specify Hive
>>>>> properties at the session level using the SET command. (DRILL-6575)
>>>>> 
>>>>> - Drill can directly manage the CPU resources through the Drill
>> start-up
>>>>> script, drill-env.sh; you no longer have to manually add the PID to
>> the
>>>>> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
>>>>> 
>>>>> - Drill can query the metadata in various image formats with the image
>>>>> metadata format plugin. (DRILL-4364)
>>>>> 
>>>>> - Enhanced decimal data type support. (DRILL-6094)
>>>>> 
>>>>> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
>>>>> 
>>>>> - Parquet filter pushdown improvements. (DRILL-6174)
>>>>> 
>>>>> - Drill can infer filter conditions for join queries and push the
>> filter
>>>>> conditions down to the data source. (DRILL-6173)
>>>>> 
>>>>> - Drill uses a native reader to read Hive tables when you enable the
>>>>> store.hive.optimize_scan_with_native_readers option. When enabled,
>> Drill
>>>>> reads data faster and applies filter pushdown optimizations.
>> (DRILL-6331)
>>>>> 
>>>>> - Early release of lateral join. (DRILL-5999)
>>>>> 
>>>>> ===================================================
>>>>> 
>>>>> For the full list please see the release notes at [2].
>>>>> 
>>>>> The binary and source artifacts are available here [3].
>>>>> 
>>>>> 1. https://urldefense.proofpoint.com/v2/url?u=https-3A__drill.
>> apache.org_&d=DwIBaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=
>> PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=wgS7HUblyvBJyV2zHVsb_
>> f3xin2DwJkVwQLS8RXwH1M&s=G_3ypTlStJfrELX2T2sHdvi0H567Rj-3Ccim7xIgzZE&e=
>>>>> 2. https://urldefense.proofpoint.com/v2/url?u=https-3A__drill.
>> apache.org_docs_apache-2Ddrill-2D1-2D14-2D0-2Drelease-2Dnotes_&d=DwIBaQ&c=
>> cskdkSMqhcnjZxdQVpwTXg&r=PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=
>> wgS7HUblyvBJyV2zHVsb_f3xin2DwJkVwQLS8RXwH1M&s=HjAcDFcq9VkLkb6to_
>> NU8HnHuqBLEfmO0rha4JH_FGU&e=
>>>>> 3. https://urldefense.proofpoint.com/v2/url?u=https-3A__drill.
>> apache.org_download_&d=DwIBaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=
>> PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=wgS7HUblyvBJyV2zHVsb_
>> f3xin2DwJkVwQLS8RXwH1M&s=ZPyqdfc9O7GoWD3PaHZLFt2ospO0MJT4TDDRNbaw3YE&e=
>>>>> 
>>>>>    Thanks to everyone in the community who contributed to this
>> release!
>>>>> 
>>>>>       Boaz
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>> 
>> 


Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Boaz Ben-Zvi <bo...@mapr.com>.
   Thanks Vlad for the advice and the link. Looking back at prior releases,
the 1.9.0 announcement (by Sudheesh) was also sent to the
announce@apache.org, but then he got feedback like "What's this project
about?" and "Why should I care?" , so the following announcements avoided
the Apache general list.
   The link does suggest " put 3-5 lines blurb for the project. " , which
could address such feedbacks.
     We should try and compose a good "blurb" first.

              Boaz


On Thu, Aug 9, 2018 at 11:14 AM, Vlad Rozov <vr...@apache.org> wrote:

> I'd recommend announcing the release on the ASF-wide mailing list (
> announce@apache.org) as well as there may be other community members who
> may get interested in the new functionality. Please see [1] for the
> requirements.
>
> Thank you,
>
> Vlad
>
> [1] https://urldefense.proofpoint.com/v2/url?u=http-3A__www.
> apache.org_legal_release-2Dpolicy.html-23release-
> 2Dannouncements&d=DwIBaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=
> PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=wgS7HUblyvBJyV2zHVsb_
> f3xin2DwJkVwQLS8RXwH1M&s=qgOPe8LyLXFsI1T3WIIXnvmSWJASg6LeVldtgQKjuBw&e=
>
> On 2018/08/06 06:15:55, Charles Givre <cg...@gmail.com> wrote:
> > Thanks Boaz and great work everyone!
> >
> > Sent from my iPhone
> >
> > > On Aug 5, 2018, at 21:52, Abhishek Girish <ag...@apache.org> wrote:
> > >
> > > Congratulations, everyone! And Boaz, thanks so much for coordinating
> the
> > > release.
> > >
> > > Folks, please try out 1.14 - it's our best release yet!
> > >
> > >> On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:
> > >>
> > >> On behalf of the Apache Drill community, I am happy to announce the
> > >> release of Apache Drill 1.14.0.
> > >>
> > >> For information about Apache Drill, and to get involved, visit the
> project
> > >> website [1].
> > >>
> > >> This release of Drill provides the following many new features and
> > >> improvements:
> > >>
> > >> ============================================================
> =====================
> > >>
> > >> - Ability to run Drill in a Docker container. (DRILL-6346)
> > >>
> > >> - Ability to export and save your storage plugin configurations to a
> JSON
> > >> file for reuse. (DRILL-4580)
> > >>
> > >> - Ability to manage storage plugin configurations in the Drill
> > >> configuration file, storage-plugins-override.conf. (DRILL-6494)
> > >>
> > >> - Functions that return data type information. (DRILL-6361)
> > >>
> > >> - The Drill kafka storage plugin supports filter pushdown for query
> > >> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
> > >>
> > >> - Spill to disk for the Hash Join operator. (DRILL-6027)
> > >>
> > >> - The dfs storage plugin supports a Logfile plugin extension that
> enables
> > >> Drill to directly read and query log files of any format. (DRILL-6104)
> > >>
> > >> - Phonetic and string distance functions. (DRILL-6519)
> > >>
> > >> - The store.hive.conf.properties option enables you to specify Hive
> > >> properties at the session level using the SET command. (DRILL-6575)
> > >>
> > >> - Drill can directly manage the CPU resources through the Drill
> start-up
> > >> script, drill-env.sh; you no longer have to manually add the PID to
> the
> > >> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
> > >>
> > >> - Drill can query the metadata in various image formats with the image
> > >> metadata format plugin. (DRILL-4364)
> > >>
> > >> - Enhanced decimal data type support. (DRILL-6094)
> > >>
> > >> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
> > >>
> > >> - Parquet filter pushdown improvements. (DRILL-6174)
> > >>
> > >> - Drill can infer filter conditions for join queries and push the
> filter
> > >> conditions down to the data source. (DRILL-6173)
> > >>
> > >> - Drill uses a native reader to read Hive tables when you enable the
> > >> store.hive.optimize_scan_with_native_readers option. When enabled,
> Drill
> > >> reads data faster and applies filter pushdown optimizations.
> (DRILL-6331)
> > >>
> > >> - Early release of lateral join. (DRILL-5999)
> > >>
> > >> ===================================================
> > >>
> > >> For the full list please see the release notes at [2].
> > >>
> > >> The binary and source artifacts are available here [3].
> > >>
> > >> 1. https://urldefense.proofpoint.com/v2/url?u=https-3A__drill.
> apache.org_&d=DwIBaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=
> PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=wgS7HUblyvBJyV2zHVsb_
> f3xin2DwJkVwQLS8RXwH1M&s=G_3ypTlStJfrELX2T2sHdvi0H567Rj-3Ccim7xIgzZE&e=
> > >> 2. https://urldefense.proofpoint.com/v2/url?u=https-3A__drill.
> apache.org_docs_apache-2Ddrill-2D1-2D14-2D0-2Drelease-2Dnotes_&d=DwIBaQ&c=
> cskdkSMqhcnjZxdQVpwTXg&r=PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=
> wgS7HUblyvBJyV2zHVsb_f3xin2DwJkVwQLS8RXwH1M&s=HjAcDFcq9VkLkb6to_
> NU8HnHuqBLEfmO0rha4JH_FGU&e=
> > >> 3. https://urldefense.proofpoint.com/v2/url?u=https-3A__drill.
> apache.org_download_&d=DwIBaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=
> PqKay2uOMZUqopDRKNfBtZSlsp2meGOxWNAVHxHnXCk&m=wgS7HUblyvBJyV2zHVsb_
> f3xin2DwJkVwQLS8RXwH1M&s=ZPyqdfc9O7GoWD3PaHZLFt2ospO0MJT4TDDRNbaw3YE&e=
> > >>
> > >>     Thanks to everyone in the community who contributed to this
> release!
> > >>
> > >>        Boaz
> > >>
> > >>
> > >>
> > >>
> >
>

Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Vlad Rozov <vr...@apache.org>.
I'd recommend announcing the release on the ASF-wide mailing list (announce@apache.org) as well as there may be other community members who may get interested in the new functionality. Please see [1] for the requirements.

Thank you,

Vlad

[1] http://www.apache.org/legal/release-policy.html#release-announcements

On 2018/08/06 06:15:55, Charles Givre <cg...@gmail.com> wrote: 
> Thanks Boaz and great work everyone!
> 
> Sent from my iPhone
> 
> > On Aug 5, 2018, at 21:52, Abhishek Girish <ag...@apache.org> wrote:
> > 
> > Congratulations, everyone! And Boaz, thanks so much for coordinating the
> > release.
> > 
> > Folks, please try out 1.14 - it's our best release yet!
> > 
> >> On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:
> >> 
> >> On behalf of the Apache Drill community, I am happy to announce the
> >> release of Apache Drill 1.14.0.
> >> 
> >> For information about Apache Drill, and to get involved, visit the project
> >> website [1].
> >> 
> >> This release of Drill provides the following many new features and
> >> improvements:
> >> 
> >> =================================================================================
> >> 
> >> - Ability to run Drill in a Docker container. (DRILL-6346)
> >> 
> >> - Ability to export and save your storage plugin configurations to a JSON
> >> file for reuse. (DRILL-4580)
> >> 
> >> - Ability to manage storage plugin configurations in the Drill
> >> configuration file, storage-plugins-override.conf. (DRILL-6494)
> >> 
> >> - Functions that return data type information. (DRILL-6361)
> >> 
> >> - The Drill kafka storage plugin supports filter pushdown for query
> >> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
> >> 
> >> - Spill to disk for the Hash Join operator. (DRILL-6027)
> >> 
> >> - The dfs storage plugin supports a Logfile plugin extension that enables
> >> Drill to directly read and query log files of any format. (DRILL-6104)
> >> 
> >> - Phonetic and string distance functions. (DRILL-6519)
> >> 
> >> - The store.hive.conf.properties option enables you to specify Hive
> >> properties at the session level using the SET command. (DRILL-6575)
> >> 
> >> - Drill can directly manage the CPU resources through the Drill start-up
> >> script, drill-env.sh; you no longer have to manually add the PID to the
> >> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
> >> 
> >> - Drill can query the metadata in various image formats with the image
> >> metadata format plugin. (DRILL-4364)
> >> 
> >> - Enhanced decimal data type support. (DRILL-6094)
> >> 
> >> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
> >> 
> >> - Parquet filter pushdown improvements. (DRILL-6174)
> >> 
> >> - Drill can infer filter conditions for join queries and push the filter
> >> conditions down to the data source. (DRILL-6173)
> >> 
> >> - Drill uses a native reader to read Hive tables when you enable the
> >> store.hive.optimize_scan_with_native_readers option. When enabled, Drill
> >> reads data faster and applies filter pushdown optimizations. (DRILL-6331)
> >> 
> >> - Early release of lateral join. (DRILL-5999)
> >> 
> >> ===================================================
> >> 
> >> For the full list please see the release notes at [2].
> >> 
> >> The binary and source artifacts are available here [3].
> >> 
> >> 1. https://drill.apache.org/
> >> 2. https://drill.apache.org/docs/apache-drill-1-14-0-release-notes/
> >> 3. https://drill.apache.org/download/
> >> 
> >>     Thanks to everyone in the community who contributed to this release!
> >> 
> >>        Boaz
> >> 
> >> 
> >> 
> >> 
> 

Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Charles Givre <cg...@gmail.com>.
Thanks Boaz and great work everyone!

Sent from my iPhone

> On Aug 5, 2018, at 21:52, Abhishek Girish <ag...@apache.org> wrote:
> 
> Congratulations, everyone! And Boaz, thanks so much for coordinating the
> release.
> 
> Folks, please try out 1.14 - it's our best release yet!
> 
>> On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:
>> 
>> On behalf of the Apache Drill community, I am happy to announce the
>> release of Apache Drill 1.14.0.
>> 
>> For information about Apache Drill, and to get involved, visit the project
>> website [1].
>> 
>> This release of Drill provides the following many new features and
>> improvements:
>> 
>> =================================================================================
>> 
>> - Ability to run Drill in a Docker container. (DRILL-6346)
>> 
>> - Ability to export and save your storage plugin configurations to a JSON
>> file for reuse. (DRILL-4580)
>> 
>> - Ability to manage storage plugin configurations in the Drill
>> configuration file, storage-plugins-override.conf. (DRILL-6494)
>> 
>> - Functions that return data type information. (DRILL-6361)
>> 
>> - The Drill kafka storage plugin supports filter pushdown for query
>> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
>> 
>> - Spill to disk for the Hash Join operator. (DRILL-6027)
>> 
>> - The dfs storage plugin supports a Logfile plugin extension that enables
>> Drill to directly read and query log files of any format. (DRILL-6104)
>> 
>> - Phonetic and string distance functions. (DRILL-6519)
>> 
>> - The store.hive.conf.properties option enables you to specify Hive
>> properties at the session level using the SET command. (DRILL-6575)
>> 
>> - Drill can directly manage the CPU resources through the Drill start-up
>> script, drill-env.sh; you no longer have to manually add the PID to the
>> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
>> 
>> - Drill can query the metadata in various image formats with the image
>> metadata format plugin. (DRILL-4364)
>> 
>> - Enhanced decimal data type support. (DRILL-6094)
>> 
>> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
>> 
>> - Parquet filter pushdown improvements. (DRILL-6174)
>> 
>> - Drill can infer filter conditions for join queries and push the filter
>> conditions down to the data source. (DRILL-6173)
>> 
>> - Drill uses a native reader to read Hive tables when you enable the
>> store.hive.optimize_scan_with_native_readers option. When enabled, Drill
>> reads data faster and applies filter pushdown optimizations. (DRILL-6331)
>> 
>> - Early release of lateral join. (DRILL-5999)
>> 
>> ===================================================
>> 
>> For the full list please see the release notes at [2].
>> 
>> The binary and source artifacts are available here [3].
>> 
>> 1. https://drill.apache.org/
>> 2. https://drill.apache.org/docs/apache-drill-1-14-0-release-notes/
>> 3. https://drill.apache.org/download/
>> 
>>     Thanks to everyone in the community who contributed to this release!
>> 
>>        Boaz
>> 
>> 
>> 
>> 

Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Charles Givre <cg...@gmail.com>.
Thanks Boaz and great work everyone!

Sent from my iPhone

> On Aug 5, 2018, at 21:52, Abhishek Girish <ag...@apache.org> wrote:
> 
> Congratulations, everyone! And Boaz, thanks so much for coordinating the
> release.
> 
> Folks, please try out 1.14 - it's our best release yet!
> 
>> On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:
>> 
>> On behalf of the Apache Drill community, I am happy to announce the
>> release of Apache Drill 1.14.0.
>> 
>> For information about Apache Drill, and to get involved, visit the project
>> website [1].
>> 
>> This release of Drill provides the following many new features and
>> improvements:
>> 
>> =================================================================================
>> 
>> - Ability to run Drill in a Docker container. (DRILL-6346)
>> 
>> - Ability to export and save your storage plugin configurations to a JSON
>> file for reuse. (DRILL-4580)
>> 
>> - Ability to manage storage plugin configurations in the Drill
>> configuration file, storage-plugins-override.conf. (DRILL-6494)
>> 
>> - Functions that return data type information. (DRILL-6361)
>> 
>> - The Drill kafka storage plugin supports filter pushdown for query
>> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
>> 
>> - Spill to disk for the Hash Join operator. (DRILL-6027)
>> 
>> - The dfs storage plugin supports a Logfile plugin extension that enables
>> Drill to directly read and query log files of any format. (DRILL-6104)
>> 
>> - Phonetic and string distance functions. (DRILL-6519)
>> 
>> - The store.hive.conf.properties option enables you to specify Hive
>> properties at the session level using the SET command. (DRILL-6575)
>> 
>> - Drill can directly manage the CPU resources through the Drill start-up
>> script, drill-env.sh; you no longer have to manually add the PID to the
>> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
>> 
>> - Drill can query the metadata in various image formats with the image
>> metadata format plugin. (DRILL-4364)
>> 
>> - Enhanced decimal data type support. (DRILL-6094)
>> 
>> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
>> 
>> - Parquet filter pushdown improvements. (DRILL-6174)
>> 
>> - Drill can infer filter conditions for join queries and push the filter
>> conditions down to the data source. (DRILL-6173)
>> 
>> - Drill uses a native reader to read Hive tables when you enable the
>> store.hive.optimize_scan_with_native_readers option. When enabled, Drill
>> reads data faster and applies filter pushdown optimizations. (DRILL-6331)
>> 
>> - Early release of lateral join. (DRILL-5999)
>> 
>> ===================================================
>> 
>> For the full list please see the release notes at [2].
>> 
>> The binary and source artifacts are available here [3].
>> 
>> 1. https://drill.apache.org/
>> 2. https://drill.apache.org/docs/apache-drill-1-14-0-release-notes/
>> 3. https://drill.apache.org/download/
>> 
>>     Thanks to everyone in the community who contributed to this release!
>> 
>>        Boaz
>> 
>> 
>> 
>> 

Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Abhishek Girish <ag...@apache.org>.
Congratulations, everyone! And Boaz, thanks so much for coordinating the
release.

Folks, please try out 1.14 - it's our best release yet!

On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:

> On behalf of the Apache Drill community, I am happy to announce the
> release of Apache Drill 1.14.0.
>
> For information about Apache Drill, and to get involved, visit the project
> website [1].
>
> This release of Drill provides the following many new features and
> improvements:
>
> =================================================================================
>
> - Ability to run Drill in a Docker container. (DRILL-6346)
>
> - Ability to export and save your storage plugin configurations to a JSON
> file for reuse. (DRILL-4580)
>
> - Ability to manage storage plugin configurations in the Drill
> configuration file, storage-plugins-override.conf. (DRILL-6494)
>
> - Functions that return data type information. (DRILL-6361)
>
> - The Drill kafka storage plugin supports filter pushdown for query
> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
>
> - Spill to disk for the Hash Join operator. (DRILL-6027)
>
> - The dfs storage plugin supports a Logfile plugin extension that enables
> Drill to directly read and query log files of any format. (DRILL-6104)
>
> - Phonetic and string distance functions. (DRILL-6519)
>
> - The store.hive.conf.properties option enables you to specify Hive
> properties at the session level using the SET command. (DRILL-6575)
>
> - Drill can directly manage the CPU resources through the Drill start-up
> script, drill-env.sh; you no longer have to manually add the PID to the
> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
>
> - Drill can query the metadata in various image formats with the image
> metadata format plugin. (DRILL-4364)
>
> - Enhanced decimal data type support. (DRILL-6094)
>
> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
>
> - Parquet filter pushdown improvements. (DRILL-6174)
>
> - Drill can infer filter conditions for join queries and push the filter
> conditions down to the data source. (DRILL-6173)
>
> - Drill uses a native reader to read Hive tables when you enable the
> store.hive.optimize_scan_with_native_readers option. When enabled, Drill
> reads data faster and applies filter pushdown optimizations. (DRILL-6331)
>
> - Early release of lateral join. (DRILL-5999)
>
> ===================================================
>
> For the full list please see the release notes at [2].
>
> The binary and source artifacts are available here [3].
>
> 1. https://drill.apache.org/
> 2. https://drill.apache.org/docs/apache-drill-1-14-0-release-notes/
> 3. https://drill.apache.org/download/
>
>      Thanks to everyone in the community who contributed to this release!
>
>         Boaz
>
>
>
>

Re: [ANNOUNCE] Apache Drill Release 1.14.0

Posted by Abhishek Girish <ag...@apache.org>.
Congratulations, everyone! And Boaz, thanks so much for coordinating the
release.

Folks, please try out 1.14 - it's our best release yet!

On Sat, Aug 4, 2018 at 11:35 PM Boaz Ben-Zvi <bo...@apache.org> wrote:

> On behalf of the Apache Drill community, I am happy to announce the
> release of Apache Drill 1.14.0.
>
> For information about Apache Drill, and to get involved, visit the project
> website [1].
>
> This release of Drill provides the following many new features and
> improvements:
>
> =================================================================================
>
> - Ability to run Drill in a Docker container. (DRILL-6346)
>
> - Ability to export and save your storage plugin configurations to a JSON
> file for reuse. (DRILL-4580)
>
> - Ability to manage storage plugin configurations in the Drill
> configuration file, storage-plugins-override.conf. (DRILL-6494)
>
> - Functions that return data type information. (DRILL-6361)
>
> - The Drill kafka storage plugin supports filter pushdown for query
> conditions on certain Kafka metadata fields in messages. (DRILL-5977)
>
> - Spill to disk for the Hash Join operator. (DRILL-6027)
>
> - The dfs storage plugin supports a Logfile plugin extension that enables
> Drill to directly read and query log files of any format. (DRILL-6104)
>
> - Phonetic and string distance functions. (DRILL-6519)
>
> - The store.hive.conf.properties option enables you to specify Hive
> properties at the session level using the SET command. (DRILL-6575)
>
> - Drill can directly manage the CPU resources through the Drill start-up
> script, drill-env.sh; you no longer have to manually add the PID to the
> cgroup.procs file each time a Drillbit restarts. (DRILL-143)
>
> - Drill can query the metadata in various image formats with the image
> metadata format plugin. (DRILL-4364)
>
> - Enhanced decimal data type support. (DRILL-6094)
>
> - Option to push LIMIT(0) on top of SCAN. (DRILL-6574)
>
> - Parquet filter pushdown improvements. (DRILL-6174)
>
> - Drill can infer filter conditions for join queries and push the filter
> conditions down to the data source. (DRILL-6173)
>
> - Drill uses a native reader to read Hive tables when you enable the
> store.hive.optimize_scan_with_native_readers option. When enabled, Drill
> reads data faster and applies filter pushdown optimizations. (DRILL-6331)
>
> - Early release of lateral join. (DRILL-5999)
>
> ===================================================
>
> For the full list please see the release notes at [2].
>
> The binary and source artifacts are available here [3].
>
> 1. https://drill.apache.org/
> 2. https://drill.apache.org/docs/apache-drill-1-14-0-release-notes/
> 3. https://drill.apache.org/download/
>
>      Thanks to everyone in the community who contributed to this release!
>
>         Boaz
>
>
>
>