You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by prabhjyotsingh <gi...@git.apache.org> on 2018/06/06 13:08:32 UTC

[GitHub] zeppelin pull request #3009: [ZEPPELIN-3513] Zeppelin Note Creation Failure ...

GitHub user prabhjyotsingh opened a pull request:

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

    [ZEPPELIN-3513] Zeppelin Note Creation Failure is not shown on UI

    ### What is this PR for?
    When creating a note from Zeppelin UI which fails due to permission denied exception, there is no failure/error message shown to a user on UI which is causing confusion.
    
    This happens only in the case when HDFS is configured as the default storage for storing notebook/config.
    
    ### What type of PR is it?
    [Bug Fix]
    
    
    ### What is the Jira issue?
    * [ZEPPELIN-3513](https://issues.apache.org/jira/browse/ZEPPELIN-3513)
    
    
    ### Questions:
    * Does the licenses files need update? N/A
    * Is there breaking changes for older versions? N/A
    * Does this needs documentation? N/A


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3513

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/3009.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 #3009
    
----
commit db0673cc1a15d79aadd7c0ceb6386c71e3094996
Author: Prabhjyot Singh <pr...@...>
Date:   2018-06-06T13:04:25Z

    [ZEPPELIN-3513]change FileSystemException to IOException as HDFS throws AccessControlException when extends IOException
    
    Change-Id: Idd47d2304528b002da612b94f117a059d8863988

----


---

[GitHub] zeppelin issue #3009: [ZEPPELIN-3513] Zeppelin Note Creation Failure is not ...

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

    https://github.com/apache/zeppelin/pull/3009
  
    @zjffdu @r-kamath please help review this.


---

[GitHub] zeppelin issue #3009: [ZEPPELIN-3513] Zeppelin Note Creation Failure is not ...

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

    https://github.com/apache/zeppelin/pull/3009
  
    Thanks for the review will merge this soon.


---

[GitHub] zeppelin pull request #3009: [ZEPPELIN-3513] Zeppelin Note Creation Failure ...

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

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


---