Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Ambari Files Views allows to input folders with a space which is not handled correctly by the called backend api.
The underlying api does create the folder but replaces spaces with the '+' (plus) symbol.
This results in a UI error and an folder with '+' symbols created.
HDFS supports folders with spaces
hdfs dfs -mkdir "folder space"
Steps to reproduce:
- login ambari file view
- click "New Folder" button enter folder with space
- see the error message
- click refresh button
- see the created folder folder+with+space