Re: [ANNOUNCE] Apache Drill 1.19.0 Released

2021-06-15 Thread Abhishek Girish
Congratulations all! Thanks to everyone who contributed. Laurent, thanks for successfully managing the release. On Mon, Jun 14, 2021 at 5:58 PM Ted Dunning wrote: > Congratulations to Laurent as a first time release manager! > > Well done. > > > > On Mon, Jun 14, 2021 at 5:56 PM Laurent Goujon

unixODBC connot find drill driver

2021-06-15 Thread Dev - personal
Hello, I am trying to use drill with ODBC driver. I am using CentOS Linux release 8.3.2011 in docker from image centos:8. Whenever I try to connect to drill driver using isql -v "MapRDrillODBC", I get following error: [01000][unixODBC][Driver Manager]Can't open lib '/opt/mapr/drill/lib/64/libd

Supported compression methods

2021-06-15 Thread Leyne, Sean
All, The documentation describes that gzip/gz compression as supported for text files, and that snappy and gzip are support for parquet files. I have also read that zip compression was also added (though not documented) for text files. But is zip also supported for parquet files? What about

Specifying file compression method in storage plugin config

2021-06-15 Thread Leyne, Sean
All, I am looking to store tables/files in a variety of different formats and different compression methods, and want to define the formats and compression in the plugin definitions. Is there a way to define the file compression method in a plugin definition? Thanks in advance Sean