Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ambari is showing wrong hostnames for Journalnodes

avatar
Master Mentor

Ambari is showing wrong hostnames for Journalnodes when drilled down from UI and sometimes also shows wrong Services components on adhoc basis.

Ambari2.1.2

1 ACCEPTED SOLUTION

avatar

You are hitting https://issues.apache.org/jira/browse/AMBARI-13254 where Ambari filters are not working correctly.

I did hit this issue couple of times in last two weeks while fresh install and upgrades. Please file support case to see if it is resolved. It is resolved in Ambari2.1.2.2 AFAIK.

To apply patch:

1. Copy web-2.1.2-hotfix-for-AMBARI-13254.tgz to /usr/lib/ambari-server on the Ambari Server host

2. ssh as root into Ambari Server host and run the following commands:

cd /usr/lib/ambari-server 
mv web web-orig 
tar zxvf web-2.1.2-hotfix-for-AMBARI-13254.tgz
service ambari-server restart

View solution in original post

2 REPLIES 2

avatar

You are hitting https://issues.apache.org/jira/browse/AMBARI-13254 where Ambari filters are not working correctly.

I did hit this issue couple of times in last two weeks while fresh install and upgrades. Please file support case to see if it is resolved. It is resolved in Ambari2.1.2.2 AFAIK.

To apply patch:

1. Copy web-2.1.2-hotfix-for-AMBARI-13254.tgz to /usr/lib/ambari-server on the Ambari Server host

2. ssh as root into Ambari Server host and run the following commands:

cd /usr/lib/ambari-server 
mv web web-orig 
tar zxvf web-2.1.2-hotfix-for-AMBARI-13254.tgz
service ambari-server restart

avatar
Master Mentor

Thanks @Pardeep.