Yesha Vora created ZEPPELIN-2973:
------------------------------------
Summary: Zeppelin should not allow to create multiple notebooks
with same name and at same path
Key: ZEPPELIN-2973
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2973
Project: Zeppelin
Issue Type: Bug
Reporter: Yesha Vora
Current behavior:
Zeppelin allow a user to create two notebooks with same name and at same dir
path.
Zeppelin is creating distinct notebook ids.
{code}
{"name":"admin-LivyDemo","id":"2CUA5K2JM"},
{"name":"admin-LivyDemo","id":"2CVSAVVBQ"}{code}
Expected behavior:
Zeppelin should not allow user to create two notebooks with same name and at
same dir path.
It should prompt a message saying "<notebook name> already exists"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)