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.

Unable to see table

avatar
 
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

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.