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
- 공정능력
- mybatis
- GIT
- mapreduce
- Python
- window
- Sqoop
- SPC
- hadoop
- JavaScript
- Express
- Android
- es6
- xPlatform
- MSSQL
- NPM
- IntelliJ
- table
- SQL
- plugin
- Java
- R
- 보조정렬
- Eclipse
- tomcat
- Spring
- vaadin
- SSL
- Kotlin
- react
Archives
- Today
- Total
반응형
목록channel (1)
DBILITY
flume kafka channel 테스트
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
반응형