Last active
March 6, 2025 18:26
-
-
Save andykuszyk/7644f334586e8ce29eaf8b93ec6418c4 to your computer and use it in GitHub Desktop.
Revisions
-
andykuszyk revised this gist
Aug 3, 2017 . 1 changed file with 3 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 @@ -2,7 +2,9 @@ Make these changes in the `cassandra.yaml` config file: `start_rpc: true` `rpc_address: 0.0.0.0` `broadcast_rpc_address: [node-ip]` `listen_address: [node-ip]` -
andykuszyk revised this gist
Aug 3, 2017 . 1 changed file with 9 additions and 3 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 @@ -1,8 +1,14 @@ Make these changes in the `cassandra.yaml` config file: `start_rpc: true` `rpc_address: [node-ip]` `listen_address: [node-ip]` ``` seed_provider: - class_name: ... - seeds: "[node-ip]" ``` -
andykuszyk created this gist
Aug 3, 2017 .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,8 @@ Make these changes in the `cassandra.yaml` config file: ``` start_rpc: true rpc_address: [node-ip] listen_address: [node-ip] ```