Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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.