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/08/26 19:54:34 UTC

[GitHub] zeppelin issue #1370: [FLINK-1379] Flink interpreter is missing scala librar...

Github user lresende commented on the issue:

    https://github.com/apache/zeppelin/pull/1370
  
    After the fix, performed a full build and compared scala libraries from flink and ignite
    
    $ cd flink/
    $ ls scala*
    -rw-r--r--  1 lresende  staff    14M Aug 26 12:39 scala-compiler-2.10.5.jar
    -rw-r--r--  1 lresende  staff   6.8M Aug 26 12:39 scala-library-2.10.5.jar
    -rw-r--r--  1 lresende  staff   3.1M Aug 26 12:39 scala-reflect-2.10.5.jar
    $ cd ..
    $ cd ignite/
    $ ls scala*
    -rw-r--r--  1 lresende  staff    14M Aug 26 12:39 scala-compiler-2.10.5.jar
    -rw-r--r--  1 lresende  staff   6.8M Aug 26 12:39 scala-library-2.10.5.jar
    -rw-r--r--  1 lresende  staff   3.1M Aug 26 12:39 scala-reflect-2.10.5.jar


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