Re: If Hive Metastore is compatibility with MariaDB version 10.x.?

2020-01-17 Thread Alan Gates
Hive is tested against MariaDB 5.5, so I can't say whether it will work against version 10. You would need to do some testing with it to see. Alan. On Fri, Jan 17, 2020 at 4:29 AM Oleksiy S wrote: > Hi all. > > Could you please help? Customer asked if Hive Metastore is compatible with > MariaD

drop partition from external table

2020-01-17 Thread Vergari, Davide
Hi all, I have a problem dropping a partition in an external table in Hive 1.2.1. The table is an external table with location pointing to an HDFS snapshot. Show create table mydb.my_table: CREATE EXTERNAL TABLE `sax777h.te_ax_hd_inp_rap_por_on`( ... ) PARTITIONED BY ( mydate date ) ROW FORMAT S

If Hive Metastore is compatibility with MariaDB version 10.x.?

2020-01-17 Thread Oleksiy S
Hi all. Could you please help? Customer asked if Hive Metastore is compatible with MariaDB version 10.x. He is going to use 10.4.10-MariaDB MariaDB Server. -- Oleksiy