cassandra에서 cli, cqlsh, nodetool에 대한 히스토리 정보를 보는 방법을 설명한다.
~/.cassandra 디렉토리 밑에 3 개의 파일이 있다.
$ ls .cassandra/
cli.history cqlsh_history nodetool.history
cli(https://wiki.apache.org/cassandra/CassandraCli)는 cqlsh의 전신이었으며, cli.history 파일에 히스토리 로그를 쌓는다.
cqlsh는 cqlsh.history 파일에서 히스토리 로그를 확인한다. cqlsh에서 화살표 위,아래로 확인할 수도 있지만, 오래 전부터 쌓인 많은 정보를 확인하고 싶다면 cql.history을 확인한다.
nodetool 툴에서 사용한 히스토리 로그를 확인하려면 nodetool.history를 확인한다.
'nosql' 카테고리의 다른 글
[hbase]-로컬 환경 - Failed to become active master 해결 (0) | 2016.08.03 |
---|---|
[redis] redis cluster 셋업하기 (0) | 2016.06.07 |
[cassandra] Unsupported null value (0) | 2015.12.28 |
프레스토 소개 (facebook presto) (0) | 2015.11.05 |
[redis] Tech planet 2015-라인의 redis cluster 발표 내용 중 팁 내용 발췌 (0) | 2015.10.08 |