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, 2016 at 4:30 PM, Anton Kravchenko < [email protected]> wrote: > 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 >
