Cassandra Database on ucloud

HomeDatabasesCassandra
상품 소개
Cassandra Cassandra Database는 NoSQL의 대표 주자로 탄력적인 확장성이 가능하여,
Big Data 모델의 서비스에 적합하며, 다중 노드 및 비집중화된 구조로
고가용성을 지니는 솔루션입니다.

상품 신청

서비스 이용 가이드

  • 1 권장사양
    CPU 4vCore
    Memory 8GB
  • 2 구성내용
    CentOS 5.4 64bit
    JRE6
    JNA
    Cassandra 1.1.4

사용 예시

  • 1 configuration 설정
    ~/dsc-cassandra-1.1.4/conf/cassandra.yaml
    - seeds: "172.27.145.185"
    cd ~/dsc-cassandra-1.1.4/bin/
    ./cassandra -f
  • 2 접속 시작
    cd ~/dsc-cassandra-1.1.4/bin/
    ./cassandra -f
  • 3 접속 확인
    새로운 command창을 띄워서
    ~/dsc-cassandra-1.1.4/bin/nodetool -h localhost ring
    Note: Ownership information does not include topology, please specify a keyspace.
    Address DC Rack Status State Load Owns Token
    172.27.145.185 datacenter1 rack1 Up Normal 24.86 KB 100.00% 0
    위와 같은 정보가 나옴.
  • 4 종료
    Ctrl + c

관련 부가 정보

TOP