Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 401511

Apache Cassandra is an open source distributed key-value database cluster, designed to scale linearly when adding nodes. It provides multi-datacenter replication.

1 vote
0 answers
229 views

How to edit my host file to enable three Cassandra nodes?

Owns (effective) Host ID Rack UN 127.0.0.1 262.57 KiB 256 100.0% d2d8baba-cee1-449a-b791-faec0d80b140 rack1 If I want to add three more nodes to Cassandra
MikiBelavista's user avatar
1 vote
1 answer
805 views

Cassandra multinode installation,Cannot open file /var/log/cassandra/gc.log due to Permissio...

cassandra cassandra 4096 jan. 25 15:50 . 8257787 drwxrwxr-x 14 root syslog 4096 jan. 25 15:49 .. 8389157 -rw-r--r-- 1 cassandra cassandra 178071 jan. 25 17:50 debug.log 8389086 -rw-r-- … r-- 1 cassandra cassandra 53037 jan. 25 18:16 gc.log.0.current 8389150 -rw-r--r-- 1 cassandra cassandra 41003 jan. 25 17:50 system.log …
MikiBelavista's user avatar
0 votes
1 answer
504 views

.UnavailableSocketError: Inet address 127.0.0.1:7000 is not available

I tried to create a cluster with three Cassandra nodes on my machine.I have unpacked tar.gz and changed listen and rpc_addresses, also JMX_PORT.It did not work ~/apache-cassandra-3.11.1-1/bin$ nodetool …
MikiBelavista's user avatar