在cqlsh中获取Cassandra数据中心名称

时间:2013-10-21 08:28:10

标签: cassandra cqlsh

如何在cqlsh中获取数据中心的名称? 它是DCAwareRoundRobinPolicy的构造函数所必需的。

1 个答案:

答案 0 :(得分:26)

cqlsh> use system;
cqlsh:system> select data_center from local;

data_center
-------------
datacenter1