ok..
Can you please explain me what mean these ip address ? what contain these
machines ? Bests.
./nodetool getendpoints Mykeyspace Mytable 'gv8'
172.16.64.43
172.16.64.42
./nodetool getendpoints Mykeyspace Mytable 'gv4'
172.16.64.41
172.16.65.1
./nodetool getendpoints Mykeyspace Mytable 'gv1'
172
There is no difference.
In #2, I'm guessing you're confusing using some of the column names as
keys. You could also do getendpoints Mykeyspace Mytable 'foo' and
Mykeyspace Mytable 'bar'
getendpoints does not require any data in your column family to function;
it only requires a schema for the co
Please, what is the difference between 1) and 2)
http://pastie.org/private/ydziir2376ru58ywrjq
Bests.
2015-07-20 12:55 GMT+01:00 Thouraya TH :
> Hi all,
>
> Please, is that possible to change this command:
>
> nodetool getendpoints MyKeyspace MyTable text
> 10.147.243.4
> 10.147.243.5
>
> to
>
Hi all,
Please, is that possible to change this command:
nodetool getendpoints MyKeyspace MyTable text
10.147.243.4
10.147.243.5
to
nodetool getendpoints MyKeyspace MyTable text="Hello" ?
is there a solution to get more details about mes rows ?
Thanks a lot.
Best Regards.