Re: sstableloader from java

2016-10-06 Thread Paul Weiss
gt;> > >> -Jeremiah > >> > >>> On Sep 21, 2016, at 7:18 PM, Paul Weiss > wrote: > >>> > >>> Hi, > >>> > >>> Is it possible to call the sstableloader from java instead using the > >>> command line progra

Re: sstableloader from java

2016-09-21 Thread J. D. Jordan
using the >> SSTableLoader class to stream them to a cluster. >> >> -Jeremiah >> >>> On Sep 21, 2016, at 7:18 PM, Paul Weiss wrote: >>> >>> Hi, >>> >>> Is it possible to call the sstableloader from java instead using the >>>

Re: sstableloader from java

2016-09-21 Thread Paul Weiss
gt; class for an example of writing out sstables to disk and then using the > SSTableLoader class to stream them to a cluster. > > -Jeremiah > > > On Sep 21, 2016, at 7:18 PM, Paul Weiss wrote: > > > > Hi, > > > > Is it possible to call the sstableloader from

Re: sstableloader from java

2016-09-21 Thread Jeremiah D Jordan
ble to call the sstableloader from java instead using the > command line program? I have a process that uses the CQLSSTableWriter and > generates the sstable files but am looking for an end to end process that > bulk loads without any manual intervention. > > Ideally would like to av

sstableloader from java

2016-09-21 Thread Paul Weiss
Hi, Is it possible to call the sstableloader from java instead using the command line program? I have a process that uses the CQLSSTableWriter and generates the sstable files but am looking for an end to end process that bulk loads without any manual intervention. Ideally would like to avoid