Hive Facts - ayushmathur94/Spark GitHub Wiki
In Hive, table can be created with or without the database, If you wanted to create in a database, specify database name qualifier.
Note: By default, the Hive tables are created in the warehouse directory, the location is specified in value for the key hive.metastore.warehouse.dir on the config file $HIVE_HOME/conf/hive-site.xml, by default, the warehouse location would be /user/hive/warehouse.