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