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

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-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