赞
踩
Kafka Connect
提供kafka到其他存储的管道服务,此次焦点是从kafka到hdfs,并建立相关HIVE表。
Kafka Rest Proxy
提供kafka的Rest API服务。
Kafka Clients
提供Client编程所需SDK。
说明:以上服务除Apache kafka由Linkedin始创并开源,其他组件皆由Confluent公司开发并开源。上图解决方案由confluent提供。
/*
1.修改192.168.103.44、192.168.103.45、192.168.103.46三台服务器上配置
2.配置文件中broker.id值分别修改为0、1、2
*/
cd /home/ubuntu/confluent-2.0.0
vi etc/kafka/server.properties
cd /home/ubuntu/confluent-2.0.0
nohup bin/kafka-server-start etc/kafka/server.properties &
//wonderwoman集群环境,只在woderwoman上启动了服务
cd /home/ubuntu/confluent-2.0.0
nohup bin/schema-registry-start etc/schema-registry/schema-registry.properties &
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。