Member since
01-25-2017
77
Posts
6
Kudos Received
0
Solutions
04-23-2021
07:17 AM
Try to run the command adding " --deploy-mode cluster " It should work, this seems to be a bug https://support.oracle.com/knowledge/Oracle%20Database%20Products/2498643_1.html
... View more
10-26-2019
04:07 AM
I have faced similar issue. When I try to logon to KnoxSSO, it is authenticated correctly and redirected to SSO logon page. After few hours investigation, I have realised that I need to setup ldap configs for my Advanced topology in Knox too. Not just KnoxSSO. I made below changes and I am able to resolve the issue. Under Advanced Topology <param>
<name>main.ldapRealm.userDnTemplate</name>
<value>uid={0},cn=users,cn=accounts,dc=us-west-1,dc=compute,dc=internal</value>
</param>
<param>
<name>main.ldapRealm.contextFactory.url</name>
<value>ldap://xxxxxxxxxxx.us-west-1.compute.internal:389</value>
</param> Under Advanced knoxsso-topology <param>
<name>main.ldapRealm.userDnTemplate</name>
<value>uid={0},cn=users,cn=accounts,dc=us-west-1,dc=compute,dc=internal</value>
</param>
<param>
<name>main.ldapRealm.contextFactory.url</name>
<value>ldap://xxxxxxxxxxx.us-west-1.compute.internal:389</value>
</param>
<param>
<name>knoxsso.redirect.whitelist.regex</name>
<value>.*</value>
</param> And I have ensured the Ambari LDAP setup has the same basedn
... View more
05-19-2019
04:43 PM
The above was originally posted in the Community Help track. On Sun May 19 16:41 UTC 2019, the HCC moderation staff moved it to the Hadoop Core Track. The Community Help Track is intended for questions about using the HCC site itself.
... View more
07-11-2018
05:26 PM
@Sandeep Nemuri Thanks
... View more
07-16-2018
02:55 PM
HDP 3.0 is now GA. You can access its details here - https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/index.html
... View more
01-19-2018
07:28 AM
@Jay Kumar SenSharma Thanks it worked well...
... View more
09-11-2017
06:35 PM
Thank you..
... View more