Re: Silly question about ODBC/JDBC Connections

2015-12-12 Thread Parth Chandra
Neither is encrypted. Support for SSL has been discussed, but not been implemented. I believe it is not too hard to turn on SSL support for JDBC but ODBC might be a trickier implementation. There is one related JIRA for this - https://issues.apache.org/jira/browse/DRILL-2496. On Tue, Dec 8, 2015 a

Kerberos on Hive

2015-12-12 Thread William Witt
I’m trying to use Drill on a kerberized CDH cluster. I attempted to adapt the mapr directions [http://doc.mapr.com/display/MapR/Configuring+Drill+to+Use+Kerberos+with+Hive+Metastore] to my use case, but keeping getting a stack trace from drill when enabling sasl: 17:24:27.602 [qtp1083696596-

Re: s3a storage not writable

2015-12-12 Thread Tomer Shiran
Thanks for sharing your findings! On Sat, Dec 12, 2015 at 10:55 AM, Joshua Schlesser wrote: > Answer to my own question. > You can label the root workspace as writable but that is ignored. > Also it seems you cant assume that top level ‘folders’ in your s3 buckets > will magically get created in

Re: s3a storage not writable

2015-12-12 Thread Joshua Schlesser
Answer to my own question. You can label the root workspace as writable but that is ignored. Also it seems you cant assume that top level ‘folders’ in your s3 buckets will magically get created in a create table statement even though s3 is an object store and folders are not actually real things