日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Cassandra安装测试

發布時間:2023/11/27 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Cassandra安装测试 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

?說明,本人成功安裝過程記錄?? 只要看解壓目錄的readme.txt即可,其他網上教程由于版本不對會執行報錯,例如遇到編碼問題

#wget? http://www.apache.org/dyn/closer.cgi?path=/cassandra/1.0.3/apache-cassandra-1.0.3-bin.tar.gz

#tar -zxvf apache-cassandra-1.0.3-bin.tar.gz

#cd? apache-cassandra-1.0.3

mkdir -p /var/log/cassandra
chown -R `whoami` /var/log/cassandra
mkdir -p /var/lib/cassandra
chown -R `whoami` /var/lib/cassandra

?

#bin/cassandra -f

?

#bin/cassandra-cli --host localhost

#create keyspace Keyspace1;

#use Keyspace1;

#create column family Users with comparator=UTF8Type and default_validation_class=UTF8Type and key_validation_class=UTF8Type;

#set Users[jsmith][first] = 'John';
#set Users[jsmith][last] = 'Smith';
#set Users[jsmith][age] = long(42);
#get Users[jsmith];


? => (column=last, value=Smith, timestamp=1287604215498000)
? => (column=first, value=John, timestamp=1287604214111000)
? => (column=age, value=42, timestamp=1287604216661000)
? Returned 3 results.

-----------------------------------------------

更多參考:

http://cassandra.apache.org/??????????????? 官網

http://www.dbthink.com/?p=372??????????? 一個分散的結構化存儲系統

http://product.china-pub.com/198403?? 《cassandra 權威指南》

http://product.china-pub.com/198207???? 《Cassandra實戰》

http://gpcuster.cnblogs.com/?? 《Cassandra實戰》作者博客

https://www.ibm.com/developerworks/cn/opensource/os-cn-cassandra/?? 分布式 Key-Value 存儲系統:Cassandra 入門

http://www.cnblogs.com/gpcuster/tag/Cassandra/??? 逖靖寒的世界?

?Cassandra 分布式數據庫詳解,第 1 部分:配置、啟動與集群

http://www.ibm.com/developerworks/cn/opensource/os-cn-cassandraxu1/

Cassandra 分布式數據庫詳解,第 2 部分:數據結構與數據讀寫

http://www.ibm.com/developerworks/cn/opensource/os-cn-cassandraxu2/

總結

以上是生活随笔為你收集整理的Cassandra安装测试的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。