Created 02-18-2016 11:44 AM
Facing below ERROR:
table missing : "`SKEWED_STRING_LIST`" in Catalog "" Schema "".
-
Can anyone help me on this?
Created 02-18-2016 12:10 PM
I got below answer which solved this ERROR:
Steps:
-
cd /usr/lib/hive/scripts/metastore/upgrade/mysql
-
sudo mysql --user=root
-
use metastore;
-
source upgrade-0.9.0-to-0.10.0.mysql.sql
Created 02-18-2016 11:48 AM
Are you using HDP? If yes then whats the version?
Most of google search is pointing to CDH issue.
Created 02-18-2016 11:54 AM
@Neeraj Sabharwal, I faced that issue on CDH platform, but does similar issue is faced on HDP as well? I had not tried this on HDP, but like to know possible cause if same issue is faced on HDP.
Created 02-18-2016 12:10 PM
I got below answer which solved this ERROR:
Steps:
-
cd /usr/lib/hive/scripts/metastore/upgrade/mysql
-
sudo mysql --user=root
-
use metastore;
-
source upgrade-0.9.0-to-0.10.0.mysql.sql