I downloaded sandbox 3.0.1 and using right off the bat.
3 databases exist in Hive: default, sys and a demo retail one.
I create a dummy table in default ("create table test (id STRING)") using spark.sql in zeppelin
the table is created and functional.
now, either using superset (hive view replacement) and setting it up to access hive OR external ODBC with hortonworks hive connector, I can see only the demo retail DB and its tables. default seems empty.
On the opposite, if I create a table ("create table test2 (id STRING)") in default from superset, I see it in superset AND in zeppelin/spark.
Can someone help me access the tables created from spark.sql from hiveserver2 and superset ?
Cheers,
Arnaud