Giter Club home page Giter Club logo

Comments (4)

jaibheem avatar jaibheem commented on August 11, 2024 1

sorry for the late response. finally I was able to figure out the issue, posting it here so it can be useful for others. DSBulk was able properly unload and load the blob data. I confirmed that by testing my application pointing both the clusters. However the issue I reported is mainly a Python bug. Earlier I was using a cqlsh from python-pip and later I switched to the correct version of Cqlsh that is distributed from the cassandra tar and the output looked fine.

from dsbulk.

adutra avatar adutra commented on August 11, 2024

Hi thanks for reporting this.

Please note that DSBulk is not compatible with CQLSH COPY. Each tool formats and parses CSV data differently and you should never expect that the output produced by one tool will work if used as the input for the other tool.

Would you mind giving me a full example to reproduce the problem? The snippet you gave is not clear enough as I don't understand if this is expected to be a CSV file or a table content or something else.

Also, you might have some schema issues as well: your snippet mentions "'ascii' codec" but binary data cannot be stored in ascii columns, you should use blob columns instead.

Good luck!

from dsbulk.

adutra avatar adutra commented on August 11, 2024

@jaibheem were you able to fix your issue?

from dsbulk.

adutra avatar adutra commented on August 11, 2024

Closing as we didn't hear back from the reporter.

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.