Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HIVE ERROR?

avatar

Facing below ERROR:

table missing : "`SKEWED_STRING_LIST`" in Catalog "" Schema "".

-

Can anyone help me on this?

1 ACCEPTED SOLUTION

avatar

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

View solution in original post

3 REPLIES 3

avatar
Master Mentor
@Rushikesh Deshmukh

Are you using HDP? If yes then whats the version?

Most of google search is pointing to CDH issue.

avatar

@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.

avatar

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