dom93dd commented on PR #7128: URL: https://github.com/apache/hadoop/pull/7128#issuecomment-2435255799
@steveloughran For the test classes it is an easy fix. Just added a change. Regarding the productive code, as @pjfanning already started a discussion about this property, we should have a common agreement where this property should be set. [This](https://github.com/apache/hadoop/blob/d1ce9656459007b5c7f386fdafb018ca16ddf0c9/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventWriter.java#L128) looks like a method where serialisation is being done. But I guess it wouldn't be an option to set a system property within this method or even the constructor. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
