Hello, I've installed ambari kafka cluster with such configuration:
ambari_version: '2.7.4.0'
hdp_version: '3.1.4.0'
hdf_version: '3.4.1.1'
on CentOS Linux release 7.8.2003 (Core)
However, when I'm trying to make some kafka configuration changes - I'm getting error message :
The configuration changes could not be validated for consistency due to an unknown error. Your changes have not been saved yet. Would you like to proceed and save the changes?
Failure in saving service configuration
and /var/log/ambari-server/ambari-server.log shows
2020-09-14 18:03:06,088 ERROR [ambari-client-thread-471] ContainerResponse:423 - The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP contai
ner
org.eclipse.jetty.io.EofException: Early EOF
at org.eclipse.jetty.server.HttpInput$3.getError(HttpInput.java:1138)
at org.eclipse.jetty.server.HttpInput$3.noContent(HttpInput.java:1126)
at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:313)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.Reader.read(Reader.java:140)
Could you help me to understand where is the problem ?
Thanks!