Closed gururuby closed 1 year ago
$sc.parallelize(["jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj"]) Encoding::UndefinedConversionError: "\x82" from ASCII-8BIT to UTF-8
This is the same error as here https://github.com/ondra-m/ruby-spark/issues/27
It works for me. What serializator do you user?
$sc.default_serializer
I use oj serializer
Please write full example with your configurations. Oj works for me.
Please write an example when it failed.