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 | 31 |
Tags
- Kotlin
- Eclipse
- NPM
- R
- Express
- plugin
- Java
- IntelliJ
- Python
- Android
- tomcat
- window
- table
- mybatis
- SQL
- GIT
- hadoop
- SSL
- Spring
- 공정능력
- JavaScript
- xPlatform
- 보조정렬
- mapreduce
- vaadin
- Sqoop
- MSSQL
- SPC
- es6
- react
Archives
- Today
- Total
DBILITY
hadoop configuration print 본문
728x90
반응형
public int run(String[] args) throws Exception { Configuration conf = getConf(); for (Map.Entry<String, String> entry : conf) { log.info("{} : {}",entry.getKey(),entry.getValue()); } return 0; }
728x90
'bigdata > hadoop' 카테고리의 다른 글
hadoop WordCount GenericOptionParser 적용 예제 (0) | 2016.11.06 |
---|---|
하둡 정리 1 (0) | 2016.10.11 |
M/R 동작특성 (0) | 2016.10.08 |
M/R 미국 상업 항공편 지연 출발 통계 그래프 작성하기 (0) | 2016.10.03 |
hadoop ASA 미국 상업 항공편 운항 통계 데이터 (0) | 2016.10.03 |
Comments