Tuesday, February 19, 2019

How to fix metastore issue in Hive and MySQL

How to fix metastore issue in Hive and MySQL?



run mysql…


sudo MySQL

drop database metastore

 $ schematool -dbType mysql -initSchema 

 $ schematool -dbType mysql -info

No comments:

Post a Comment

Python Challenges Program

Challenges program: program 1: #Input :ABAABBCA #Output: A4B3C1 str1="ABAABBCA" str2="" d={} for x in str1: d[x]=d...