vinithra 3b502b4b75 HUE-478. Including execution of 0.7 scripts in hive upgrade's README. 14 years ago
..
README 3b502b4b75 HUE-478. Including execution of 0.7 scripts in hive upgrade's README. 14 years ago
upgrade-0.6.0.derby.sql 54f17f7e24 HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue 14 years ago
upgrade-0.7.0.derby.sql 54f17f7e24 HUE-478. Add the Hive 0.7 metastore upgrade scripts to Hue 14 years ago

README


1) Shutdown your metastore instance.

2) Perform a backup of your Derby metastore database. Probably
the easiest way of doing this is to just create a copy of the
Derby database "metastore_db" directory.

3) Execute the Hive 0.6 and Hive 0.7 upgrade scripts:
% ij
ij version 10.4
ij> CONNECT 'jdbc:derby:/Users/bob/hive/metastore_db;databaseName=metastore_db';
ij> RUN 'upgrade-0.6.0.derby.sql';
ij> RUN 'upgrade-0.7.0.derby.sql';
ij> quit;

NOTE: You may need to install the Derby 'ij' utility.
Look here for installation instructions:
http://db.apache.org/derby/docs/10.4/getstart/