Created 05-01-2016 08:25 PM
Created 05-02-2016 04:31 PM
what browser are you using? I had same problem with IE 11. Switched over to chrome and it worked.
Created 05-01-2016 08:25 PM
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.
Created 05-01-2016 08:26 PM
What's the output of command below?
show databases;
Created 05-02-2016 12:11 AM
@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.
Created 05-02-2016 04:31 PM
what browser are you using? I had same problem with IE 11. Switched over to chrome and it worked.