- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on 05-15-2017 10:09 PM
Affected versions:
1.3.x
Symptoms:
Bundles are completely empty even if the status is completed or ready.
Reason:
This issue will typically happen in case of some unexpected scenarios during installation or upgrade. Some of the stale configurations which were not removed completely, conflict with the new configurations.
Solution:
Verify whether /etc/hst/conf/capture_levels.json and /etc/hst/conf/anonymization_rules.json are latest as per installed version.
If the above config files are as expected, then verify whether the following config is correct in Ambari using configs.sh:
/var/lib/ambari-server/resources/scripts/configs.sh –u admin –p admin –port 8080 get ambarihost clustername capture-levels capture-levels-content
If there are multiple entries, then delete the old one using command:
/var/lib/ambari-server/resources/scripts/configs.sh –u admin –p admin –port 8080 get ambarihost clustername capture-levels capture-levels-content
Created on 07-24-2017 11:44 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Filenames needs to be corrected -
Existing - Modified
/etc/hst/conf/capture-levels.json ---> /etc/hst/conf/capture_levels.json
/etc/hst/conf/anonymization-rules.json ---> /etc/hst/conf/anonymization_rules.json
Created on 07-24-2017 03:29 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks Sagar Shrimpi for identifying typos in the file names. I fixed it and let me know if there are any other changes required.