Hi guys,
I don't know if it's possible but I need to export a raw sstable from a
node in client mode via streaming protocol (the opposite of bulk load),
what I want to do :
public static void main(String[] args) throws Exception {
> Config.setClientMode(true);
> StreamPlan pl
Thanks yuki, copying SSLTableLoader was the first thing I try, but without
success.
I checked BulkLoadConnectionFactory (
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/tools/BulkLoadConnectionFactory.java)
and I don't see what it provide over the DefaultConnectionFac
n
deserializer.
2015-05-09 23:32 GMT+02:00 Pierre Devops :
> Thanks yuki, copying SSLTableLoader was the first thing I try, but without
> success.
>
> I checked BulkLoadConnectionFactory (
> https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/tools/B
Hi all,
Not a cassandra contributor here, but I'm working on the cassandra sources
too.
This big cassandra source root caused me trouble too, firstly it was not
easy to import in an IDE, try to import cassandra sources in netbeans, it's
a headcache.
It would be great if we had more small modules