小编Vij*_*ary的帖子

Storm 0.9.1和Titan图数据库0.4.2中的Kryo兼容性与apache cassandra 2.0.7作为存储后端

我们使用的是使用Kryo 2.17的Storm 0.9.1,我们有模块将数据插入到内部使用Kryo 2.21的titan图数据库中,导致以下问题:

了java.lang.RuntimeException:com.esotericsoftware.kryo.KryoException:java.lang.IllegalArgumentException异常:不能com.thinkaurelius.titan.graphdb.types.TypeAttributeType场com.thinkaurelius.titan.graphdb.types.TypeAttribute.type设置为COM .thinkaurelius.titan.graphdb.types.TypeAttribute序列化跟踪:type(com.thinkaurelius.titan.graphdb.types.TypeAttribute)

我们如何解决这个问题,因为在风暴中将Kryo升级到2.21导致没有这样的方法错误.我们还尝试在Titan图数据库中将Kryo降级到2.17,但我们面临与上述相同的问题.

kryo titan apache-storm

2
推荐指数
1
解决办法
334
查看次数

标签 统计

apache-storm ×1

kryo ×1

titan ×1