일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 맥미니 M1
- 네셔널지오그래픽 백팩
- U플러스샵
- 맥미니 2020
- MSI #MSI Prestige #MSI 프레스티지 #MSI 노트북 #노트북
- 아이패드
- 스타벅스 다이어리
- AUDI A5 SPORTBACK
- 아이폰6S플러스
- 45TFSI
- 애플
- 아이폰6s
- 아이패드용 키보드
- GA-2100
- 구찌 클러치백
- 아이폰12 미니
- 영어 감사표현
- 코오롱 헤스티아
- 경량패딩
- M1칩
- 남자 클러치백
- iphone6SPlus
- mysql
- 지얄오크
- 아우디 A6 40TDI
- 아우디 A5 스포트 백
- iPhone 12 mini
- 루틴 다이어리
- 비츠 솔로3
- 아우디A5
- Today
- Total
목록IT 기록/Hadoop (3)
누눕's blog
https://jyoondev.tistory.com/59?category=825340 하둡 2.0 튜토리얼 - (1) 프로토버프 설치 하둡 2.0 이제 하둡 2버전으로 넘어가보도록 하겠습니다. 먼저 설치를 진행할 것인데요, Virtual Box VM과 Java가 모두 설치되었다고 가정하고 진행합니다. 해당 설치 내용은 아래 두개의 포스팅에서 찾아볼 수.. jyoondev.tistory.com
https://paulsmooth.tistory.com/75 [HBase] hbase shell command, HBase 명령어 * HBase Shell commands - HBase shell을 통해 수행되는 operation을 통해서 HBase에서 제공하는 기초적인 기능 및 사용목적을 이해하고자 작성함 1) General HBase shell commands - status : cluster 상태를 보.. paulsmooth.tistory.com
Data Model In HBase, data is stored in tables, which have rows and columns. This is a terminology overlap with relational databases (RDBMSs), but this is not a helpful analogy. Instead, it can be helpful to think of an HBase table as a multi-dimensional map. HBase Data Model Terminology Table An HBase table consists of multiple rows. Row A row in HBase consists of a row key and one or more colum..