Member since
03-13-2017
2
Posts
0
Kudos Received
0
Solutions
03-15-2017
01:24 PM
Even with disabled identity-assertion and latest rewrite.xml and service.xml from KNOX 0.11.0 browser (Firefox) still complains about Error: Bootstrap requires jQuery (See WebDeveloper console in FF). Direct access with and same Browser works fine. With KNOX the page is reachable but nothing is shown for the tabs like Overview, Datanodes etc. To disable identity-assertion, the following was changed in the test topology: <provider>
<role>identity-assertion</role>
<name>Default</name>
<enabled>false</enabled>
</provider> ? With this disabled identity-assertion other services like HIVE2 won't properly work anymore?! May also related to https://issues.apache.org/jira/browse/KNOX-626 (still not resolved yet) Env: HDP 2.5 with Kerberos
... View more