You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2016/02/19 18:34:18 UTC

[jira] [Created] (CASSANDRA-11191) Support more flexible offline access to SSTable

Yuki Morishita created CASSANDRA-11191:
------------------------------------------

             Summary: Support more flexible offline access to SSTable
                 Key: CASSANDRA-11191
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11191
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Yuki Morishita
            Assignee: Yuki Morishita


Right now, using SSTableReader/SSTableWriter alone needs certain set ups like {{Config.setClientMode(true)}} or loading schema outside. Even doing so, various options to read/write SSTable offline is fixed and not programatically modifiable.

We should decouple most of {{org.apache.cassandra.io.sstable}} from other parts of cassandra so that we can easily reuse them in offilne tools.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)