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
If I set the Version to 3.11.0 the Makefile works fine.
make output:
...
+ wget -q -O - http://www.apache.org/dyn/closer.cgi/cassandra
+ sed -n s#.*href="\(http://ftp.[^"]*\)".*#\1#p
+ head -n 1
+ mirror_url=http://ftp.heikorichter.name/apache/cassandra
+ wget -q -O - http://ftp.heikorichter.name/apache/cassandra/3.10/apache-cassandra-3.10-bin.tar.gz
+ tar -xzf - -C /usr/local
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
...
The text was updated successfully, but these errors were encountered:
In the Makefile the Cassandra Version is set to 3.10, but on some mirrors from http://www.apache.org/dyn/closer.cgi/cassandra this version is not available. (e.g. http://apache.mirror.digionline.de/cassandra/ or http://ftp.heikorichter.name/apache/cassandra/ ) So the make fails.
If I set the Version to 3.11.0 the Makefile works fine.
make output:
The text was updated successfully, but these errors were encountered: