cassandra-loader icon indicating copy to clipboard operation
cassandra-loader copied to clipboard

Delimited file loader for Cassandra

Results 32 cassandra-loader issues
Sort by recently updated
recently updated
newest added

When unloading empty BLOB columns the exported file leaves it empty and then loading treats those as nulls which isn't right. I can imagine that representing this in a file...

Hi There, I'm using the cassandra-unloader to export the data from table but i'm getting timeout and i didn't find any options to increase the timeout. ./cassandra-unloader -f stdout -host...

It would be really great for the loader to support User-defined types. Note that collections may contain UDTs and UDTs may contain collections/other UDTs, so CQLDelimParser.schemaBits(...) would need to support...

I have not been able to get a json array file to load successfully. I keep getting null pointer errors. ![Capture](https://user-images.githubusercontent.com/52081314/80242947-3db64c00-8634-11ea-93d3-a93b55aef6fe.PNG) My environment: - I'm using the latest pre-compiled version...

Added support for named pipes by removing restrictions that -f argument must be a stdin, a file or a directory as long as it is readable. If the -f argument...

com.datastax.driver.core.exceptions.AuthenticationException root@sample:~/Desktop# time ./cassandra-loader -f /media/sf_Downloads/NomeFile.csv -host hostname.domain.com -schema "nomeSchema.NomeTable(COL1, COL2, COL3, COL4, COL5, COL6,COL7)" -user USERNAME -pw PWD -port 9042 -queryTimeout 200 -dateFormat yyyy-MM-dd\'T\'hh:mm:ss [Ljava.lang.StackTraceElement;@4e096385 com.datastax.driver.core.exceptions.AuthenticationException: Authentication error on...

Is it possible to unload Map and set data types?

I found that columns of type TIME are expected to be a long when loaded. This PR adds an option, -localTimeFormat, that allows columns to type TIME to formatted E.g....