You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by lresende <gi...@git.apache.org> on 2016/07/08 17:03:55 UTC

[GitHub] zeppelin issue #747: [ZEPPELIN-605][WIP] Add support for Scala 2.11

Github user lresende commented on the issue:

    https://github.com/apache/zeppelin/pull/747
  
    @Leemoonsoo Thanks for your help, this is now rebased and most of the test jobs are passing, except with one issue that I am seeing in Travis, but seems to work ok locally:
    ...
    [INFO] Zeppelin: Display system apis ...................... FAILURE [  2.747 s]
    ...
    *** RUN ABORTED ***
      java.lang.NoSuchMethodError: scala.runtime.IntRef.create(I)Lscala/runtime/IntRef;
      at org.apache.zeppelin.display.angular.AbstractAngularElemTest$$anonfun$1.apply$mcV$sp(AbstractAngularElemTest.scala:62)
      at org.apache.zeppelin.display.angular.AbstractAngularElemTest$$anonfun$1.apply(AbstractAngularElemTest.scala:59)
      at org.apache.zeppelin.display.angular.AbstractAngularElemTest$$anonfun$1.apply(AbstractAngularElemTest.scala:59)
      at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
      at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
      at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
      at org.scalatest.Transformer.apply(Transformer.scala:22)
      at org.scalatest.Transformer.apply(Transformer.scala:20)
      at org.scalatest.FlatSpecLike$$anon$1.apply(FlatSpecLike.scala:1647)
      at org.scalatest.Suite$class.withFixture(Suite.scala:1122)
    
    Any ideas ?



---
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.
---