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 | 29 | 30 |
Tags
- 오블완
- mssql
- 호이스팅
- 명령어
- java
- Javascript
- analytics4
- iBatis
- github
- 404error
- Python
- Kibana
- oracle
- pem
- Linux
- pandas
- IntelliJ
- 리눅스
- 티스토리챌린지
- SQL
- DBMS
- docker
- git
- PostgreSQL
- 자바
- MariaDB
- spring
- mysql
- springboot
- isNotEmpty
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 |