Re: problem with drill

2016-01-13 Thread k255
Hi, Looks like you're using drill in distributed mode (not embedded). Change 'zk' in your connection url with 'drillbit' as described in this thread: http://mail-archives.apache.org/mod_mbox/drill-user/201511.mbox/%3c897ab939-abc1-4eb1-81e9-a8e08ec30...@maprtech.com%3E Karol Potocki On Wed, J

Re: UDF

2015-11-30 Thread k255
Try to reallocate the buffer. Instead of: outDate.buffer = buffer; do: buffer = outDate.buffer = buffer.reallocIfNeeded(valueDecoded.length); Regards, Karol On Mon, Nov 30, 2015 at 8:56 AM, Nirav Shah wrote: > I have written custom function to decode base64 string. > I am getting issue if s