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