我完全新的卡桑德拉和使用cqlsh時遇到以下錯誤: cqlsh
Connection error: Could not connect to localhost:9160
我讀了下面的鏈接解決方案,並嘗試所有。但是他們沒有一個適合我。 How to connect Cassandra to localhost using cqlsh? 我工作的CentOS6.5和用yum intall D
我想用Cassandra創建一個用戶定義的類型。我使用cqlsh和文檔(http://www.datastax.com/documentation/cql/3.1/cql/cql_reference/cqlRefcreateType.html)提供的示例: REATE TYPE address (
street text,
city text,
zip_code int