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/09/25 10:18:32 UTC

[GitHub] zeppelin pull request #3187: [HOTFIX] Fix CI on branch-0.8

GitHub user prabhjyotsingh opened a pull request:

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

    [HOTFIX] Fix CI on branch-0.8

    ### What is this PR for?
    The build is broken in branch-0.8 after the merge of https://github.com/apache/zeppelin/pull/3117 (ZEPPELIN-3691). This is to fix that.
    
    Along with above this fixes the checkstyle violation in UniverseUtil.java[235] (LineLength)
    
    ### What type of PR is it?
    [Hot Fix]
    
    ### How should this be tested?
    * CI should be green
    
    ### 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 hotfix/ZEPPELIN-3691

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

    https://github.com/apache/zeppelin/pull/3187.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 #3187
    
----
commit b2ebadaada74b8dd4b4f475e987ba6642d701e1c
Author: Prabhjyot Singh <pr...@...>
Date:   2018-09-25T09:51:21Z

    fix CI in branch-0.8
    
    Change-Id: I1dcf323b56680e9dfb69becb1fc492da2094c899

commit a677568d1c85e854528a4d717f1d55d31ed439e1
Author: Prabhjyot Singh <pr...@...>
Date:   2018-09-25T09:53:57Z

    Checkstyle violation in UniverseUtil.java[235] (sizes) LineLength
    
    Change-Id: I6b691314516f231f5572b5124218252c0a51f34a

----


---

[GitHub] zeppelin pull request #3187: [HOTFIX] Fix CI on branch-0.8

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

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


---

[GitHub] zeppelin issue #3187: [HOTFIX] Fix CI on branch-0.8

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

    https://github.com/apache/zeppelin/pull/3187
  
    LGTM


---

[GitHub] zeppelin issue #3187: [HOTFIX] Fix CI on branch-0.8

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

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


---

[GitHub] zeppelin issue #3187: [HOTFIX] Fix CI on branch-0.8

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

    https://github.com/apache/zeppelin/pull/3187
  
    @oxygen311, @zjffdu can you help review this.


---