Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 차이점
- Javascript
- top
- 명령어
- 티스토리챌린지
- Linux
- 오블완
- docker
- mssql
- API
- java
- MongoDB
- network
- git
- DBMS
- IntelliJ
- mysql
- oracle
- PostgreSQL
- JPA
- spring
- Python
- rsync
- 자바
- MariaDB
- analytics4
- group by
- 트랜잭션
- 리눅스
- SQL
Archives
- Today
- Total
hanker
Hbase 기본 명령어 본문
반응형
hbase 서버 접속 명령어
- hbase shell
hbase 서비스 중지
- stop-hbase.sh
- stop-all.sh
hbase 서비스 시작
- start-hbase.sh
- start-all.sh
hbase 클러스터 일관성 점검
- hbase hbck
<hbase 서버 접속 후>
hbase 목록
hbase shell> list
hbase 데이터 삭제
hbase shell> disable '데이터명'
hbase shell> drop '데이터명'
hbase 데이터이름 변경
hbase shell> disable 'tableName'
hbase shell> snapshot 'tableName', 'tableSnapshot'
hbase shell> clone_snapshot 'tableSnapshot', 'newTableName'
hbase shell> delete_snapshot 'tableSnapshot'
hbase shell> drop 'tableName'
반응형
'SERVER > Linux' 카테고리의 다른 글
리눅스(Linux) - 외부 접속 허용(특정 포트 열기) (0) | 2021.08.23 |
---|---|
Ubuntu - 한국 시간으로 변경 (timezone) (0) | 2021.08.03 |
Shell Script - read 명령어 (0) | 2021.04.18 |
gdal 설치 (0) | 2020.08.10 |
Linux - 리눅스 tar, tar.gz 압축/압축풀기 (0) | 2020.08.10 |