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

[GitHub] zeppelin pull request #2999: [MINOR] Verify appId is null in LivyInterpreter...

GitHub user zjffdu opened a pull request:

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

    [MINOR] Verify appId is null in LivyInterpreterIT

    ### What is this PR for?
    Someone complain that they could not get appId, this PR just try to verify appId returned by livy rest api is not null.
    
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * No jira created
    
    ### How should this be tested?
    * CI pass
    
    ### 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/zjffdu/zeppelin minor_livy

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

    https://github.com/apache/zeppelin/pull/2999.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 #2999
    
----
commit eae0cf58c6421b5aeec429221c918573e8b77cae
Author: Jeff Zhang <zj...@...>
Date:   2018-06-01T13:58:40Z

    [MINOR] Verify appId is null in LivyInterpreterIT

----


---

[GitHub] zeppelin pull request #2999: [MINOR] Verify appId is not null in LivyInterpr...

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

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


---