Support Questions

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

Unable to see table

avatar
New Contributor
 
1 ACCEPTED SOLUTION

avatar
Rising Star

@Viren Papaiyawala

what browser are you using? I had same problem with IE 11. Switched over to chrome and it worked.

View solution in original post

4 REPLIES 4

avatar
New Contributor

I ran following queries in Hive worsksheet.

drop table if exists temp_batting; create table temp_batting (col_value STRING); drop table if exists batting; create table batting (player_id STRING, year INT, runs INT);

Query ran fine but I am unable to see tables in Hive databases even after refreshing Database Explorer view.

avatar
Master Mentor

What's the output of command below?

show databases;

avatar
Super Collaborator

@Viren Papaiyawala By default, you will be just shown the databases available in the explorer on the left. Most cases, unless you exclusively specify a database name, your table will be created under default. You can simply click on the database name to reveal the tables under each of those.

avatar
Rising Star

@Viren Papaiyawala

what browser are you using? I had same problem with IE 11. Switched over to chrome and it worked.