Giter Club home page Giter Club logo

Comments (6)

xhengstb avatar xhengstb commented on June 1, 2024 2

This error frequently occurs to me. My solutions include
1) write a retry function and try it 2-3 times. When it fails for the 1st time, it would ALWAYS work in 2nd trail.
2) increase your driver memory

from spark-sklearn.

schulbe avatar schulbe commented on June 1, 2024

Thanks! This was helpful. Retry function works fine for some reason...

from spark-sklearn.

SemanticBeeng avatar SemanticBeeng commented on June 1, 2024

There is a hardcoded timeout value here:

https://github.com/apache/spark/blob/628c7b517969c4a7ccb26ea67ab3dd61266073ca/core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala#L403

  def serveIterator(items: Iterator[_], threadName: String): Array[Any] = {
    val serverSocket = new ServerSocket(0, 1, InetAddress.getByName("localhost"))
    // Close the socket if no connection in 15 seconds
    serverSocket.setSoTimeout(15000)

from spark-sklearn.

zouqian2468 avatar zouqian2468 commented on June 1, 2024

Enable Arrow-based columnar data transfers

spark.conf.set("spark.sql.execution.arrow.enabled", "true")

from spark-sklearn.

jasstionzyf avatar jasstionzyf commented on June 1, 2024

i solved by change rdd.py file , for res in socket.getaddrinfo("localhost", port, socket.AF_UNSPEC, socket.SOCK_STREAM): i change localhost to my ip , it works.

from spark-sklearn.

aytida avatar aytida commented on June 1, 2024

I faced a similar issue. Nothing worked until i changed the database completely. I did not understand but it seems like the pyspark dataframe created from SQL server was throwing this error but not the one from Redshift.

from spark-sklearn.

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.