Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Ambari: Properties with '/' in its name is not handled during blueprint processing

Explorer

When I have a property in blueprint containing '/' in it, it is getting removed.

Eg: test.abc./aaa = "test-value" is getting converted to test.abc.= "test-value"

How can i get around this?

1 ACCEPTED SOLUTION

Contributor

Could you try escaping it with u002fc

So if you want a/b try using a\\u002fb

View solution in original post

2 REPLIES 2

Explorer

Contributor

Could you try escaping it with u002fc

So if you want a/b try using a\\u002fb

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.