[ https://issues.apache.org/jira/browse/HIVE-24036?focusedWorklogId=470756&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-470756 ]
ASF GitHub Bot logged work on HIVE-24036: ----------------------------------------- Author: ASF GitHub Bot Created on: 14/Aug/20 16:50 Start Date: 14/Aug/20 16:50 Worklog Time Spent: 10m Work Description: prasanthj commented on pull request #1399: URL: https://github.com/apache/hive/pull/1399#issuecomment-674165264 lgtm, +1 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 470756) Time Spent: 20m (was: 10m) > Kryo Exception while serializing plan for getSplits UDF call > ------------------------------------------------------------ > > Key: HIVE-24036 > URL: https://issues.apache.org/jira/browse/HIVE-24036 > Project: Hive > Issue Type: Bug > Reporter: Naresh P R > Assignee: Naresh P R > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > {code:java} > 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: org.apache.hadoop.hive.llap.LlapOutputFormat > Serialization trace: > outputFileFormatClass (org.apache.hadoop.hive.ql.plan.TableDesc) > tableInfo (org.apache.hadoop.hive.ql.plan.FileSinkDesc) > conf (org.apache.hadoop.hive.ql.exec.FileSinkOperator) > childOperators (org.apache.hadoop.hive.ql.exec.UnionOperator) > childOperators (org.apache.hadoop.hive.ql.exec.SelectOperator)childOperators > (org.apache.hadoop.hive.ql.exec.MapJoinOperator) > childOperators (org.apache.hadoop.hive.ql.exec.SelectOperator) > childOperators (org.apache.hadoop.hive.ql.exec.PTFOperator) > childOperators (org.apache.hadoop.hive.ql.exec.SelectOperator) > at > org.apache.hadoop.hive.ql.exec.SerializationUtilities.serializeObjectByKryo(SerializationUtilities.java:700) > > at > org.apache.hadoop.hive.ql.exec.SerializationUtilities.serializePlan(SerializationUtilities.java:571) > > at > org.apache.hadoop.hive.ql.exec.SerializationUtilities.serializePlan(SerializationUtilities.java:560) > > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)