Skip to main content
2 votes
1 answer
59 views

I am currently working on a Kryo SerDe for scalaPB (similar to twitter 'chill'). I struggle implementing the read interface override def read( kryo: com.esotericsoftware.kryo.Kryo, input: ...
Clemens Valiente's user avatar
0 votes
0 answers
56 views

I tried different approaches but each time getting new errors. I'm trying to Configure Encache via java have disk persistance Effcient serializer like Kryo Any help appreciated EhcacheConfig.java ...
Oskar Woźniak's user avatar
0 votes
1 answer
198 views

I am testing a Flink job that reads data from Kafka and writes to files. When running an integration test with Junit, I get the following error: Caused by: java.lang.IllegalAccessError: class com....
Munir's user avatar
  • 3,630
1 vote
1 answer
54 views

I am writing data including some XML nodes (org.w3c.dom.Node) to a spark rdd which results in the data getting serialized and deserialized with kryo. For most nodes that works without issues and I am ...
mschoeb's user avatar
  • 21
1 vote
0 answers
163 views

I'm using Kryo 5.6.0 with java 1.8, While serializing with class registration getting below Exception com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: Class is not ...
user25743358's user avatar
0 votes
1 answer
105 views

hive> insert into music values (1,'Faded'); Query ID = hadoopusr_20240625144523_fccb44c9-00e4-4a79-9d81-b5d56517a67d Total jobs = 1 Launching Job 1 out of 1 Tez session was closed. Reopening... ...
Kaung Htet Hein's user avatar
0 votes
0 answers
44 views

I have a trait named as Strategy and then I have multiple scala singleton objects implementing this trait. Can we register the trait Strategy with KryoSerializer? I tried using this but it doesn't ...
gaurav narang's user avatar
1 vote
0 answers
179 views

I wonder which is the simplest way of troubleshooting/debugging what causes the Kryo fallback. Detecting it is just a matter of adding this line to your job: env.getConfig().disableGenericTypes(); or ...
salvalcantara's user avatar
0 votes
1 answer
48 views

I encountered a problem where Flink gets stuck during broadcast state writing on: ctx.collect(data) where ctx is SourceContext there is no exception thrown and the the tread dump is stuck around, but ...
Teddy Tsai's user avatar
0 votes
1 answer
200 views

I am attempting to save an Employee object to the off-heap tier of the EHCache using the Kryo serializer, and it is occupying more space than when I attempted to save it without the Kryo serializer. I ...
nil186007's user avatar
1 vote
1 answer
394 views

I am trying to implement a Scala Spark Aggregator with a Map containing non-primitive types (for example, Map[String, Set[String]]) as its buffer. It seems like I can use kryo or ExpressionEncoder to ...
Eyal's user avatar
  • 3,513
-2 votes
1 answer
1k views

I have a project where I use RedissonSpringCacheManager with RedissonClient default configuration. I am using @Cacheable annotation to cache Entities (unfortunatelly for now I can't cache DTOs instead ...
Arkadiusz's user avatar
2 votes
0 answers
159 views

I used to have a POJO being sent from one vertex to another using a HASH connector, and never noticed anything weird in the Flame Graphs view. I have now added an AsyncIO step that will do the keyBy ...
Raúl García's user avatar
0 votes
1 answer
303 views

Our Flink code (currently, using Flink 1.12) is written in Scala and generally contains a bunch of keyed time windows and process functions as operators. We have externalized savepoint storage to ...
vanrzk's user avatar
  • 11
1 vote
1 answer
129 views

Trying to create PQ kryo serialiser in scala 2.12 but its failing with InstantiationException, and cant seem to bypass the error. Also, tried to create object for instantiation, but still faced the ...
ashwin gupta's user avatar

15 30 50 per page
1
2 3 4 5
29