Re: Issue in developing UDF

2016-01-07 Thread Nirav Shah
Sorry for delayed response. @Abdel, I have put both jars in 3rdparty jars. My other UDFs are working fine. @Nathan I tried this still same issue. May be I am doing some silly mistake. *Complete Code :* package com.games24x7.drill; import java.util.Date; import javax.inject.Inject; import or

RE: Querying a directory of json.gz Files in Drill 1.4

2016-01-07 Thread Holy Alexander
Nathan, Actually, all my queries do read SELECT * FROM dfs.` D:\DataFiles\2015\12\16` ORDER BY ID LIMIT 10 And it does not work. I am switching back and forth between 1.3 (all my examples do work as expected) and 1.4 (all of my examples fail) Could this be a bug that is somehow OS re

DATA_READ ERROR in hive+oracle join query in apache drill

2016-01-07 Thread Devender Yadav
Hi, I have a table "catalog_sales" in hive & "customer_address" on oracle. Data types for these fields in Drill (*I checked using describe table*): "customer_address" address_id: Decimal city : CHARACTER VARYING "catalog_sales" bill_addr_id : Double net_profit: Double.