Skip to content
Snippets Groups Projects

Python detection and validation for Datafari start and Cassandra update

Merged Administrator requested to merge cassandra-update into master
Compare and
2 files
+ 20
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,8 +24,8 @@
<configuration>
<!-- Version of Cassandra should be retrieved from a property file
as well as the SHA1 -->
<url>http://archive.apache.org/dist/cassandra/3.9/apache-cassandra-3.9-bin.tar.gz</url>
<sha1>8f3d37880827284964bc353a94a69fd256d62b06</sha1>
<url>http://archive.apache.org/dist/cassandra/3.10/apache-cassandra-3.10-bin.tar.gz</url>
<sha1>1148ec0de5e596520249769e57a91ddbebffa912</sha1>
<unpack>true</unpack>
</configuration>
</execution>