GitHub user khalidhuseynov opened a pull request:
https://github.com/apache/zeppelin/pull/1913
[ZEPPELIN-1979] fix 'File size limit Exceeded' when importing notes
### What is this PR for?
This is to fix the problem with import of note because of size limitations.
Actually it seemed to be working in anonymous mode, and I noticed the problem
only when authentication is enabled.
### What type of PR is it?
Bug Fix
### Todos
* [x] - list conf on successful login
### What is the Jira issue?
[ZEPPELIN-1979](https://issues.apache.org/jira/browse/ZEPPELIN-1979)
### How should this be tested?
1. set note msg size value in `conf/zeppelin-env.sh` e.g.
```
export ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE="4096000"
```
2. login to Zeppelin
3. try to import note unde 4MB
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/khalidhuseynov/incubator-zeppelin
fix/note-message-size
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1913.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1913
----
commit 2748a93f60b214d1b913543e2a54dc1c8590b728
Author: Khalid Huseynov <[email protected]>
Date: 2017-01-19T05:28:56Z
list conf on login
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---