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
{{ message }}
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.
To use an existing Cassandra distribution perform the following steps.
1)Download your Cassandra distribution
2)Unzip it the directory of your choice
3)Run the following solandra ant task to deploy the necessary files into the unzipped dir
4)ant -Dcassandra={unzipped dir} cassandra-dist
You can now start Solr within Cassandra by using $CASSANDRA_HOME/bin/solandra command. Cassandra now takes two optional properties: -Dsolandra.context and -Dsolandra.port for the context path and the Jetty port.
I'm getting error in 4th step, most of the files were moved from solandra to cassandra. But finally its shows like BUILD FAILED D:\Solandra-solandra\build.xml:290: didn't replace anything
I checked with build file in 290 line, it has the following code. classname="org.apache.cassandra.thrift.CassandraDaemon" classname="solandra.SolandraServer"
Due to build fail, I couldn't achieve the 5th step. Thanks in advance if anybody replied.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Embedding in an existing cassandra distribution
To use an existing Cassandra distribution perform the following steps.
1)Download your Cassandra distribution
2)Unzip it the directory of your choice
3)Run the following solandra ant task to deploy the necessary files into the unzipped dir
4)ant -Dcassandra={unzipped dir} cassandra-dist
I'm getting error in 4th step, most of the files were moved from solandra to cassandra. But finally its shows like BUILD FAILED D:\Solandra-solandra\build.xml:290: didn't replace anything
I checked with build file in 290 line, it has the following code. classname="org.apache.cassandra.thrift.CassandraDaemon" classname="solandra.SolandraServer"
Due to build fail, I couldn't achieve the 5th step. Thanks in advance if anybody replied.
The text was updated successfully, but these errors were encountered: