Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
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
4,709 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.

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