Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!
Labels (1)
avatar
Contributor

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
2,106 Views
0 Kudos
Comments
avatar

@czounaidou

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

avatar
Contributor

Thanks Sagar Shrimpi for identifying typos in the file names. I fixed it and let me know if there are any other changes required.

Labels
Version history
Last update:
‎05-15-2017 10:09 PM
Updated by:
Contributors