Git Product home page Git Product logo

Comments (4)

MrPowers avatar MrPowers commented on May 29, 2024

@alexott - thanks for reporting this & sorry for the delayed response.

I wasn't able to replicate your issue (was able to successfully attach chispa v0.6.0 to a Databricks cluster via PyPi & manually attaching the wheel), but I'm a Python n00b and I'm sure your point is valid.

In the Scala world, we add the Spark dependency like libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.4.4" % "provided" and the "provided" part is what makes Spark a "soft" dependency.

I updated PySpark to be a "dev-dependency" rather than a regular dependency:

[tool.poetry.dependencies]
python = ">2.7"

[tool.poetry.dev-dependencies]
pytest = "3.2.2"
pytest_describe = "^1.0.0"
pyspark = ">2.0.0"

I published chispa v0.7.0. Can you please try it out and let me know if it fixes your issue? Thanks!

from chispa.

alexott avatar alexott commented on May 29, 2024

Thank you very much Matthew! I'll check on Monday, when I get to my work laptop...

from chispa.

alexott avatar alexott commented on May 29, 2024

Thank you! I just checked, it works just fine now

from chispa.

MrPowers avatar MrPowers commented on May 29, 2024

@alexott - thanks for confirming!

If you ever have any additional recommendations for this library, just let me know, thanks!

from chispa.

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.