Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
New Member

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

avatar
Rising Star

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

avatar
New Member

avatar
Rising Star

Could you try escaping it with u002fc

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