Created on 06-29-2018 06:59 AM - edited 09-16-2022 06:24 AM
Hello,
I am fetching real time data using spark streaming and storing data into the druid. I will create Hive external table which points to hive data store. I want to perform data analysis using Hive LLAP. Is it possible to visualize hive result using superset ?
Thank You.
Created on 07-02-2018 07:29 AM - edited 08-17-2019 05:09 PM
When a Hive external table is created, then the Hive table would be pointing to existing Druid data source and Superset can to viewed from Druid datasource and queried upon.
Created on 07-02-2018 07:29 AM - edited 08-17-2019 05:09 PM
When a Hive external table is created, then the Hive table would be pointing to existing Druid data source and Superset can to viewed from Druid datasource and queried upon.
Created 07-03-2018 05:57 AM
@Sindhu Thank You.
Created 01-16-2019 08:28 AM
hi sindhu,
what is the connection string for http mode of hive with kerberized cluster ,im unable to connect the sqlalchemy uri.for binary its working fine
please help me out.
i am getting below error to connect the http mode of hive (knox).
ERROR: {"error": "Connection failed!\n\nThe error message returned was:\nTSocket read 0 bytes"}
thanks in advance