Giter Club home page Giter Club logo

Comments (9)

tribbloid avatar tribbloid commented on June 18, 2024

The only problem I see so far is the outdated --interp option.
This is the profile I'm using and it is functioning properly

c.KernelManager.kernel_cmd = [SPARK_HOME+"/bin/spark-submit",
"--master", MASTER,
"--class", "org.tribbloid.ispark.Main",
"--executor-memory", "2G",
"--jars", GIT_HOME+"/ISpark-server/core/target/scala-2.10/ispark-core-assembly-0.2.0-SNAPSHOT.jar",
"--profile", "{connection_file}",
"--parent"]

from ispark.

tribbloid avatar tribbloid commented on June 18, 2024

hey buddy can you confirm that your environment can run it? I think this is no longer a problem and should be closed in 2 weeks

from ispark.

Denspa avatar Denspa commented on June 18, 2024

Hi,

I upgraded to ipython 3 and I don't face the same issue now. I now get:
Exception in thread "main" java.lang.NoClassDefFoundError: play/api/libs/json/Reads

probably a missing dependency. I'll try and see if I can figure it out tomorrow.

Thank you for following up.

from ispark.

tribbloid avatar tribbloid commented on June 18, 2024

Interesting, another guy reports the same error on ipython2, he was using Spark on Scala 2.11, after switching back to 2.10 the error vanished.
I'm afraid I still need some time to port it to Scala 2.11 at the moment. Their REPLs are very different

from ispark.

Denspa avatar Denspa commented on June 18, 2024

Thanks for the tip. Searching through the other issue I found that you had pre-built the jars. Using the release jar worked. Closing this issue.

from ispark.

Denspa avatar Denspa commented on June 18, 2024

I removed Scala 2.11 but I still faced the same issue with the jars I try and build myself.

[WARNING] org.scalatest:scalatest_2.10:2.2.4 requires scala version: 2.10.4
[WARNING] org.scala-lang:scala-reflect:2.10.4 requires scala version: 2.10.4
[WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4
[WARNING] org.spark-project.akka:akka-remote_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING] org.spark-project.akka:akka-actor_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING] org.spark-project.akka:akka-slf4j_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING] org.apache.spark:spark-core_2.10:1.3.1 requires scala version: 2.10.4
[WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0

from ispark.

tribbloid avatar tribbloid commented on June 18, 2024

Are these just warnings? You can safely ignore those, all minor versions are compatible with each others

from ispark.

Denspa avatar Denspa commented on June 18, 2024

during the build phase I get these warnings but when I try and use the built jar I get the same error as earlier
Exception in thread "main" java.lang.NoClassDefFoundError: play/api/libs/json/Reads

from ispark.

Denspa avatar Denspa commented on June 18, 2024

I was using the wrong jar similar to #5

from ispark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.