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
- R
- Express
- window
- Sqoop
- plugin
- tomcat
- table
- Eclipse
- Kotlin
- 보조정렬
- SPC
- es6
- IntelliJ
- xPlatform
- SSL
- vaadin
- hadoop
- Android
- NPM
- 공정능력
- react
- mybatis
- GIT
- Java
- JavaScript
- Python
- MSSQL
- SQL
- mapreduce
- Spring
Archives
- Today
- Total
DBILITY
hadoop configuration print 본문
반응형
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; }
반응형
'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