Hello, Ambari users might encounter UI message "Ambari Server / Web Client Version Mismatch". This can happen due to Ambari not being built with the parameter "newVersion" - which sets version of UI.
As documented in "Ambari Development > Building Ambari" section of the Wiki [https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Development], the extra parameter should be added to Maven as follows # mvn clean package versions:set -DnewVersion="1.3.0" The above is also documented at [ https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues ]. Regards, Srimanth -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
