Documentation
ODP 3.3.6.4-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Superset Hive Testing
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
We can use the same dataset we created in Impala testing, and create it in HIVE.
Bash
xxxxxxxxxxCREATE DATABASE IF NOT EXISTS test_superset_hive; USE test_superset_hive; CREATE TABLE IF NOT EXISTS test_table ( id INT, country STRING, sales DOUBLE, sale_timestamp TIMESTAMP); INSERT INTO test_superset_hive.test_tableSELECT 1,'India',120,'2025-02-01 10:00:00' UNION ALLSELECT 2,'USA',200,'2025-02-01 11:00:00' UNION ALLSELECT 3,'UK',150,'2025-02-01 12:00:00' UNION ALLSELECT 4,'Germany',300,'2025-02-01 13:00:00' UNION ALLSELECT 5,'France',180,'2025-02-01 14:00:00' UNION ALLSELECT 6,'Canada',90,'2025-02-01 15:00:00' UNION ALL SELECT 7,'India',220,'2025-02-02 10:00:00' UNION ALLSELECT 8,'USA',180,'2025-02-02 11:00:00' UNION ALLSELECT 9,'UK',170,'2025-02-02 12:00:00' UNION ALLSELECT 10,'Germany',310,'2025-02-02 13:00:00' UNION ALLSELECT 11,'France',200,'2025-02-02 14:00:00' UNION ALLSELECT 12,'Canada',95,'2025-02-02 15:00:00' UNION ALL SELECT 13,'India',250,'2025-02-03 10:00:00' UNION ALLSELECT 14,'USA',210,'2025-02-03 11:00:00' UNION ALLSELECT 15,'UK',140,'2025-02-03 12:00:00' UNION ALLSELECT 16,'Germany',330,'2025-02-03 13:00:00' UNION ALLSELECT 17,'France',220,'2025-02-03 14:00:00' UNION ALLSELECT 18,'Canada',100,'2025-02-03 15:00:00' UNION ALL SELECT 19,'India',300,'2025-02-04 10:00:00' UNION ALLSELECT 20,'USA',190,'2025-02-04 11:00:00' UNION ALLSELECT 21,'UK',160,'2025-02-04 12:00:00' UNION ALLSELECT 22,'Germany',350,'2025-02-04 13:00:00' UNION ALLSELECT 23,'France',210,'2025-02-04 14:00:00' UNION ALLSELECT 24,'Canada',120,'2025-02-04 15:00:00' UNION ALL SELECT 25,'India',280,'2025-02-05 10:00:00' UNION ALLSELECT 26,'USA',230,'2025-02-05 11:00:00' UNION ALLSELECT 27,'UK',180,'2025-02-05 12:00:00' UNION ALLSELECT 28,'Germany',370,'2025-02-05 13:00:00' UNION ALLSELECT 29,'France',240,'2025-02-05 14:00:00' UNION ALLSELECT 30,'Canada',130,'2025-02-05 15:00:00' UNION ALL SELECT 31,'India',320,'2025-02-06 10:00:00' UNION ALLSELECT 32,'USA',260,'2025-02-06 11:00:00' UNION ALLSELECT 33,'UK',200,'2025-02-06 12:00:00' UNION ALLSELECT 34,'Germany',390,'2025-02-06 13:00:00' UNION ALLSELECT 35,'France',260,'2025-02-06 14:00:00' UNION ALLSELECT 36,'Canada',140,'2025-02-06 15:00:00' UNION ALL SELECT 37,'India',350,'2025-02-07 10:00:00' UNION ALLSELECT 38,'USA',270,'2025-02-07 11:00:00' UNION ALLSELECT 39,'UK',210,'2025-02-07 12:00:00' UNION ALLSELECT 40,'Germany',410,'2025-02-07 13:00:00' UNION ALLSELECT 41,'France',280,'2025-02-07 14:00:00' UNION ALLSELECT 42,'Canada',150,'2025-02-07 15:00:00' UNION ALL SELECT 43,'India',370,'2025-02-08 10:00:00' UNION ALLSELECT 44,'USA',290,'2025-02-08 11:00:00' UNION ALLSELECT 45,'UK',220,'2025-02-08 12:00:00' UNION ALLSELECT 46,'Germany',430,'2025-02-08 13:00:00' UNION ALLSELECT 47,'France',300,'2025-02-08 14:00:00' UNION ALLSELECT 48,'Canada',160,'2025-02-08 15:00:00' UNION ALL SELECT 49,'India',400,'2025-02-09 10:00:00' UNION ALLSELECT 50,'USA',310,'2025-02-09 11:00:00' UNION ALLSELECT 51,'UK',240,'2025-02-09 12:00:00' UNION ALLSELECT 52,'Germany',450,'2025-02-09 13:00:00' UNION ALLSELECT 53,'France',320,'2025-02-09 14:00:00' UNION ALLSELECT 54,'Canada',170,'2025-02-09 15:00:00' UNION ALL SELECT 55,'India',420,'2025-02-10 10:00:00' UNION ALLSELECT 56,'USA',330,'2025-02-10 11:00:00' UNION ALLSELECT 57,'UK',260,'2025-02-10 12:00:00' UNION ALLSELECT 58,'Germany',480,'2025-02-10 13:00:00' UNION ALLSELECT 59,'France',350,'2025-02-10 14:00:00' UNION ALLSELECT 60,'Canada',180,'2025-02-10 15:00:00';Configure Superset
Example URL:
Bash
xxxxxxxxxxhive://{hive server 2}:10000/default?auth=KERBEROS&kerberos_service_name=hiveURL for the following cluster:
Bash
xxxxxxxxxxhive://newsuper-1.newsuper.harshith.svc.cluster.local:10000/default?auth=KERBEROS&kerberos_service_name=hive
Dataset > Create Dataset

Create a chart

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on May 14, 2026
Was this page helpful?
Next to read:
Superset Druid Testingnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message