You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Kai Wang <de...@gmail.com> on 2015/12/23 05:36:15 UTC

Is CQLSSTableWriter tied to C* version?

Hi,

Can sstables created by CQLSSTableWriter in cassandra-all.jar 2.1.12 be
loaded into C* 2.2.4? Or they have to be on the same version?

Re: Is CQLSSTableWriter tied to C* version?

Posted by Kai Wang <de...@gmail.com>.
Jon,

Thanks. So I will just update to use cassandra-all.jar 2.2.4 to be sure.

On Wed, Dec 23, 2015 at 12:10 AM, Jonathan Haddad <jo...@jonhaddad.com> wrote:

> The streaking format is directly tied to the sstable format. So, in
> general, if the format changes between versions, you can't stream. I don't
> think the format changed between these 2 versions, but I'm typing this on
> my phone and can't verify.
>
> On Tue, Dec 22, 2015 at 6:36 PM Kai Wang <de...@gmail.com> wrote:
>
>> Hi,
>>
>> Can sstables created by CQLSSTableWriter in cassandra-all.jar 2.1.12 be
>> loaded into C* 2.2.4? Or they have to be on the same version?
>>
>

Re: Is CQLSSTableWriter tied to C* version?

Posted by Jonathan Haddad <jo...@jonhaddad.com>.
The streaking format is directly tied to the sstable format. So, in
general, if the format changes between versions, you can't stream. I don't
think the format changed between these 2 versions, but I'm typing this on
my phone and can't verify.

On Tue, Dec 22, 2015 at 6:36 PM Kai Wang <de...@gmail.com> wrote:

> Hi,
>
> Can sstables created by CQLSSTableWriter in cassandra-all.jar 2.1.12 be
> loaded into C* 2.2.4? Or they have to be on the same version?
>