Member since
11-29-2016
2
Posts
0
Kudos Received
0
Solutions
10-31-2018
08:16 PM
When installing a new service via Ambari, directory values are being filled with paths from every partition (like /home /usr/log /boot) even if there is an existing value. For example, it is wanting to change the HDFS namenode and datanode folders. Also yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs. I can edit and change those back, but this is preventing us from doing an install of another service because it's overwriting values for a non-editable field by adding /home -- which is not valid and thus we can't proceed with the install. Where are these values coming from and can anyone think of a way around this?
... View more
Labels:
11-29-2016
06:32 PM
Tried doing this. 1 ) Directly editing the config files is not recommended. You have to regen the CRC or delete that line. 2 ) ldapsearch –x –b "dc=example,dc=com" -- asks for a password. Any password I give is rejected with: ldap_sasl_interactive_bind_s: Invalid credentials (49)
additional info: SASL(-13): user not found: no secret in database Maybe some parts missing?
... View more