青蟹1.7應該引進experimental counter columns support,但功能似乎默認情況下禁用:試圖創建一個計數器列一個表,我得到: cassandra.InvalidRequest: Error from server: code=2200 [Invalid query] message="Counter support is not enabled"
如何啓用它? 謝
我試圖在我的Ubuntu 16.04系統上安裝ScyllaDB。但是,我遇到以下錯誤: [email protected]:~$ sudo scylla_setup
sudo: /etc/sudoers.d is world writable
[sudo] password for aims:
Skip any of the following steps by answering 'no'
我正嘗試使用地址轉換映射組成連接到scylladb羣集。 我只能如果我硬編碼實例羣集實例時端口獲取代碼工作: from cassandra.cluster import Cluster
from cassandra.policies import AddressTranslator
from cassandra.auth import PlainTextAuthProvider
#####