-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cameron Zemek
committed
Aug 9, 2018
1 parent
b55a8b9
commit 0e32457
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
# Compile | ||
``` | ||
$ git clone [email protected]:instaclustr/cassandra-sstable-tools.git | ||
$ cd cassandra-sstable-tools | ||
# Select the correct branch for major version (default is cassandra-3.11) | ||
$ git checkout cassandra-3.11 | ||
$ ant | ||
``` | ||
|
||
You can compile against an older minor version with `-Dcassandra.version=<version>`. For example: | ||
|
||
``` | ||
$ ant -Dcassandra.version=3.11.2 | ||
``` | ||
|
||
However only the version specified in build.xml is officially supported, | ||
as compatibility between minor versions can break. | ||
|
||
# Install | ||
Copy ic-sstable-tools.jar to /usr/share/cassandra | ||
Copy ic-sstable-tools.jar to Cassandra JAR folder, eg. `/usr/share/cassandra` | ||
|
||
Copy the bin/ic-* into your $PATH | ||
Copy the bin/ic-* files into your $PATH | ||
|
||
# Documentation | ||
|
||
|