dongjoon-hyun opened a new pull request, #733:
URL: https://github.com/apache/spark-kubernetes-operator/pull/733

   ### What changes were proposed in this pull request?
   
   This PR excludes the remaining Hadoop MapReduce resource files from the 
operator shadow jar.
   
   - `mapred-default.xml`
   - 
`META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider`
   
   ### Why are the changes needed?
   
   SPARK-57871 excluded the Hadoop MapReduce classes, but these two resource 
files remain.
   They are dead resources because the classes that use them (`JobConf`, 
`YarnClientProtocolProvider`,
   `LocalClientProtocolProvider`) are already excluded. This shrinks the shadow 
jar by ~21KB.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
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]

Reply via email to