Giter Club home page Giter Club logo

Comments (5)

adutra avatar adutra commented on August 11, 2024

Hi @r3econ, thanks for reaching out.

How big are the rows you are trying to load? Given that you use --connector.csv.maxCharsPerColumn -1 I suppose they are quite large.

When dealing with large rows: here are some things that work:

  • Throttle DSBulk; this is best done by setting --engine.maxConcurrentQueries X where X is a small number: start with 1, if it works, that's great but the throughput will be poor; try increasing the number little by little to improve DSBulk's throughput without breaking the operation.
  • Increase the heap size. This is done by setting the environment variable DSBULK_JAVA_OPTS. E.g. export DSBULK_JAVA_OPTS="-Xms1g -Xmx1g"

Hope that helps!

from dsbulk.

adutra avatar adutra commented on August 11, 2024

You can also add --dsbulk.log.sources false to lower the heap pressure.

from dsbulk.

adutra avatar adutra commented on August 11, 2024

Any updates on this @r3econ ?

from dsbulk.

r3econ avatar r3econ commented on August 11, 2024

Yes, thanks for the info. I managed to get it working by tweaking the params

from dsbulk.

adutra avatar adutra commented on August 11, 2024

Glad to hear! Let's close this issue then.

from dsbulk.

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.