Stream sstables hosted on a node from client using streaming protocol

2015-05-09 Thread Pierre Devops
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

Re: Stream sstables hosted on a node from client using streaming protocol

2015-05-09 Thread 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/BulkLoadConnectionFactory.java) and I don't see what it provide over the DefaultConnectionFac

Re: Stream sstables hosted on a node from client using streaming protocol

2015-05-10 Thread Pierre Devops
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

Re: [discuss] Modernization of Cassandra build system

2015-04-02 Thread Pierre Devops
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