You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge 'reorganize jar files so that offline installation works' from Glauber
"We put the .jar files for cassandra and scylla into the top level of the
.tar directory, and the dependencies inside lib/ The classpath is able
to find the latter, but not ther former, and as a consequence we cannot
execute the commands in bin/ and tools/bin -> they will fail on missing
jars.
If we move all jars - including the ones we build - to lib/, then
everything works in a nice, self-contained manner.
Once we do that, we can also simplify the installation for .deb and .rpm
packages, since they already move the entire contents of lib/ into the
filesystem.
Tested by installing the resulting rpm and deb, as well as using
nodetool, sstableloader and cassandra-stress directly from the resulting
.tar package."
Reviewed-by: Takuya ASADA <[email protected]>
* 'offline' of https://github.com/glommer/scylla-tools-java:
reorganize jar files so that offline installation works
0 commit comments