Re: Hudi 0.5.0 -> Hive JDBC call fails

2020-05-28 Thread selvaraj periyasamy
I opened Jira to track it . https://github.com/apache/hudi/issues/1679 Thanks, Selva On Tue, May 26, 2020 at 9:52 AM selvaraj periyasamy < selvaraj.periyasamy1...@gmail.com> wrote: > Hi Vinoth, > > > > I see the below comment in Hudi code. How can I start using metastore > client for hive

Re: Hudi 0.5.0 -> Hive JDBC call fails

2020-05-26 Thread selvaraj periyasamy
Hi Vinoth, I see the below comment in Hudi code. How can I start using metastore client for hive registrations? is there a way to disable useJdbc flag? *// Support both JDBC and metastore based implementations for backwards compatiblity. Future users should// disable jdbc and depend on

Re: Hudi 0.5.0 -> Hive JDBC call fails

2020-03-02 Thread Vinoth Chandar
Hi Selva, See if this helps. https://lists.apache.org/thread.html/e1fd539ac438276dd7feb2bc813bf85f84a95f7f25b638488eb2e110%40%3Cdev.hudi.apache.org%3E Its long thread, but you can probably skim to the last few conversations around Hive 1.x Thanks Vinoth On Sun, Mar 1, 2020 at 5:26 PM selvaraj

Re: Hudi 0.5.0 -> Hive JDBC call fails

2020-03-01 Thread selvaraj periyasamy
Thanks Vinoth. We do have plan to move hive 2.x version in near future. Can I get any info on the workaround for hive 1.x versions? Thanks, Selva On Sun, Mar 1, 2020 at 3:19 PM Vinoth Chandar wrote: > We have dropped support for Hive 1.x, a while back. Would you be able to > move to Hive 2.x?

Re: Hudi 0.5.0 -> Hive JDBC call fails

2020-03-01 Thread Vinoth Chandar
We have dropped support for Hive 1.x, a while back. Would you be able to move to Hive 2.x? IIRC there were some workarounds discussed on this thread before. But, given the push towards Hive 3.x, its good to be on 2.x atleast .. Let me know and we can go from there :) On Sun, Mar 1, 2020 at 1:09

Hudi 0.5.0 -> Hive JDBC call fails

2020-03-01 Thread selvaraj periyasamy
I am using Hudi 0.5.0 and then write using sparkwriter. My spark version is 2.3.0 Scala version 2.11.8 Hive version 1.2.2 Write is success but hive call is failing. When checked some google reference, It seems to be an hive client is higher version the server. Since Hudi is built on hive 2.3.1,