JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Make index creation configurable #15

Closed ctavan closed 11 years ago

ctavan commented 11 years ago

Currently the with_index parameter for upload_sstable cannot be configured from outside. This pull-requests adds support for setting this parameter.

This pull-request contains the commits from #13 and #14, I can rebase it before merge.

ctavan commented 11 years ago

This one can now also be merged.