Replies: 2 comments 1 reply
-
This is an issue with the jar file. Only classes marked Serializable can be serialized. Either the class needs to be marked appropriately for serialization or the field holding it must be transient. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Thrameos Thanks for your reply, I'm not very familiar with these, is there any solution for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to use ray for multi-nodes parallel computing on the cluster. And the ray use cloudpickle to serializate the object.
But the mph object is java object, so I use JPickle for serialization.
But it raise the following error
Beta Was this translation helpful? Give feedback.
All reactions