tolbertam opened a new pull request, #3899: URL: https://github.com/apache/cassandra/pull/3899
As part of a broader effort to decouple java driver code from the server code, this moves sstableloader to its own tools directory. As sstableloader is also used as a library (CASSANDRA-10637) also added a new artifact 'cassandra-sstableloader' that will get deployed to maven along with 'cassandra-all'. While I expect this is likely a niche use case, this will allow users to continue using BulkExport as a library. Also updates IDE project files and circleci to utilize new sstableloader specific targets. For CASSANDRA-20328 ---- This is not currently ready as it needs a lot of testing. Just creating it ahead of time so I can self review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

