1. 설치 & 설정
http://wiki.apache.org/cassandra/GettingStarted
세줄요약
- 디렉토리 설정 - data_file, commitlog, saved_caches, log4j system log
- 포트설정: storage port는 노드별로 다르게, rpc port는 클러스터에 unique하게, jmx port는 자바통신용
- heap memory적당히 설정후 cassandra -f로 띄우고, cassandra-cli로 접속해서 확인해보자
2. cassandra명령어
http://wiki.apache.org/cassandra/CassandraCli
3. cassandra이해하기
http://theeye.pe.kr/entry/what-about-supercolumn-and-columnfamily-in-cassandra-data-model?category=30
'개발 > 빅데이타' 카테고리의 다른 글
Association Rule (0) | 2013.01.22 |
---|---|
Min-Hashing / LSH(Locality Sensitive Hashing) (0) | 2013.01.19 |
composite key, chain map reduce예제 (0) | 2013.01.16 |
Hadoop - Chaining Multiple MapReduce (0) | 2013.01.16 |
Using composite key in Hadoop MapReduce (0) | 2013.01.16 |