Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Ambari: Properties with '/' in its name is not handled during blueprint processing
Labels:
- Labels:
-
Apache Ambari
Contributor
Created ‎06-29-2018 10:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Rising Star
Created ‎06-29-2018 10:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you try escaping it with u002fc
So if you want a/b try using a\\u002fb
2 REPLIES 2
Contributor
Created ‎06-29-2018 10:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @dbalasundaran
Rising Star
Created ‎06-29-2018 10:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you try escaping it with u002fc
So if you want a/b try using a\\u002fb
