Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • and remove them :
    rpm -e <package name>

#Spaces in manager DN/Base DN causing login issues in Ambari

Note that there are some issues with Ambari current release 1.2.5 if there are spaces in baseDN/managerDN. Please take a look at: https://issues.apache.org/jira/browse/ambari-3006Image Added. The fix will be available in 1.4.1 release of Ambari. In case you are running into issues and cant get rid of spaces in the managerDN/baseDN - keep reading.

I have created a jar with the patch applied on top of branch-1.2.5. The jar is posted at http://people.apache.org/~mahadev/ambari/ambari-server-1.2.5.17.jarImage Added.

Download the above jar and follow the following steps for fixing the issue:

  • Stop ambari server using
Code Block

ambari-server stop
  • Replace the ambari server jar with the downloaded jar
Code Block

cp <download_ambari_server_jar> /usr/lib/ambari-server/ambari-server-1.2.5.17.jar
  • Restart Ambari Server
Code Block

ambari-server start