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
- IntelliJ
- SPC
- SSL
- es6
- vaadin
- MSSQL
- table
- react
- SQL
- Kotlin
- mybatis
- NPM
- Java
- Sqoop
- window
- 보조정렬
- plugin
- JavaScript
- R
- GIT
- tomcat
- Android
- mapreduce
- 공정능력
- Python
- Express
- hadoop
- xPlatform
- Eclipse
- Spring
Archives
- Today
- Total
반응형
목록channel (1)
DBILITY
kafka를 flume channel로 이용해 보자. 먼저 channel을 만든다. 순서보장을 위해 parition은 1개만 선언하고, ha용 replication factor는 2로 실행 [kafka@big-slave4 ~]$ kafka-topics.sh \ --zookeeper big-master:2181,big-slave1:2181,big-slave2:2181/kafka-cluster \ --topic flume-channel --partitions 1 --replication-factor 2 --create Created topic "flume-channel". leader 확인 [kafka@big-slave4 ~]$ kafka-topics.sh \ --zookeeper big-master:218..
bigdata/flume
2018. 5. 11. 19:54
반응형