You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please help me to resolve this error which iam getting when i tried to run this command "bash configure_ambari.sh" in following ansible code to build hadoop cluster for automation. ambari is already installed using the below steps.
Error:
TASK:Ambari-Config: Register the VDF with Ambari (Ambari>=2.6)
fatal: Failed! An Internal system exception occured: Could not load url from file:/tmp/cluster_vdf.xml. ParseError at [row,col]:[1,1]\nMessage:Content is not allowed in prolog."n) Status:500
Thanks.
The text was updated successfully, but these errors were encountered:
I ended up having to create a vdf-HDP-3.0.1.0.xml.j2 (Copy of vdf-HDP-3.0.0.0.xml.j2) file in playbooks/roles/ambari-config/templates as the HDP version in my private REPO was not covered by the defined files. That resolves the issues that hasnain504 mentioned that I ran across.
Could you please help me to resolve this error which iam getting when i tried to run this command "bash configure_ambari.sh" in following ansible code to build hadoop cluster for automation. ambari is already installed using the below steps.
https://github.com/hortonworks/ansible-hortonworks/blob/master/INSTALL_static.md
Error:
TASK:Ambari-Config: Register the VDF with Ambari (Ambari>=2.6)
fatal: Failed! An Internal system exception occured: Could not load url from file:/tmp/cluster_vdf.xml. ParseError at [row,col]:[1,1]\nMessage:Content is not allowed in prolog."n) Status:500
Thanks.
The text was updated successfully, but these errors were encountered: