博客
关于我
hortonworks/registry配置详解
阅读量:59 次
发布时间:2019-02-26

本文共 584 字,大约阅读时间需要 1 分钟。

1. ??

???????????Hortonworks Schema Registry???????????????????????????

2. ??

???Hortonworks Schema Registry??????

registry.yaml  modules:    - name: schema-registry      className: com.hortonworks.registries.schemaregistry.webservice.SchemaRegistryModule      config:        schemaProviders:          - providerClass: "com.hortonworks.registries.schemaregistry.avro.AvroSchemaProvider"            defaultSerializerClass: "com.hortonworks.registries.schemaregistry.serdes.avro.AvroSnapshotSeriali"

????????Schema Registry????????????schema providers????????????????????Avro???????????

转载地址:http://auwz.baihongyu.com/

你可能感兴趣的文章
Python GUI 开发:全面指南
查看>>
Python GUI编程
查看>>
Python进阶语法:列表推导式
查看>>
Python hashlib模块
查看>>
python hashlib模块
查看>>
python if,循环的练习
查看>>
Python in open course (week3)
查看>>
Python IO编程
查看>>
Python IO编程详解
查看>>
Python IPL
查看>>
python join split
查看>>
python json文件传输图片
查看>>
python kivy AttributeError:‘super‘对象没有属性‘__getattr__‘
查看>>
Python Kivy ListView:如何删除选定的 ListItemButton?
查看>>
Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll
查看>>
Python Kivy库:跨平台应用开发
查看>>
python lambda表达式
查看>>
Python ldap3 代码从 SID 获取用户名
查看>>
Python list += iterable 的行为是否记录在任何地方?
查看>>
python list,str的拼接与转换
查看>>