You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Ruslan Dautkhanov (JIRA)" <ji...@apache.org> on 2017/01/18 19:48:26 UTC

[jira] [Created] (ZEPPELIN-1979) 'File size limit Exceeded' when importing notes - even for small files

Ruslan Dautkhanov created ZEPPELIN-1979:
-------------------------------------------

             Summary: 'File size limit Exceeded' when importing notes - even for small files
                 Key: ZEPPELIN-1979
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1979
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-server
    Affects Versions: 0.7.0
         Environment: Zeppelin 0.7.0 from ~11/28 master snapshot
            Reporter: Ruslan Dautkhanov


'File size limit Exceeded' when importing notes - even for small files
This happens even for tiny files - a few Kb.

See screenshot.
From the screenshot "JSON file size cannot exceed MB".
Notice there is no number between "exceed" and "MB".

I had my ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE commented out in zeppelin-env.sh
Uncommented now and set to 
{code}
export ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE=4096000
{code}
but still getting the same error message.

It now prevents us from importing any notebooks.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)