Re: Cassandra 4.X CqlBulkOutputFormat - mapreduce

2022-04-26 Thread Ahmed Eljami
Hello, You can use spark to read from hdfs and write to Cassandra. The connector spark<>Cassandra is available here => https://github.com/datastax/spark-cassandra-connector Greetings, Ahmed Le jeu. 14 avr. 2022 à 08:21, Juraj Šustek a écrit : > Erick, > > first of all, thank you for your resp

Re: Cassandra 4.X CqlBulkOutputFormat - mapreduce

2022-04-13 Thread Juraj Šustek
Erick, first of all, thank you for your response. and … there is no possibility to run bulk import from hdfs to cassandra now? Regards, Juro > On 14 Apr 2022, at 07:18, Erick Ramirez wrote: > > EXTERNAL > > than you for your response .. But I’m looking for this source in cassandra > 4

Re: Cassandra 4.X CqlBulkOutputFormat - mapreduce

2022-04-13 Thread Erick Ramirez
> > than you for your response .. But I’m looking for this source in cassandra > 4.x release: > > > https://github.com/AndyHu19900119/cassandra/blob/trunk/examples/hadoop_word_count/src/WordCount.java That was removed a long time ago when Hadoop code was removed in C* 3.0 ( CASSANDRA-9353

Re: Cassandra 4.X CqlBulkOutputFormat - mapreduce

2022-04-13 Thread Juraj Šustek
Hi Erick, than you for your response .. But I’m looking for this source in cassandra 4.x release: https://github.com/AndyHu19900119/cassandra/blob/trunk/examples/hadoop_word_count/src/WordCount.java Juro > On 9 Apr 2022, at 03:25, Erick Ramirez wrote: > > EXTERNAL > > Is this what you are

Re: Cassandra 4.X CqlBulkOutputFormat - mapreduce

2022-04-08 Thread Erick Ramirez
Is this what you are looking for? https://github.com/apache/cassandra/blob/cassandra-4.0.3/src/java/org/apache/cassandra/hadoop/cql3/CqlBulkOutputFormat.java

Cassandra 4.X CqlBulkOutputFormat - mapreduce

2022-04-07 Thread Juraj Šustek
Hi Community, I'm wondering if there are examples of using CqlBulkOutputFormat, because in cassandra 3.X there were examples in source and I can't find them anymore in 4.X source. Or is there any other solution to import large volumes of data from HDFS to cassandra using SSTable loader? thanks