Community Articles

Find and share helpful community-sourced technical articles.
Labels (1)
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
1,860 Views
0 Kudos
Comments

@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

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.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.
Version history
Last update:
‎05-15-2017 10:09 PM
Updated by:
Contributors
Top Kudoed Authors