Last active
January 18, 2023 19:28
-
-
Save SoleeL/910c5c193f480569a2c3239a63895240 to your computer and use it in GitHub Desktop.
Revisions
-
SoleeL revised this gist
Jan 18, 2023 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,11 +12,13 @@ https://stackoverflow.com/questions/58374661/how-to-fix-active-active-exited-iss ## 2.- Instalacion de Apache Cassandra Seguir las instrucciones de la pagina oficial: https://cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html ## 3.- Post instalacion Considerar realizar las configuraciones del paso 7: https://www.hostinger.com/tutorials/set-up-and-install-cassandra-ubuntu/ ## 4.- Especificar la red "localhost" -
SoleeL revised this gist
Jan 18, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,12 +11,12 @@ https://stackoverflow.com/questions/58374661/how-to-fix-active-active-exited-iss ## 2.- Instalacion de Apache Cassandra Seguir las instrucciones de la pagina oficial: https://cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html ## 3.- Post instalacion Considerar realizar las configuraciones del paso 7: https://www.hostinger.com/tutorials/set-up-and-install-cassandra-ubuntu/ ## 4.- Especificar la red "localhost" -
SoleeL revised this gist
Jan 18, 2023 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,3 +26,8 @@ Editar las variables de entorno de Apache Cassandra entrando al fichero de confi Y modificar la variable **JVM_OPTS** con la siguiente linea. > JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=**localhost**" Para terminar, debemos reiniciar el servicio "cassandra". > sudo service cassandra restart Ahora Apache Cassandra deberia esta funcionando sin problema. -
SoleeL revised this gist
Jan 18, 2023 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,17 @@ https://stackoverflow.com/questions/58374661/how-to-fix-active-active-exited-iss ## 2.- Instalacion de Apache Cassandra Seguir las instrucciones de la pagina oficial https://cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html ## 3.- Post instalacion Considerar realizar las configuraciones del paso 7 https://www.hostinger.com/tutorials/set-up-and-install-cassandra-ubuntu/ ## 4.- Especificar la red "localhost" Editar las variables de entorno de Apache Cassandra entrando al fichero de configuracion con este comando: > sudo nano /etc/cassandra/cassandra-env.sh Y modificar la variable **JVM_OPTS** con la siguiente linea. > JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=**localhost**" -
SoleeL created this gist
Jan 18, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ ## 1.- Preconfiguracion Apache Cassandra requiere de "openjdk-8-jdk" y "openjdk-8-jre". Ejecutar el comando: > java -version Esto nos dira si tenemos la version 8 necesaria. Si no, entonces realizar los pasos de la primera respuesta de este post: https://stackoverflow.com/questions/58374661/how-to-fix-active-active-exited-issue-in-cassandra-server ## 2.- Instalacion de Apache Cassandra Seguir las instrucciones de la pagina oficial https://cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html