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
- permission
- javascript
- ConstraintLayout
- java
- LinearLayout
- Anko SQLite
- vim
- RecyclerView
- component
- ViewGroup
- function scope
- react
- intent
- Retrofit2
- linux
- Eclipse
- Anro Coroutines
- RelativeLayout
- ReactDOM
- layout
- props
- android
- 안드로이드
- http
- view
- Git
- .kt
- block scope
- Kotlin
- cardview
Archives
- Today
- Total
목록Yarn (1)
이것저것 다 개발
[Hadoop] 하둡과 하둡 모듈
하둡(Hadoop)이란??대용량 데이터를 분산 처리할 수 있는 자바 기반의 오픈소스 프레임워크입니다.하둡이란 이름은 하둡프로젝트의 창시자인 더그 커팅의 아이가 가지고 놀던코끼리 인형의 이름에서 따왔습니다. 특징으로는 신뢰할 수 있고, 확장할 수 있고, 분산처리 할 수 있습니다.하둡 설치에는 크게 3가지 모드가 있습니다.1. Standalone2. Pseudo-distributed3. Fully-distributedStandalone mode (독립실행 모드)는 간단하게 하둡을 설치하고 테스트 하는 모드로 쓰입니다.Pseudo-distributed mode (의사분산 모드)는 하나의 컴퓨터의 여러 데몬 프로세스를 사용하는 모드이고Fully-distributed mode (완전분산 모드)는 실제 클러스터를 ..
Hadoop&HBase
2018. 2. 7. 18:38