Member since
06-20-2016
308
Posts
103
Kudos Received
29
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1956 | 09-19-2018 06:31 PM | |
1442 | 09-13-2018 09:33 PM | |
1412 | 09-04-2018 05:29 PM | |
4415 | 08-27-2018 04:33 PM | |
3484 | 08-22-2018 07:46 PM |
06-21-2021
01:05 AM
Hi Arvind , Can you check the Ambari server logs to see what error you are getting. If you are seeing something like this : Caused by: org.apache.ambari.server.AmbariException: Base url is missing for request RepositoryRequest Try to add this : gpl.license.accepted=true" in /etc/ambari-server/conf/ambari.properties and restart ambari-server.
... View more
12-13-2020
10:05 PM
Yes, That's correct Answer and it works. But do we have any other workaround, as we have disabled exec due to security reasons. So how to achieve this.?
... View more
06-19-2020
07:28 AM
<edit> Sorry I thought this was a new post. @guido please do not respond to old posts with new solutions. Ambari 2.6.0 Bug is not applicable here. @apappu The version on the end of the package is how they handled having multiple versions available in the repos as well as facilitating the upgrade process from one version to another. Using the variable scope in the python allowed ambari code to be dynamic across all the different versions, environments, etc. If your repos are setup right, this should not be an issue. I have seen some failure in the public repos lately, slow to respond, or blocked by certain cloud providers causing the "no package found" errors. If you are running your own private repos and have an issue like this, you can just create the packages you need in the version you want using the rpmrebuild command on an existing rpm.
... View more
04-01-2020
06:30 AM
Did you ever get an answer to your question? I have a new installation and am receiving the error "Sys DB and Information Schema not created yet."
... 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
10-03-2019
12:05 AM
There are many reasons for not connecting with the server or any website and you are getting this issue “ERR_SSL_PROTOCOL_ERROR” error but you can fix it with this guide. https://www.clickssl.net/blog/fix-err_ssl_protocol_error-for-google-chrome
... View more
04-01-2019
08:38 AM
Best solution for the issue. thanks for sharing.
... View more
08-14-2019
07:24 AM
well written article , For those who are using oracle database, we need to commit the transaction done after this changes.
... View more
03-18-2019
09:08 PM
Hi. I have installed and configured Ambari using the guide here: https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.3. Unfortunately, I got the same error in this page. I already tried reinstalling twice but no success. I'm running Ubuntu on a Virtual Box running on Windows host. Any idea? Thanks.
... View more