You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Vikram (JIRA)" <ji...@apache.org> on 2018/02/02 22:41:00 UTC

[jira] [Created] (ZEPPELIN-3203) Mongo Notebook Repo fails to upsert notebook json.

Vikram created ZEPPELIN-3203:
--------------------------------

             Summary: Mongo Notebook Repo fails to upsert notebook json.
                 Key: ZEPPELIN-3203
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3203
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-zengine
    Affects Versions: 0.8.0
            Reporter: Vikram
             Fix For: 0.8.0


If the notebook contains keys for example:

{"a.b":"c"}

The "replaceOne(..)" operation on mongo fails.

Mongo has some restriction over defining key and one of them is not to use "." inside a key.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)