You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by khalidhuseynov <gi...@git.apache.org> on 2017/01/19 05:42:15 UTC

[GitHub] zeppelin pull request #1913: [ZEPPELIN-1979] fix 'File size limit Exceeded' ...

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 <kh...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #1913: [ZEPPELIN-1979] fix 'File size limit Exceeded' when im...

Posted by Tagar <gi...@git.apache.org>.
Github user Tagar commented on the issue:

    https://github.com/apache/zeppelin/pull/1913
  
    Thank you @khalidhuseynov 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #1913: [ZEPPELIN-1979] fix 'File size limit Exceeded' when im...

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1913
  
    LGTM and merge to master and branch-0.7


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #1913: [ZEPPELIN-1979] fix 'File size limit Exceeded' ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zeppelin/pull/1913


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---