14
A
回答
30
有幾種方法去這個問題。
從cqlsh中,你可以簡單地show version
。
[email protected]> show version
[cqlsh 5.0.1 | Cassandra 2.1.8 | CQL spec 3.2.0 | Native protocol v3]
但是,那隻能在cqlsh內工作。幸運的是,您也可以查詢system.local
以獲取該信息。
[email protected]> SELECT cql_version FROM system.local;
cql_version
-------------
3.2.0
(1 rows)
的system.local
表中有關於您的當前節點,集羣和卡桑德拉工具版本信息等實用位爲好。欲瞭解更多信息,請與SELECT * FROM system.local;
(只有1行)或desc table system.local
查看。
相關問題
- 1. Cassandra 3.9和CQL規範版本
- 2. Cassandra cql shell腳本
- 3. Cassandra 1.2 CQL查詢集
- 4. 使用CQLSH查看Cassandra分區使用Cassandra
- 5. Cassandra cql版本使用二進制協議
- 6. Cassandra - CLI和CQL的區別
- 7. CQL/Cassandra回滾?
- 8. Cassandra - CQL OR Operator
- 9. 如何檢查我在cqlsh中創建cassandra寬行
- 10. Cassandra和使用cql插入列
- 11. 用cassandra-cql錯誤計數(*)
- 12. Cassandra CQL格式器
- 13. 如何從cqlsh內運行cql文件(.cql)?
- 14. 啓動cassandra cqlsh python not found
- 15. Cassandra運行cqlsh失敗
- 16. Cassandra 2.0.3 cqlsh無法啓動
- 17. cassandra cqlsh <composed_ttl>錯誤
- 18. 在cqlsh中Cassandra NoHostsAvailable錯誤
- 19. cassandra 2.0.1上的cqlsh錯誤
- 20. cassandra nodetool/cqlsh描述集羣
- 21. Apache Cassandra CQL查詢解釋計劃
- 22. Datastax - Cassandra CQL Solr查詢分頁問題
- 23. Cassandra CQL時間範圍查詢
- 24. Python Cassandra cql:插入時間戳和blob
- 25. Cassandra CQL select'!='操作符
- 26. Cassandra的結果分頁(CQL)
- 27. Cassandra CQL JDBC異常:java.lang.ClassNotFoundException:org.apache.thrift.TEnum
- 28. F中的Cassandra CQL映射#
- 29. Cassandra CQL 3 - 前綴選擇
- 30. CASSANDRA + PIG + CQL + Counter Column錯誤