Giter Site home page Giter Site logo

Comments (4)

magsol avatar magsol commented on July 30, 2024

This is for all of @quinngroup/bigneuron --

@milad181 posted this out of memory (OOM) issue a few days ago. According to the logs (specifically GACRC.Spark_4tasks10new_124g_48c.txt), it fails on the very first distributed action: zipWithIndex. Offhand, it looks like Spark is attempting to load too many partitions into memory at once. Without more details it's hard to know for sure.

More broadly, there are a bunch of tickets that still need fixing and may contribute to issues down the road. In particular, issues #52, #53, and #58 are easy fixes that will make things much easier. Please have a look at them and see if you can submit fixes; 53 in particular is a very nasty bug that may crash any analysis we do down the road. 58 will help control the number of partitions by making it a command-line parameter, potentially fixing memory issues.

I'm still looking into things, but these issues need to be fixed ASAP.

from dr1dl-pyspark.

milad181 avatar milad181 commented on July 30, 2024

Thank you @magsol .

We are currently working on MICCAI write-ups and afterward we will work to fix the current issues.
@LindberghLi, would you look at the bugs specially #53 to have more sense of issues?

from dr1dl-pyspark.

magsol avatar magsol commented on July 30, 2024

@quinngroup/bigneuron I have a local cluster that is correctly configured to run this job, if you would prefer to do your testing there instead.

(I was only yesterday given instructions for how to create custom images, and now have an image of Spark 1.6 with Python 3.5)

from dr1dl-pyspark.

magsol avatar magsol commented on July 30, 2024

Internal testing suggests the memory errors were due to incorrectly configured executors. Setting

spark.executor.memory=14g

within the configuration did the trick.

from dr1dl-pyspark.

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.