Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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