Re: Querying encrypted JSON file

2020-04-12 Thread Prabhakar Bhosaale
Hi Paul, Thanks for details. As of now i have not finalized on any encryption tecnique as first i wanted to understand drill capabilities on encryption and decryption. To give you more details on my requirent. I will be archiving data in JSON format from database. And that archived data will be ac

Re: java version for Drill JDBC driver

2020-04-12 Thread Charles Givre
Hey Rafael, Could you open a PR to fix this? Or If you're not comfortable, a JIRA will do and tag me in it. -- C > On Apr 9, 2020, at 4:07 PM, Jaimes, Rafael - 0993 - MITLL > wrote: > > One of my coworkers looked at the pom.xml in /exec/jdbc and noticed there was > a version of javax.val

Re: Querying encrypted JSON file

2020-04-12 Thread Paul Rogers
Hi Prabhakar, Looking at the Drill code, the existing compression support (via "codecs") is in the FileSystemPlugin class, [1]. Looks like Drill uses the compression codec feature of Hadoop [2] based on a CompressionCodec class [3]. This means that you just need to use standard Hadoop mechanism

Re: query Presto via Drill

2020-04-12 Thread Charles Givre
Hey Rafael, Regarding the earlier issue you were having with Drill and Presto, I opened a JIRA about this. My concern is that the JDBC plugin might have a bug that needs some attention. Here's the JIRA if you want to add anything: https://issues.apache.org/jira/browse/DRILL-7698

RE: java version for Drill JDBC driver

2020-04-12 Thread Jaimes, Rafael - 0993 - MITLL
JIRA filed for now https://issues.apache.org/jira/browse/DRILL-7699 -Original Message- From: Charles Givre Sent: Sunday, April 12, 2020 12:16 PM To: user Subject: Re: java version for Drill JDBC driver Hey Rafael, Could you open a PR to fix this? Or If you're not comfortable, a JIRA

Re: java version for Drill JDBC driver

2020-04-12 Thread Charles Givre
I just submitted a PR for this. https://github.com/apache/drill/pull/2053 > On Apr 12, 2020, at 7:26 PM, Jaimes, Rafael - 0993 - MITLL > wrote: > > JIRA filed for now https://issues.apache.org/jira/browse/DRILL-7699 > > -Original Message