Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (1)
avatar
Rising Star

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,507 Views
0 Kudos
Comments
avatar
Super Guru

@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
Rising Star

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