Hive Custom UDF evaluate behavior when @UDFType is set

2018-04-09 Thread PradeepKumar Yadav
Hi, Recently while creating a custom generic hive UDF I came across a different behavior for the Evaluate method. The custom UDF had a logic to increment the counter and write it to a file. Now when I execute it directly without involving any table it always returns an extra coun

Re: Hive Druid SQL

2018-04-09 Thread Amit
Hi Thanks for checking. Our Druid installation has Sql Server as metastore, and it is using Azure for Deep storage. It is working fine. That is why i was wondering why Hive would need MySQL or Postgres only for Druid integration. I'm using Hive 2.2.0 Now dismantling Druid just for Hive integrati

Re: Hive Druid SQL

2018-04-09 Thread Ashutosh Chauhan
Hi Amit, Yes only mysql and postgres are supported for druid metadata storage. Thats because Druid only supports these. You mentioned that Hive and Druid are working independently. Which metadata storage your Druid install is using? Thanks, Ashutosh On Mon, Apr 9, 2018 at 7:39 PM, Lefty Leverenz

Re: Unsubscribe

2018-04-09 Thread Lefty Leverenz
Sajitha, to unsubscribe please send a message to user-unsubscr...@hive.apache.org as described here: Mailing Lists . Thanks. -- Lefty On Fri, Apr 6, 2018 at 2:55 PM Sritharan, Sajitha (S.) wrote: > > > > > Thanks & Regards, > > Sajitha Sritharan > >

Re: Hive Druid SQL

2018-04-09 Thread Lefty Leverenz
> Does it mean, I cannot use SQLserver as Druid metastore for Hive to work with Druid? Apparently so. - In Hive 2.2.0 *hive.druid.metadata.db.type* was introduced with values "mysql" and "postgres" (HIVE-15277 ). - In Hive 2.3.0 the v