This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
xiaoguang_li
/
hue
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Дрво:
54f17f7e24
Гране
Ознаке
cdh6.2.1
hue-cdh-4.3.0
master
release-4.3.0
hue
/
apps
/
beeswax
/
hive
/
scripts
/
metastore
/
upgrade
/
mysql
Aaron T. Myers
54f17f7e24
HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue
пре 14 година
..
README
54f17f7e24
HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue
пре 14 година
upgrade-0.6.0.mysql.sql
54f17f7e24
HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue
пре 14 година
upgrade-0.7.0.mysql.sql
54f17f7e24
HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue
пре 14 година
README
1) Shutdown your metastore instance.
2) Perform a backup of your MySQL metastore database:
% mysqldump --opt > metastore_backup.sql
3) Execute the upgrade script:
% mysql --user= --password= \
< upgrade-0.6.0.mysql.sql