How to get the Hive metastore version on EMR cluster

Quick note –

$ /usr/lib/hive/bin/schematool -dbType mysql -info

 Metastore connection URL: jdbc:mysql://ip-XX.XX.XX.XX:3306/hive?createDatabaseIfNotExist=true
 Metastore Connection Driver : org.mariadb.jdbc.Driver
 Metastore connection User: hive
 Hive distribution version: 0.14.0
 Metastore schema version: 0.14.0
 schemaTool completed

amazon_emr

Leave a Reply

Your email address will not be published. Required fields are marked *