Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1308

[Ignie interpreter] Upgrade Ignite version up to 1.7

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.6.1, 0.7.0
    • Interpreters
    • None

    Description

      Apache Ignite 1.7 release contains contains many improvements and fixes. What is important for Ignite interpreter it support of distributed joins for non colocated data (IGNITE-3563).

      Attachments

        Issue Links

          Activity

            githubbot ASF GitHub Bot added a comment -

            GitHub user agura opened a pull request:

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

            ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7

                1. What is this PR for?
                  Apache Ignite 1.7 release contains contains many improvements and fixes. What is important for Ignite interpreter it support of distributed joins for non colocated data (IGNITE-3563).
                1. What type of PR is it?
                  [ Improvement ]
                1. What is the Jira issue?
                  https://issues.apache.org/jira/browse/ZEPPELIN-1308
                1. How should this be tested?
                  Unit-tests under `org.apache.zeppelin.ignite` package are enough/

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

            $ git pull https://github.com/agura/incubator-zeppelin ZEPPELIN-1308

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

            https://github.com/apache/zeppelin/pull/1303.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 #1303


            commit c83194ee0d2eed60092defb6e906ef8b93debd10
            Author: agura <agura@gridgain.com>
            Date: 2016-08-08T12:04:26Z

            ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7


            githubbot ASF GitHub Bot added a comment - GitHub user agura opened a pull request: https://github.com/apache/zeppelin/pull/1303 ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7 What is this PR for? Apache Ignite 1.7 release contains contains many improvements and fixes. What is important for Ignite interpreter it support of distributed joins for non colocated data ( IGNITE-3563 ). What type of PR is it? [ Improvement ] What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1308 How should this be tested? Unit-tests under `org.apache.zeppelin.ignite` package are enough/ You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-zeppelin ZEPPELIN-1308 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1303.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 #1303 commit c83194ee0d2eed60092defb6e906ef8b93debd10 Author: agura <agura@gridgain.com> Date: 2016-08-08T12:04:26Z ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7
            githubbot ASF GitHub Bot added a comment -

            Github user agura commented on the issue:

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

            It seems that falied tests are not related with Ignite or Ignite dependencies. Could somebody take a look please?

            githubbot ASF GitHub Bot added a comment - Github user agura commented on the issue: https://github.com/apache/zeppelin/pull/1303 It seems that falied tests are not related with Ignite or Ignite dependencies. Could somebody take a look please?
            githubbot ASF GitHub Bot added a comment -

            Github user bzz commented on the issue:

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

            @agura thank you for taking care!

            CI fails on 2 profiles for Spark 1.5 and 1.6 with

            ```
            #1.6
            [INFO] Zeppelin: Display system apis ...................... FAILURE [ 15.213 s]
            ....
            32mAngularElem
            - should provide onclick method *** FAILED ***
             The code passed to eventually never returned normally. Attempted 1 times over 6.556017119 seconds. Last failure message: 0 was not equal to 1. (AbstractAngularElemTest.scala:72)

            and 1.5

            [INFO] Zeppelin: Display system apis ...................... FAILURE [ 4.087 s]
            .....
            - should provide onclick method *** FAILED ***
             The code passed to eventually never returned normally. Attempted 1 times over 327.498544 milliseconds. Last failure message: 0 was not equal to 1. (AbstractAngularElemTest.scala:72)
            AngularElem
            ```

            This looks very suspicious and reproducible.. before digging any deeper - could you please close and re-open this PR in order to trigger the CI one more time?

            githubbot ASF GitHub Bot added a comment - Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1303 @agura thank you for taking care! CI fails on 2 profiles for Spark 1.5 and 1.6 with ``` #1.6 [INFO] Zeppelin: Display system apis ...................... FAILURE [ 15.213 s] .... 32mAngularElem - should provide onclick method *** FAILED ***  The code passed to eventually never returned normally. Attempted 1 times over 6.556017119 seconds. Last failure message: 0 was not equal to 1. (AbstractAngularElemTest.scala:72) and 1.5 [INFO] Zeppelin: Display system apis ...................... FAILURE [ 4.087 s] ..... - should provide onclick method *** FAILED ***  The code passed to eventually never returned normally. Attempted 1 times over 327.498544 milliseconds. Last failure message: 0 was not equal to 1. (AbstractAngularElemTest.scala:72) AngularElem ``` This looks very suspicious and reproducible.. before digging any deeper - could you please close and re-open this PR in order to trigger the CI one more time?
            githubbot ASF GitHub Bot added a comment -

            Github user agura closed the pull request at:

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

            githubbot ASF GitHub Bot added a comment - Github user agura closed the pull request at: https://github.com/apache/zeppelin/pull/1303
            githubbot ASF GitHub Bot added a comment -

            GitHub user agura reopened a pull request:

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

            ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7

                1. What is this PR for?
                  Apache Ignite 1.7 release contains contains many improvements and fixes. What is important for Ignite interpreter it support of distributed joins for non colocated data (IGNITE-3563).
                1. What type of PR is it?
                  [ Improvement ]
                1. What is the Jira issue?
                  https://issues.apache.org/jira/browse/ZEPPELIN-1308
                1. How should this be tested?
                  Unit-tests under `org.apache.zeppelin.ignite` package are enough/

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

            $ git pull https://github.com/agura/incubator-zeppelin ZEPPELIN-1308

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

            https://github.com/apache/zeppelin/pull/1303.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 #1303



            githubbot ASF GitHub Bot added a comment - GitHub user agura reopened a pull request: https://github.com/apache/zeppelin/pull/1303 ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7 What is this PR for? Apache Ignite 1.7 release contains contains many improvements and fixes. What is important for Ignite interpreter it support of distributed joins for non colocated data ( IGNITE-3563 ). What type of PR is it? [ Improvement ] What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1308 How should this be tested? Unit-tests under `org.apache.zeppelin.ignite` package are enough/ You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-zeppelin ZEPPELIN-1308 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1303.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 #1303
            githubbot ASF GitHub Bot added a comment -

            Github user agura commented on the issue:

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

            @bzz Thanks for assistance. PR reopened.

            githubbot ASF GitHub Bot added a comment - Github user agura commented on the issue: https://github.com/apache/zeppelin/pull/1303 @bzz Thanks for assistance. PR reopened.
            githubbot ASF GitHub Bot added a comment -

            Github user minahlee commented on the issue:

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

            CI is green now. Shall we merge this one?

            githubbot ASF GitHub Bot added a comment - Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1303 CI is green now. Shall we merge this one?
            githubbot ASF GitHub Bot added a comment -

            Github user minahlee commented on the issue:

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

            Merge if there is no more discussion

            githubbot ASF GitHub Bot added a comment - Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1303 Merge if there is no more discussion
            githubbot ASF GitHub Bot added a comment -

            Github user asfgit closed the pull request at:

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

            githubbot ASF GitHub Bot added a comment - Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1303

            People

              agura Andrey N. Gura
              agura Andrey N. Gura
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: