- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari is showing wrong hostnames for Journalnodes
- Labels:
-
Apache Ambari
-
Apache Hadoop
Created ‎11-21-2015 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-21-2015 02:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-21-2015 02:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-21-2015 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Pardeep.
