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 |
Tags
- SQL
- Android
- MSSQL
- Spring
- plugin
- IntelliJ
- xPlatform
- Java
- R
- hadoop
- NPM
- Express
- Kotlin
- SPC
- SSL
- react
- Sqoop
- vaadin
- es6
- JavaScript
- table
- Eclipse
- 공정능력
- GIT
- window
- 보조정렬
- mybatis
- Python
- mapreduce
- tomcat
Archives
- Today
- Total
728x90
목록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
728x90