Github user viirya commented on the issue:
https://github.com/apache/spark/pull/18343
@wangyum Are you using kyro serializer? I think it is why you hit this
issue.
Once you use kyro, I think the `readExternal` in
`HighlyCompressedMapStatus` won't be used to deserialize the object in driver
side. As `hugeBlockSizes` is a `transient` variable, it is null now. So when we
try to serialize it again, as `MapOutputTracker.serializeMapStatuses` directly
call `ObjectOutputStream.writeObject` to serialize it, it calls
`HighlyCompressedMapStatus.writeExternal` and cause NPE.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]