Re: Drill read EBCDIC format plugin

2016-10-28 Thread Parth Chandra
It isn't possible out of the box, but Drill is extensible and you can write a format plugin to process EBCDIC data. There is not much documentation on how to write one, but org.apache.drill.exec.store.easy.text.TextFormatPlugin is an example of how a format plugin in written. On Fri, Oct 28,

Drill read EBCDIC format plugin

2016-10-28 Thread Anton Kravchenko
Hi there, Just curious, is it feasible at all for Drill to support reading from EBCDIC files? If so, it would have a big value. Thank you, Anton

Re: First impressions with Drill+Parquet+S3

2016-10-28 Thread Uwe Korn
Hello Parth, I filed JIRAs for S3 performance: * https://issues.apache.org/jira/browse/DRILL-4977 * https://issues.apache.org/jira/browse/DRILL-4976 * https://issues.apache.org/jira/browse/DRILL-4978 and one for execution of drillbits inside Apache Mesos+Aurora: *