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
The Cassandra build scripts are missing in recent versions of the HSS sources:
build/tools/build_helper.cassandra
scripts/build_cassandra
Since the documentation about building the HSS refers to these scripts, and there seems to be no up-to-date documentation on how to get a Cassandra installation for the HSS (is there such documentation?), it would be very useful to add these files again.
For anyone hitting up on this issue of setting up Cassandra, here is what you need to do as of writing:
Install cassandra
Edit cassandra.yaml and change endpoint_snitch to GossipingPropertyFileSnitch. Also, if you are installing Cassandra on a host other than the one where you will be installing HSS, the also change occurences of 127.0.0.1 and localhost to the IP address of the machine that will host Cassandra.
Edit cassandra-rackdc.properties and set dc=DC1. You need to do that because Cassandra the cql file that comes with OAI uses DC1 (in capitals) when creating the namespace. Otherwise, you will fail to insert any data such as user info.
The Cassandra build scripts are missing in recent versions of the HSS sources:
Since the documentation about building the HSS refers to these scripts, and there seems to be no up-to-date documentation on how to get a Cassandra installation for the HSS (is there such documentation?), it would be very useful to add these files again.
A created a pull requests solving this issue: #17
The text was updated successfully, but these errors were encountered: