vinithra 3b502b4b75 HUE-478. Including execution of 0.7 scripts in hive upgrade's README. 14 năm trước cách đây
..
README 3b502b4b75 HUE-478. Including execution of 0.7 scripts in hive upgrade's README. 14 năm trước cách đây
upgrade-0.6.0.mysql.sql 54f17f7e24 HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue 14 năm trước cách đây
upgrade-0.7.0.mysql.sql 54f17f7e24 HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue 14 năm trước cách đây

README


1) Shutdown your metastore instance.

2) Perform a backup of your MySQL metastore database:
% mysqldump --opt > metastore_backup.sql

3) Execute the Hive 0.6 and Hive 0.7 upgrade scripts:
% mysql --user= --password= \
< upgrade-0.6.0.mysql.sql
% mysql --user= --password= \
< upgrade-0.7.0.mysql.sql