How to fix metastore issue in Hive and MySQL?
run mysql…
drop database metastore
$ schematool -dbType mysql -info
sudo MySQL
$ schematool -dbType mysql -initSchema
Challenges program: program 1: #Input :ABAABBCA #Output: A4B3C1 str1="ABAABBCA" str2="" d={} for x in str1: d[x]=d...
No comments:
Post a Comment