Member since
10-30-2018
2
Posts
0
Kudos Received
0
Solutions
11-06-2019
10:23 AM
The more targeted fix would be on "/usr/hdp/current/superset/lib/python3.4/site-packages/superset/connectors/druid/models.py", line 517, to go return Markup('<a href="{self.url}">{name}</a>').format(**locals())
return Markup('<a href="{self.url}">{name}</a>'.format(**locals())) Change and save it and restart superset. It will work.
... View more
10-30-2018
03:56 PM
I followed the steps on this link https://community.hortonworks.com/articles/17059/apache-ranger-and-kafka-1.html and I configured the topics ATLAS_HOOK and ATLAS_ENTITIES for all cluster's ip. It's work for me.
... View more