ychantit / fuzzymatch_hiveUDF

a hive udf method to do fuzzy string matching using Jaro Winkler, Levenstein or NGram distance
9 stars 3 forks source link

Error - Unable to create serializer #4

Closed surajrnambiar84 closed 6 years ago

surajrnambiar84 commented 6 years ago

I get the below error while running the function -

Caused by: org.apache.hive.com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: Unable to create serializer "org.apache.hive.com.esotericsoftware.kryo.serializers.FieldSerializer" for class: com.ych.fuzzytext.hive.udf.FuzzyMatch

ychantit commented 6 years ago

This looks like incompatible version from Kryo serialization library . Sorry I am not maintaining this anymore and you can find the same functions in the main Hive code base that do fuzzy matching. Please try using those