5.2 Configuring the Metastore Database
confirm the hive-schema-0.14.0.mysql.sql
SOURCE $HIVE_HOME/scripts/metastore/upgrade/mysql/hive-schema-0.14.0.mysql.sql;
For unknown reason, the command doesn't get through.
So, we are connecting to the database directly and import the sql to it:
mysql metastore -t < hive-schema-0.14.0.mysql.sql;
Hive is still not up