RE: Best way to add custom UDF jar in HiveServer2

2014-08-31 Thread Nirmal Kumar
Thanks a lot Jason. From: Jason Dere Sent: Friday, August 29, 2014 11:04 PM To: user@hive.apache.org Subject: Re: Best way to add custom UDF jar in HiveServer2 If you have a recent version of Hive (0.13+), you could try registering your UDF as a "permanent" UDF

Re: List of dates as arguments

2014-08-31 Thread karthik Srivasthava
dt Between $startdate and $enddate is working.. But we want only list_dates to use as dt in ($listofdates) as this is faster. Usingpowershell i passed list of dates and invoke-hive -file .hql .. but it works only when the datelist has only one date.. I think there is a syntax error.? On Su